forked from NOAA-GSL/global-workflow
-
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.
Add a WAM regression test with the MULTI_GASES and MOLECULAR_DIFFUSIO…
…N options on (NOAA-EMC#354) Add a WAM regression test with the MULTI_GASES and MOLECULAR_DIFFUSION options on Co-authored-by: Sajal.Kar <Sajal.Kar@noaa.gov>
- Loading branch information
1 parent
b96f38d
commit 1b6b705
Showing
8 changed files
with
45 additions
and
18 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
Submodule atmos_cubed_sphere
updated
19 files
+2 −0 | CMakeLists.txt | |
+15 −3 | driver/fvGFS/fv_nggps_diag.F90 | |
+200 −11 | model/dyn_core.F90 | |
+53 −0 | model/fv_arrays.F90 | |
+12 −2 | model/fv_control.F90 | |
+115 −27 | model/fv_dynamics.F90 | |
+75 −0 | model/fv_grid_utils.F90 | |
+5 −1 | model/fv_mapz.F90 | |
+1 −1 | model/fv_regional_bc.F90 | |
+333 −0 | model/molecular_diffusion.F90 | |
+58 −13 | model/multi_gases.F90 | |
+1 −1 | model/nh_core.F90 | |
+125 −3 | model/sw_core.F90 | |
+329 −0 | model/tp_core.F90 | |
+47 −47 | tools/external_ic.F90 | |
+93 −11 | tools/fv_diagnostics.F90 | |
+6 −2 | tools/fv_diagnostics.h | |
+128 −0 | tools/fv_grid_tools.F90 | |
+7 −7 | tools/fv_treat_da_inc.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
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