forked from NCAR/fv3atm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CCPP tendencies bugfixes, global restart reproducibility, halo bounda…
…ry update in dycore (NOAA-EMC#208) - updates the submodule pointers for fv3atm, GFDL_atmos_cubed_sphere and ccpp-physics for the following changes: - bugfixes for CCPP tendencies output (from @grantfirl) - global restart reproducibility (from @SMoorthi-emc) - bugfix for halo boundary layer update in FV3 dycore (from @chan-hoo) - moves directory `parm` into directory `tests` - updates regression test run scripts for HAFS and SAR to copy input data (`diag_table`, `field_table`, initial conditions) from the regression baseline instead of a temporary directory on hera - note: the following existing diag_table files in the regression test baseline directory `FV3_input_data_gsd` have been updated to match the requirements for running cycled experiments with the GSL physics (@jkhender @joeolson42 FYI) - diag_table_gf_thompson - diag_table_gsd_noah - diag_table_gsd_ruc - diag_table_gsd_ruc_diag3d
- Loading branch information
Showing
71 changed files
with
464 additions
and
467 deletions.
There are no files selected for viewing
Submodule FV3
updated
10 files
+1 −1 | atmos_cubed_sphere | |
+11 −10 | atmos_model.F90 | |
+7 −5 | ccpp/CMakeLists.txt | |
+6 −6 | ccpp/driver/CCPP_driver.F90 | |
+1 −1 | ccpp/physics | |
+89 −0 | ccpp/suites/suite_FV3_GFS_2017_couplednsst.xml | |
+1 −1 | ccpp/suites/suite_FV3_GFS_cpld_rasmgshocnsst.xml | |
+5 −5 | gfsphysics/GFS_layer/GFS_diagnostics.F90 | |
+2 −2 | gfsphysics/GFS_layer/GFS_typedefs.F90 | |
+46 −27 | io/FV3GFS_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
Oops, something went wrong.