-
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.
Quartet of bug fixes for: c3 scheme, quilting restart with 32-bit phy…
…sics, and string length mismatch in dycore plus PR #705 and #699 (#695) * GFDL_atmos_cubed_sphere: consistent string lengths in array * stop FV3_HRRR_c3 from crashing with gnu debug * in dycore, initialize srf_wnd_var2 and tracers_var3 arrays * Write netcdf axis variables using the same real kind as data variables * "GF radar reflectivity, dust bug fix, C3 updates, more fluxes output" * Fix race condition in GFS_phys_time_vary.fv3.F90 error detection * More bug fixes to GFS_phys_time_vary.fv3.F90: 1. detect empty errmsg from subroutines 2. Initialize err variables in set_soilveg.f, which is called from GFS_phys_time_vary.fv3.F90 * initialize errmsg & errflg in noahmp_tables.f90 * only read h2odata, ozdata and noahmp table when they are needed * remove all constant 3D variables from clm lake * calculate clm lake constants only once per i loop --------- Co-authored-by: Dusan Jovic <[email protected]> Co-authored-by: Haiqin.Li <[email protected]>
- Loading branch information
1 parent
3b4423c
commit bba7da5
Showing
8 changed files
with
109 additions
and
240 deletions.
There are no files selected for viewing
Submodule atmos_cubed_sphere
updated
3 files
+1 −1 | driver/fvGFS/fv_nggps_diag.F90 | |
+3 −1 | driver/fvGFS/fv_ufs_restart_io.F90 | |
+9 −2 | tools/fv_io.F90 |
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
Submodule physics
updated
16 files
+62 −17 | physics/GFS_phys_time_vary.fv3.F90 | |
+1 −1 | physics/GFS_rrtmg_pre.F90 | |
+79 −127 | physics/clm_lake.f90 | |
+8 −70 | physics/clm_lake.meta | |
+154 −156 | physics/cu_c3_deep.F90 | |
+4 −41 | physics/cu_c3_driver.F90 | |
+4 −5 | physics/cu_c3_driver_post.F90 | |
+17 −15 | physics/cu_c3_sh.F90 | |
+2 −35 | physics/cu_gf_driver.F90 | |
+4 −5 | physics/cu_gf_driver_post.F90 | |
+12 −9 | physics/noahmp_tables.f90 | |
+3 −0 | physics/set_soilveg.f | |
+11 −21 | physics/smoke_dust/dust_data_mod.F90 | |
+56 −14 | physics/smoke_dust/dust_fengsha_mod.F90 | |
+15 −7 | physics/smoke_dust/rrfs_smoke_wrapper.F90 | |
+31 −5 | physics/smoke_dust/rrfs_smoke_wrapper.meta |
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.