-
Notifications
You must be signed in to change notification settings - Fork 279
Bug fixes for 32-bit physics & correct the lake scheme in FV3_HRRR_c3 & FV3_HRRR_gf #1880
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
Changes from all commits
7982d5e
2940966
ed69bdb
8cd8b8d
f66a8e9
32df31d
2b4dc31
5126f62
31c3252
a882e5a
bb47f16
2defb16
d9bacaa
1323177
7c40ac5
67fe143
35098bc
915359e
c5bcc34
693b80b
e5102c5
51d61f9
074c2cd
52d5ad0
726ac20
139b43e
610667c
b844a1d
937ba01
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| export BL_DATE=20230824 | ||
| export BL_DATE=20230825 |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| ############################################################################### | ||
| # | ||
| # HRRR physics on 13km domain, two threads | ||
| # | ||
| ############################################################################### | ||
|
|
||
| # This configuration is supposed to match the rrfs_dev1 parallel, so | ||
| # do not change the namelist without checking the current parallel. | ||
|
|
||
| export TEST_DESCR="HRRR physics on 13km domain, two threads" | ||
|
|
||
| export CNTL_DIR=conus13km_control | ||
|
|
||
| export LIST_FILES="sfcf000.nc \ | ||
| sfcf001.nc \ | ||
| atmf000.nc \ | ||
| atmf001.nc" | ||
|
|
||
| export_hrrr_conus13km | ||
| export SMONTH=5 | ||
| export RESTART_INTERVAL=1 | ||
| export FHMAX=1 | ||
| export atm_omp_num_threads=2 | ||
| export INPES=12 | ||
| export JNPES=12 | ||
| export WRTTASK_PER_GROUP=6 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| ############################################################################### | ||
| # | ||
| # HRRR physics on 13km domain, control | ||
| # | ||
| ############################################################################### | ||
|
|
||
| # This configuration is supposed to match the rrfs_dev1 parallel, so | ||
| # do not change the namelist without checking the current parallel. | ||
|
|
||
| export TEST_DESCR="HRRR physics on 13km domain, control" | ||
|
|
||
| export CNTL_DIR=conus13km_control | ||
|
|
||
| export LIST_FILES="sfcf000.nc \ | ||
| sfcf001.nc \ | ||
| sfcf002.nc \ | ||
| atmf000.nc \ | ||
| atmf001.nc \ | ||
| atmf002.nc \ | ||
| RESTART/20210512.170000.coupler.res \ | ||
| RESTART/20210512.170000.fv_core.res.nc \ | ||
| RESTART/20210512.170000.fv_core.res.tile1.nc \ | ||
| RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc \ | ||
| RESTART/20210512.170000.fv_tracer.res.tile1.nc \ | ||
| RESTART/20210512.170000.phy_data.nc \ | ||
| RESTART/20210512.170000.sfc_data.nc" | ||
|
|
||
| export_hrrr_conus13km | ||
| export RESTART_INTERVAL=1 | ||
Uh oh!
There was an error while loading. Please reload this page.