-
Notifications
You must be signed in to change notification settings - Fork 249
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
Transition to fv3atm write grid component restart capability for single domain #1627
Comments
One issue was find when running high resolution coupled test (c768 with 32BIT turned on) with the write grid component writing restart files. The total writing time is about 140s, while the fms writing restart files takes ~20s. o.32x32x.64x8.wrt.480.960.0.32.4..32: RESTART/20200602.000000.fv_core.res.nc Write Time is 31.78815 at Fcst 24:00 Dusan looked at the case and made changes in write grid comp to use sequential writing for restart on write grid comp, now the total time of writing restart files is reduced to:
|
The issue of long writing time with parallel netcdf will be checked. |
@DusanJovic-NOAA This is the issue on transition to fv3atm write grid comp writing restart. As we discussed, the atmosphere only global and regional RT test will be transition to use the write restart on write grid component. |
Description
This work is to update the regression test to use the write grid component restart capability developed un issue #1587. In issue #1587, the initial code updates were developed to allow the write grid component to write out single domain fv3atm restart files, the same as those written out by the FMS. The restart reproducibility is also maintained. Three sample test case for cpld_control_p8, control_p8 and regional_control are added to regression test suite for testing and transition purpose. This issue is intended to resolve possible issues raising at the experiment testing time after the initial code is committed to the develop branch and to transition the current regression restart tests for those applications that use fms restart to write grid component restart. A separate issue will cover the future work for multiple domain restart files for HAFS and regional apps.
Solution
This new feature needs to be verified in global and regional workflow, and in the parallel (or parallel like) testing before we completely switch to write grid component restart capability.
Alternatives
Related to
The text was updated successfully, but these errors were encountered: