forked from NOAA-EMC/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.
Initialize ice fluxes and add "tiice" array (NOAA-EMC#119)
(1) Introducing a separate array "tiice" to store internal ice temperature. "tiice" will be added to phyf*nc output only when frac_grid=T. (2) When cplflx=T, initializing ice fluxes by PBL calculated values when fluxes from CICE are unavailable. (3) Adding frac_grid to namelist and no longer modifying it inside FV3GFS_io.F90. frac_grid=F by default.
- Loading branch information
1 parent
6590d4b
commit 9868550
Showing
5 changed files
with
84 additions
and
39 deletions.
There are no files selected for viewing
Submodule physics
updated
23 files
+20 −13 | physics/GFS_PBL_generic.F90 | |
+8 −9 | physics/GFS_PBL_generic.meta | |
+9 −9 | physics/GFS_suite_interstitial.F90 | |
+1 −1 | physics/GFS_suite_interstitial.meta | |
+105 −99 | physics/GFS_surface_composites.F90 | |
+65 −31 | physics/GFS_surface_composites.meta | |
+6 −6 | physics/GFS_surface_generic.F90 | |
+2 −2 | physics/GFS_surface_generic.meta | |
+15 −15 | physics/dcyc2.f | |
+3 −3 | physics/dcyc2.meta | |
+1 −0 | physics/gcycle.F90 | |
+18 −8 | physics/lsm_ruc_sfc_sice_interstitial.F90 | |
+50 −0 | physics/lsm_ruc_sfc_sice_interstitial.meta | |
+30 −30 | physics/module_MYJSFC_wrapper.F90 | |
+10 −10 | physics/module_MYJSFC_wrapper.meta | |
+39 −39 | physics/sfc_diff.f | |
+13 −13 | physics/sfc_diff.meta | |
+6 −6 | physics/sfc_drv_ruc.F90 | |
+1 −1 | physics/sfc_drv_ruc.meta | |
+13 −13 | physics/sfc_nst.f | |
+4 −4 | physics/sfc_nst.meta | |
+15 −16 | physics/sfc_sice.f | |
+7 −7 | physics/sfc_sice.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
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