-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory errors: uninitialized variables, and NetCDF writes to arra…
…ys that are too small (#668) * 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 * move rrfs sd emissions input code to FV3GFS_rrfs_sd_io.F90 * register sfc fields in FV3GFS_sfc_io.F90 * 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 * rrfs sd restart in quilt (still under testing) * bug fixes for RRFS 32-bit physics
- Loading branch information
1 parent
0bff645
commit 67e146d
Showing
2 changed files
with
28 additions
and
1 deletion.
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
Submodule physics
updated
2 files
+4 −1 | physics/GFS_phys_time_vary.fv3.F90 | |
+119 −32 | physics/aerinterp.F90 |