Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HR4 GWD update #2732

Merged
merged 26 commits into from
Jul 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a0ac5e3
update scripts parsing_namelists_FV3.sh parsing_namelists_FV3_nest.sh
Qingfu-Liu Jun 10, 2024
c1688a4
update config.fcst file for gfs and gefs
Qingfu-Liu Jun 10, 2024
0aed4ef
update control variables for HR4-GWD-update
Qingfu-Liu Jun 22, 2024
97e118a
Merge remote-tracking branch 'origin/develop' into HR4-GWD-update
Qingfu-Liu Jun 22, 2024
2c9d679
update control variable in config.fcst
Qingfu-Liu Jun 22, 2024
83a71b9
Merge remote-tracking branch 'EMC/develop' into HR4-GWD-update
JessicaMeixner-NOAA Jun 26, 2024
77474e0
point to branch of UFS
JessicaMeixner-NOAA Jun 26, 2024
83af198
update version number of ugwd fix
JessicaMeixner-NOAA Jun 26, 2024
1483aea
updates for CICE with model update
JessicaMeixner-NOAA Jun 26, 2024
b775719
add variable for ufs.configure
JessicaMeixner-NOAA Jun 27, 2024
b8a28f5
Merge branch 'NOAA-EMC:develop' into HR4-GWD-update
JessicaMeixner-NOAA Jun 27, 2024
4f841b6
Merge branch 'NOAA-EMC:develop' into HR4-GWD-update
JessicaMeixner-NOAA Jul 2, 2024
e41e700
updates for running latest model
JessicaMeixner-NOAA Jul 2, 2024
e481320
fix unintentional change
JessicaMeixner-NOAA Jul 2, 2024
1399dbf
Merge remote-tracking branch 'EMC/develop' into HR4-GWD-update
JessicaMeixner-NOAA Jul 5, 2024
ac09ed4
update model to latest in branch
JessicaMeixner-NOAA Jul 5, 2024
d0d37e7
Merge remote-tracking branch 'EMC/develop' into HR4-GWD-update
JessicaMeixner-NOAA Jul 11, 2024
bd5e685
update ufs-weather-model to latest hash
JessicaMeixner-NOAA Jul 11, 2024
f7bdf14
update ufs
JessicaMeixner-NOAA Jul 11, 2024
ad4dfad
Merge branch 'develop' into HR4-GWD-update
JessicaMeixner-NOAA Jul 11, 2024
91d8bfb
Merge branch 'NOAA-EMC:develop' into HR4-GWD-update
JessicaMeixner-NOAA Jul 16, 2024
16c98a2
update ufsmodel with bugfix commit
JessicaMeixner-NOAA Jul 16, 2024
01a6b0b
Merge branch 'NOAA-EMC:develop' into HR4-GWD-update
JessicaMeixner-NOAA Jul 22, 2024
c174659
update ufs
JessicaMeixner-NOAA Jul 22, 2024
3bf9d21
update C48 tau value to address instability
JessicaMeixner-NOAA Jul 22, 2024
0c745ea
Merge branch 'NOAA-EMC:develop' into HR4-GWD-update
JessicaMeixner-NOAA Jul 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add variable for ufs.configure
  • Loading branch information
JessicaMeixner-NOAA committed Jun 27, 2024
commit b775719513dcc5badc473000d6c9882c529a62b7
2 changes: 2 additions & 0 deletions ush/parsing_ufs_configure.sh
Original file line number Diff line number Diff line change
@@ -39,6 +39,8 @@ if [[ "${cpl}" = ".true." ]]; then
local coupling_interval_slow_sec="${CPL_SLOW}"
fi

local WRITE_ENDOFRUN_RESTART=.false.

if [[ "${cplflx}" = ".true." ]]; then

local use_coldstart=${use_coldstart:-".false."}