-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor fv3atm history & restart to reduce redundant code. Add rrfs-…
…sd and clm lake to quilt restart. (#660) * move utility routines, data structures, and name generation out of FV3GFS_io.F90 * move RRFS SD state restart io to separate file and rename clm_lake_io.F90 * sfc array indices are calculated in FV3GFS_sfc_io.F90 * move rrfs sd emissions input code to FV3GFS_rrfs_sd_io.F90 * allocate sfc arrays in FV3GFS_sfc_io.F90 * define and write axes in FV3GFS_sfc_io.F90 * register sfc fields in FV3GFS_sfc_io.F90 * move sfc read loop to FV3GFS_sfc_io.F90 * Put post-read safeguards in FV3GFS_sfc_io.F90 * copy to grid in FV3GFS_sfc_io.F90 and make things private * move oro reading to FV3GFS_oro_io.F90 * gwd I/O in FV3GFS_oro_io.F90 * store quilt restart data structures in FV3GFS_sfc_io types * remove copy_from_GFS_Data calls from FV3GFS_restart_io.F90 * consistent naming and clm lake quilt restart
- Loading branch information
1 parent
606cb31
commit f9d68ad
Showing
16 changed files
with
6,106 additions
and
5,708 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.