Skip to content

Commit 43f8782

Browse files
authored
Merge pull request #212 from singhd789/update-fre-version
Update fre version
2 parents b9b50c6 + 0f88f43 commit 43f8782

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 = "2025.test" %}
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ change in `fre-cli` may affect workflow functionality.
173173
Assuming you have a copy of this repository already (see the [above](#configrunppanworkflows) section), run the
174174
workflow with the following:
175175
```
176-
# load fre, the current version may be updated or different than 2025.04
177-
module load fre/2025.04
176+
# load fre, the current version may be updated
177+
module load fre/2026.01-alpha1
178178
179179
## if instead, you want the current main branch of noaa-gfdl/fre-cli
180-
#module load fre/2025.test
180+
#module load fre/test
181181
182182
# configure, install, validate, and run installed/configured workflow
183183
source for_gh_runner/run_pp_locally.sh

0 commit comments

Comments
 (0)