forked from NOAA-GSL/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.
- Loading branch information
1 parent
26b583e
commit 3ffe5ac
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule atmos_cubed_sphere
updated
11 files
+19 −15 | driver/fvGFS/atmosphere.F90 | |
+5 −2 | model/dyn_core.F90 | |
+2 −0 | model/fv_arrays.F90 | |
+6 −3 | model/fv_control.F90 | |
+1 −1 | model/fv_fill.F90 | |
+66 −25 | model/fv_regional_bc.F90 | |
+14 −2 | model/fv_sg.F90 | |
+26 −33 | tools/external_ic.F90 | |
+14 −14 | tools/fv_io.F90 | |
+15 −3 | tools/fv_mp_mod.F90 | |
+3 −3 | tools/fv_restart.F90 |
Submodule framework
updated
13 files
+67 −15 | scripts/ccpp_prebuild.py | |
+73 −55 | scripts/ccpp_track_variables.py | |
+23 −22 | scripts/metadata_parser.py | |
+1 −1 | scripts/mkdoc.py | |
+64 −18 | scripts/mkstatic.py | |
+84 −0 | stub/CMakeLists.txt | |
+12 −0 | stub/README.md | |
+78 −0 | stub/ccpp_prebuild_config.py | |
+17 −0 | stub/data.F90 | |
+14 −0 | stub/data.meta | |
+35 −0 | stub/stub.F90 | |
+45 −0 | stub/stub.meta | |
+9 −0 | stub/suite_stub.xml |
Submodule physics
updated
from 75555d to 711513