forked from NOAA-EMC/fv3atm
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from grantfirl/ufs-dev-PR122
UFS-dev PR#122
- Loading branch information
Showing
7 changed files
with
149 additions
and
7 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
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 physics
updated
9 files
+17 −7 | physics/cu_c3_deep.F90 | |
+25 −7 | physics/cu_c3_driver.F90 | |
+37 −0 | physics/cu_c3_driver.meta | |
+14 −9 | physics/cu_c3_sh.F90 | |
+20 −11 | physics/progsigma_calc.f90 | |
+16 −9 | physics/samfdeepcnv.f | |
+38 −0 | physics/samfdeepcnv.meta | |
+11 −8 | physics/samfshalcnv.f | |
+23 −0 | physics/samfshalcnv.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<suite name="FV3_global_nest_v1" version="1"> | ||
<!-- <init></init> --> | ||
<group name="time_vary"> | ||
<subcycle loop="1"> | ||
<scheme>GFS_time_vary_pre</scheme> | ||
<scheme>GFS_rrtmg_setup</scheme> | ||
<scheme>GFS_rad_time_vary</scheme> | ||
<scheme>GFS_phys_time_vary</scheme> | ||
</subcycle> | ||
</group> | ||
<group name="radiation"> | ||
<subcycle loop="1"> | ||
<scheme>GFS_suite_interstitial_rad_reset</scheme> | ||
<scheme>sgscloud_radpre</scheme> | ||
<scheme>GFS_rrtmg_pre</scheme> | ||
<scheme>GFS_radiation_surface</scheme> | ||
<scheme>rad_sw_pre</scheme> | ||
<scheme>rrtmg_sw</scheme> | ||
<scheme>rrtmg_sw_post</scheme> | ||
<scheme>rrtmg_lw_pre</scheme> | ||
<scheme>rrtmg_lw</scheme> | ||
<scheme>sgscloud_radpost</scheme> | ||
<scheme>rrtmg_lw_post</scheme> | ||
<scheme>GFS_rrtmg_post</scheme> | ||
</subcycle> | ||
</group> | ||
<group name="physics"> | ||
<subcycle loop="1"> | ||
<scheme>GFS_suite_interstitial_phys_reset</scheme> | ||
<scheme>GFS_suite_stateout_reset</scheme> | ||
<scheme>get_prs_fv3</scheme> | ||
<scheme>GFS_suite_interstitial_1</scheme> | ||
<scheme>GFS_surface_generic_pre</scheme> | ||
<scheme>GFS_surface_composites_pre</scheme> | ||
<scheme>dcyc2t3</scheme> | ||
<scheme>GFS_surface_composites_inter</scheme> | ||
<scheme>GFS_suite_interstitial_2</scheme> | ||
</subcycle> | ||
<!-- Surface iteration loop --> | ||
<subcycle loop="2"> | ||
<scheme>mynnsfc_wrapper</scheme> | ||
<scheme>GFS_surface_loop_control_part1</scheme> | ||
<scheme>sfc_nst_pre</scheme> | ||
<scheme>sfc_nst</scheme> | ||
<scheme>sfc_nst_post</scheme> | ||
<scheme>noahmpdrv</scheme> | ||
<scheme>sfc_sice</scheme> | ||
<scheme>GFS_surface_loop_control_part2</scheme> | ||
</subcycle> | ||
<!-- End of surface iteration loop --> | ||
<subcycle loop="1"> | ||
<scheme>GFS_surface_composites_post</scheme> | ||
<scheme>sfc_diag</scheme> | ||
<scheme>sfc_diag_post</scheme> | ||
<scheme>GFS_surface_generic_post</scheme> | ||
<scheme>mynnedmf_wrapper</scheme> | ||
<scheme>GFS_GWD_generic_pre</scheme> | ||
<scheme>ugwpv1_gsldrag</scheme> | ||
<scheme>ugwpv1_gsldrag_post</scheme> | ||
<scheme>GFS_GWD_generic_post</scheme> | ||
<scheme>GFS_suite_stateout_update</scheme> | ||
<scheme>h2ophys</scheme> | ||
<scheme>get_phi_fv3</scheme> | ||
<scheme>GFS_suite_interstitial_3</scheme> | ||
<scheme>GFS_DCNV_generic_pre</scheme> | ||
<scheme>cu_c3_driver_pre</scheme> | ||
<scheme>cu_c3_driver</scheme> | ||
<scheme>GFS_DCNV_generic_post</scheme> | ||
<scheme>GFS_SCNV_generic_pre</scheme> | ||
<scheme>GFS_SCNV_generic_post</scheme> | ||
<scheme>GFS_suite_interstitial_4</scheme> | ||
<scheme>cnvc90</scheme> | ||
<scheme>GFS_MP_generic_pre</scheme> | ||
<scheme>mp_thompson_pre</scheme> | ||
</subcycle> | ||
<subcycle loop="1"> | ||
<scheme>mp_thompson</scheme> | ||
</subcycle> | ||
<subcycle loop="1"> | ||
<scheme>mp_thompson_post</scheme> | ||
<scheme>GFS_MP_generic_post</scheme> | ||
<scheme>cu_c3_driver_post</scheme> | ||
<scheme>maximum_hourly_diagnostics</scheme> | ||
</subcycle> | ||
</group> | ||
<group name="stochastics"> | ||
<subcycle loop="1"> | ||
<scheme>GFS_stochastics</scheme> | ||
<scheme>GFS_physics_post</scheme> | ||
</subcycle> | ||
</group> | ||
<!-- <finalize></finalize> --> | ||
</suite> |
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
Submodule upp
updated
22 files
+7 −4 | .readthedocs.yml | |
+120 −0 | ci/Jenkinsfile | |
+59 −0 | ci/rt-status.py | |
+247 −0 | ci/rt.sh | |
+2 −0 | docs/conf.py | |
+3 −0 | docs/requirements.txt | |
+13 −51 | modulefiles/hera.lua | |
+12 −61 | modulefiles/hercules.lua | |
+13 −48 | modulefiles/orion.lua | |
+31 −0 | modulefiles/upp_common.lua | |
+20 −4 | parm/fv3lam_rrfs.xml | |
+117 −6 | parm/postxconfig-NT-fv3lam_rrfs.txt | |
+0 −2,238 | parm/postxconfig-NT-gefs-aerosol.txt | |
+2 −0 | sorc/ncep_post.fd/ALLOCATE_ALL.f | |
+3 −2 | sorc/ncep_post.fd/CALRAD_WCLOUD_newcrtm.f | |
+1 −0 | sorc/ncep_post.fd/DEALLOCATE.f | |
+26 −13 | sorc/ncep_post.fd/INITPOST_NETCDF.f | |
+2 −3 | sorc/ncep_post.fd/MDL2AGL.f | |
+14 −6 | sorc/ncep_post.fd/MDLFLD.f | |
+1 −1 | sorc/ncep_post.fd/VRBLS3D_mod.f | |
+53 −0 | tests/logs/rt.log.HERA | |
+53 −0 | tests/logs/rt.log.ORION |