-
Notifications
You must be signed in to change notification settings - Fork 159
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
test io layout for restart #50
Comments
Some test results show that using different io layout reduces the restart file writing time, therefore reduce the total model run time. Control: Io layout: Results: /gpfs/dell1/ptmp/Jun.Wang/v16rt4_gdasfcst_06.run6 Io layout: /gpfs/dell1/ptmp/Jun.Wang/v16rt4_gdasfcst_06.run3: io layout: /gpfs/dell1/ptmp/Jun.Wang/v16rt4_gdasfcst_06.run4 PASS: fcstRUN phase 1, na = 142 time is 5.99817705154419 We need to verify that using the subdomain restart files can generate identical results for restart runs |
Dusan tested the io_layout change and confirmed that the restart run from the restart file generated by io_layout produce identical results as cold start straight run. Results from Dusan: to: script change, copy new restart files to INPUT directory for restart:
If you look at log_wcoss_dell_p3/rt_00* in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/ctrl_rest/ufs-weather-model/tests you'll see that all history outputs are identical. Restart files are obviously different because of different naming for multi tile outputs. Looks like restarting with different io_layout gives b4b identical history outputs, which is good. |
…_from_hafs_community_and_fix_FA_table_initialization dtc/hwrf-physics: update from HAFS community and SDFs for HWRF physics test
* Add calls to ccpp_physics_timestep_init and ccpp_physics_timestep_finalize to model/fv_dynamics.F90 * Clean up CCPP preprocessor directives in dycore * Replace IPD DDTs with GFS DDTs * Introduce logic to switch between using GFS data types and IPD data types * Cosmetic changes in driver/fvGFS/atmosphere.F90
It is found that writing restart files is very slow in C768L127 runs. So far we are using io_layout = 1,1 in namelist input.nml. Tests have been done to use different layout to reduce the write time. FV3 GFS restart test will be updated to use non-1 io_layout.
The text was updated successfully, but these errors were encountered: