Updates for HR4 tag#2914
Conversation
…odel output options in the write grid comp
|
DavidHuber-NOAA
left a comment
There was a problem hiding this comment.
Looks good. Thanks @aerorahul!
|
Automated global-workflow Testing Results: |
DavidNew-NOAA
left a comment
There was a problem hiding this comment.
Looks good, thanks
| if [[ "${DO_JEDIATMVAR:-}" == "YES" ]]; then | ||
| local HISTORY_FILE_ON_NATIVE_GRID=".true." | ||
| else | ||
| local HISTORY_FILE_ON_NATIVE_GRID=".false." |
There was a problem hiding this comment.
Quick question, when HISTORY_FILE_ON_NATIVE_GRID=".false.", will the softlinks cubed_sphere_grid_atmf???.nc/cubed_sphere_grid_sfcf???.nc still be created?
There was a problem hiding this comment.
Good point @junwang-noaa . @aerorahul , logic should be added to forecast_postdet.sh where those soft links are created, depending on whether JEDI is being used.
Starting here:
global-workflow/ush/forecast_postdet.sh
Line 236 in 108db4d
There was a problem hiding this comment.
Good catch @junwang-noaa
I'll remove the linking for when this is false.
There was a problem hiding this comment.
@DavidNew-NOAA
Not sure how the cubed-sphere restarts got linked in the section where output_grid = Gaussian if-block.
There was a problem hiding this comment.
@aerorahul Well, maybe it was more sloppiness. That OUTPUT_GRID parameter is somewhat useless, because one cannot write only cubed-sphere histories the way UFS is configured. You either write Gaussian histories or both Gaussian and cubed-sphere histories, depending on how you set HISTORY_FILE_ON_NATIVE_GRID
| local ITASKS=1 | ||
| local OUTPUT_HISTORY=${OUTPUT_HISTORY:-".true."} | ||
| local HISTORY_FILE_ON_NATIVE_GRID=".true." | ||
| if [[ "${DO_JEDIATMVAR:-}" == "YES" ]]; then |
There was a problem hiding this comment.
Should this be set in a config file, so that these lines in parsing_model_configure_FV3.sh become:
local HISTORY_FILE_ON_NATIVE_GRID=${history_file_on_native_grid:-".false."}
and history_file_on_native_grid is set in config.ufs
Maybe not, but I don't know what the design philosophy is and how all these scripts are supposed to fit together. It seems like some variables in this script are indeed coming from config.ufs.
|
All CI Test Cases Passed on Wcoss2: |
6bd0178
|
@junwang-noaa @DavidNew-NOAA |
CatherineThomas-NOAA
left a comment
There was a problem hiding this comment.
Thanks for acting quickly on this!
DavidHuber-NOAA
left a comment
There was a problem hiding this comment.
Looks good! Ran a quick test on WCOSS2 to verify that the cubed_sphere_grid_atmf###.nc links are not created when not running a JEDI experiment.
|
Thanks @DavidHuber-NOAA |
|
Merging based on successful WCOSS2 tests. |
|
@CatherineThomas-NOAA @RuiyuSun |
Great! Thanks! |
|
CI Passed on Hera in Build# 2 |
|
CI Passed on Orion in Build# 1 |
* origin/develop: Update config.resources for bufr sounding job postsnd (NOAA-EMC#2917) Cleanup job for GEFS (NOAA-EMC#2919) Build GDASApp and unset memory in Gaea-C5 xml files (NOAA-EMC#2912) add 1 deg ocean/ice info to parm/config/gfs/config.resources (NOAA-EMC#2922) Support gefs C48 on Azure (NOAA-EMC#2881) Disable native grid writes for non-JEDI experiments; update C384 compression options (NOAA-EMC#2914)
* emc/develop: Update config.resources for bufr sounding job postsnd (NOAA-EMC#2917) Cleanup job for GEFS (NOAA-EMC#2919) Build GDASApp and unset memory in Gaea-C5 xml files (NOAA-EMC#2912) add 1 deg ocean/ice info to parm/config/gfs/config.resources (NOAA-EMC#2922) Support gefs C48 on Azure (NOAA-EMC#2881) Disable native grid writes for non-JEDI experiments; update C384 compression options (NOAA-EMC#2914) Add new UPP links to .gitignore (NOAA-EMC#2904)
…al_obs_path * origin/develop: Update global atmos upp job to use COMIN/COMOUT (NOAA-EMC#2867) Update config.resources for bufr sounding job postsnd (NOAA-EMC#2917) Cleanup job for GEFS (NOAA-EMC#2919) Build GDASApp and unset memory in Gaea-C5 xml files (NOAA-EMC#2912) add 1 deg ocean/ice info to parm/config/gfs/config.resources (NOAA-EMC#2922) Support gefs C48 on Azure (NOAA-EMC#2881) Disable native grid writes for non-JEDI experiments; update C384 compression options (NOAA-EMC#2914)
Description
This PR:
Fixes #2891
Type of change
Change characteristics
How has this been tested?
Should be tested on WCOSS2. Don't expect failures as the changes are not expected to break anything.
Checklist