updates for version v0.7.1#575
Conversation
1) max_output_fields = 500 2) run soil/lake surgery using operation rap/hrrr 3) use netcdf parallel for model forecast product IO
during machine switch and system version update. Turn on smoke/dust and CLM for EnKF DA cycles.
WRTCMP_output_file = netcdf_parallel will turn on the parallel netcdf IO and compression.
| # | ||
| # comment out for testing | ||
|
|
||
| if [ ${BKTYPE} -eq 0 ]; then |
There was a problem hiding this comment.
@hu5970 Do you plan to turn off GSI at 03Z and 15Z spinup cycle for all the cases? In this case, then the following section should be skipped too (for example, renaming/cat the fort files and etc)
There was a problem hiding this comment.
The follow-up section do not dependent on the GSI execution, for example, GSI can run without any data.
But I do want to add machine dependent now because we only have trouble to run GSI cold start on WCOSS2.
|
|
||
| WRTCMP_ideflate="0" | ||
| if [ ${WRTCMP_output_file} == "netcdf_parallel" ]; then | ||
| WRTCMP_ideflate="1" |
There was a problem hiding this comment.
Should this default value of " WRTCMP_ideflate (0) " be in config_defaults.sh, with some information?
There was a problem hiding this comment.
Not this one. The WRTCMP_ideflate should go with the content of WRTCMP_output_file. We should not set it in configure.
|
|
||
| # check if there are surface file in continue cycle data space: | ||
| if [ "${restart_suffix_find}" == "missing" ] || [ "${restart_prefix_find}" == "missing" ]; then | ||
| surface_file_path=${CONT_CYCLE_DATA_ROOT}/surface |
There was a problem hiding this comment.
Is this "CONT_CYCLE_DATA_ROOT" defined somewhere for non-wcoss2 machines?
chunhuazhou
left a comment
There was a problem hiding this comment.
@hu5970 I have a few comments if you could double check. Thanks!
Cold start GSI crashes on WCOSS2.
* enhancements and bug fix for v0.7.1:
1) max_output_fields = 500
2) run soil/lake surgery using operation rap/hrrr
3) use netcdf parallel for model forecast product IO
* Add function to cycle surface and satbias from a common location
during machine switch and system version update.
Turn on smoke/dust and CLM for EnKF DA cycles.
* Add ${APRUN} to all executables in exregional_run_prepstart.sh
* Make output file type as an option in configure:
WRTCMP_output_file = netcdf_parallel
will turn on the parallel netcdf IO and compression.
* Only skip cold start gsi on WCOSS2 for now.
Cold start GSI crashes on WCOSS2.
---------
Co-authored-by: ming hu <ming.hu@clogin07.cactus.wcoss2.ncep.noaa.gov>
Co-authored-by: ming hu <ming.hu@dlogin03.dogwood.wcoss2.ncep.noaa.gov>
Make output file type as an option in configure:
WRTCMP_output_file = netcdf_parallel
will turn on the parallel netcdf IO and compression.
Add function to cycle surface and satbias from a common location
during machine switch and system version update.
enhancements and bug fix for v0.7.1:
Tested on Hera, Jet, and WCOSS2 with retros and real-time runs.