You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the fv3atm write grid comp can only write the history files. To remove the IO dependency on the coupled runs, we will implement the asynchronous IO for restart files by writing them on the write grid comp, this way the forecast grid comp can continue without writing restart files.
There are several configurations on the restart files for UFS applications. This issue is focusing on the global configuration. Other tickets on regional restart, HAFS moving nest restart will be created after the first global domain implementation.
This work adds an option to use write grid component to write restart files, it will not impact the current capability of using FMS to write out restart files.
Solution
Implement restart field bundles and using ESMF regriding to transfer data from forecast grid comp to write grid comp and let write grid comp to write out data. We expect the data inside the restart files will be identical to the restart files written by FMS.
Alternatives
Related to
The text was updated successfully, but these errors were encountered:
junwang-noaa
changed the title
Add writing restart capability on fv3atm write grid component
Add writing restart capability on fv3atm write grid component for global and regional apps
Feb 27, 2023
Description
Currently the fv3atm write grid comp can only write the history files. To remove the IO dependency on the coupled runs, we will implement the asynchronous IO for restart files by writing them on the write grid comp, this way the forecast grid comp can continue without writing restart files.
There are several configurations on the restart files for UFS applications. This issue is focusing on the global configuration. Other tickets on regional restart, HAFS moving nest restart will be created after the first global domain implementation.
This work adds an option to use write grid component to write restart files, it will not impact the current capability of using FMS to write out restart files.
Solution
Implement restart field bundles and using ESMF regriding to transfer data from forecast grid comp to write grid comp and let write grid comp to write out data. We expect the data inside the restart files will be identical to the restart files written by FMS.
Alternatives
Related to
The text was updated successfully, but these errors were encountered: