Skip to content

Commit b58cc89

Browse files
authored
Merge pull request #213 from singhd789/update-fre-version
update fre-cli and fre module references
2 parents 43f8782 + 6b0844d commit b58cc89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow.cylc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!jinja2
22

33
{# fre version should be programatically set, not hard-coded. #}
4-
{% set FRE_VERSION = "2026.01-alpha1" %}
4+
{% set FRE_VERSION = "2026.01.alpha1" %}
55

66
{# global fre-specific verbosity setting here? -q for error only, default is up to warning, -v for info, -vv for debug #}
77

for-developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Assuming you have a copy of this repository already (see the [above](#configrunp
174174
workflow with the following:
175175
```
176176
# load fre, the current version may be updated
177-
module load fre/2026.01-alpha1
177+
module load fre/2026.01.alpha1
178178
179179
## if instead, you want the current main branch of noaa-gfdl/fre-cli
180180
#module load fre/test

0 commit comments

Comments
 (0)