forked from ufs-community/ufs-weather-model
-
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
ea477ee
commit 37b0f3c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule FV3
updated
27 files
+57 −17 | .github/workflows/GCC.yml | |
+12 −2 | CMakeLists.txt | |
+1 −1 | atmos_cubed_sphere | |
+32 −27 | atmos_model.F90 | |
+4 −2 | ccpp/CMakeLists.txt | |
+1 −0 | ccpp/config/ccpp_prebuild_config.py | |
+1 −1 | ccpp/data/CCPP_typedefs.F90 | |
+1 −1 | ccpp/data/CCPP_typedefs.meta | |
+18 −27 | ccpp/data/GFS_typedefs.F90 | |
+12 −5 | ccpp/data/GFS_typedefs.meta | |
+119 −51 | ccpp/driver/GFS_diagnostics.F90 | |
+1 −1 | ccpp/framework | |
+1 −1 | ccpp/physics | |
+6 −6 | cpl/module_block_data.F90 | |
+0 −1 | cpl/module_cap_cpl.F90 | |
+25 −17 | cpl/module_cplfields.F90 | |
+203 −0 | cpl/module_cplscalars.F90 | |
+53 −2 | fv3_cap.F90 | |
+81 −34 | io/fv3atm_history_io.F90 | |
+31 −29 | io/module_fv3_io_def.F90 | |
+196 −70 | io/module_write_netcdf.F90 | |
+4 −4 | io/module_write_restart_netcdf.F90 | |
+46 −11 | io/module_wrt_grid_comp.F90 | |
+125 −59 | io/post_fv3.F90 | |
+28 −4 | module_fcst_grid_comp.F90 | |
+3 −2 | module_fv3_config.F90 | |
+1 −1 | upp |