Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
478d348
Update .gitmodules and submodule pointers for ccpp-framework and ccpp…
climbfuji Nov 25, 2020
bd71c2a
RUC ice for gsl/develop (replaces #54 and #56) (#60)
DomHeinzeller Dec 1, 2020
c59787a
Update gsl/develop from develop 2020/12/08 (#61)
climbfuji Dec 8, 2020
b1e98cf
Update submodule pointer for ccpp-physics - MYNN surface layer update…
climbfuji Dec 16, 2020
6ecee94
Land stochastic perturbations (wrapper PR for #65) (#68)
climbfuji Jan 9, 2021
fa070c8
Stochastic land perturbations: add roughness length over land to the …
tanyasmirnova Jan 19, 2021
c48b45a
Update gsl/develop from develop 2021/02/22 (#73)
climbfuji Feb 23, 2021
730ac5d
Remove inconsistencies in computation of air density with Thompson MP…
climbfuji Feb 26, 2021
4516ae0
Update thompson mp 20210213 (#567) for gsl/develop (#75)
climbfuji Mar 16, 2021
08fc9fe
Merge branch 'gsl/develop' of https://github.com/NOAA-GSL/fv3atm into…
climbfuji Mar 17, 2021
1c59364
Revert change to .gitmodules and update submodule pointer for ccpp-fr…
climbfuji Mar 18, 2021
c4dff78
Merge pull request #77 from climbfuji/update_gsl_develop_from_master_…
DomHeinzeller Mar 18, 2021
7fb4c30
&gfs_physics_nml print_diff_pgr=.true. will print per-timestep pgr ch…
SamuelTrahanNOAA Mar 25, 2021
c19100b
point to sam's repository for atmos_cubed_sphere
SamuelTrahanNOAA Mar 25, 2021
6f9299b
Add units and lat/lon to per-timestep pgr stats
SamuelTrahanNOAA Mar 25, 2021
1d47548
Rebase atmos_cubed_sphere to NOAA-GFDL dev/emc branch
SamuelTrahanNOAA Mar 25, 2021
cd31df5
Print mean pgr change as hPa/hr and other pgr data as bars.
SamuelTrahanNOAA Mar 25, 2021
84c9f0b
Remove changes from atmos_cubed_sphere and simplify atmos_model.F90 c…
SamuelTrahanNOAA Mar 26, 2021
591edc0
print mean abs change instead of mean change in pgr
SamuelTrahanNOAA Mar 26, 2021
44fdae5
Added variables for fractional albedo and emissivity.
tanyasmirnova Mar 30, 2021
8e6d7f6
Removed ice-snowfree and albedo of snow on ice.
tanyasmirnova Mar 30, 2021
ad2f849
Update .gitmodules and submodule pointers for ccpp-framework and ccpp…
climbfuji Mar 31, 2021
1f82c5f
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into upd…
climbfuji Mar 31, 2021
e51884b
Revert change to .gitmodules and update submodule pointers for ccpp-f…
climbfuji Apr 1, 2021
e2108f0
Merge pull request #79 from climbfuji/update_gsl_develop_from_develop…
DomHeinzeller Apr 1, 2021
b92eeeb
clarify one print
SamuelTrahanNOAA Apr 1, 2021
837f7b4
Merge remote-tracking branch 'gsl/gsl/develop' into feature/per-times…
SamuelTrahanNOAA Apr 1, 2021
6814d1a
Merge pull request #78 from SamuelTrahanNOAA/feature/per-timestep-pgr…
DomHeinzeller Apr 2, 2021
2c94a21
Remove the line "active" from albedo components.
tanyasmirnova Apr 5, 2021
30f5d79
Merge branch 'frac_emiss_albedo' of https://github.com/tanyasmirnova/…
tanyasmirnova Apr 8, 2021
c9606a3
Changed names for land albedo.
tanyasmirnova Apr 8, 2021
1c56b24
Fixed the problem with the allocation of albedo and emissivity arrays
tanyasmirnova Apr 8, 2021
9b3bdf3
Fixed albedo allocation problem for Noah LSM.
tanyasmirnova Apr 9, 2021
ded6f1f
corrected the name of emissivity
tanyasmirnova Apr 12, 2021
c3e1f72
Merge branch 'frac_emiss_albedo' of https://github.com/tanyasmirnova/…
climbfuji Apr 14, 2021
6869105
Add new scheme GFS_radiation_surface to all existing suites
climbfuji Apr 15, 2021
0d1bd47
Update of ccpp/config/ccpp_prebuild_config.py, ccpp/data/GFS_typedefs…
climbfuji Apr 15, 2021
188d0b6
Add necessary new interstitial variables for calling 'stability' from…
climbfuji Apr 19, 2021
5dfbcbf
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into mov…
climbfuji Apr 19, 2021
39bc463
Update submodule pointer for fv3atm
climbfuji Apr 19, 2021
cae59fa
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into mov…
climbfuji Apr 20, 2021
a30d046
Albedo and emissivity variables used with RUC LSM are added to restart.
tanyasmirnova Apr 21, 2021
a3fade7
Merge pull request #7 from tanyasmirnova/move_sfc_emis_alb_calculatio…
climbfuji Apr 22, 2021
40338ed
Bugfixes for previous RUC LSM changes in io/FV3GFS_io.F90
climbfuji Apr 22, 2021
1c45e25
Fix a few bugs in io/FV3GFS_io.F90 that were introduced with the last…
climbfuji Apr 22, 2021
fce50d3
Bugfix in ccpp/data/GFS_typedefs.F90: add missing allocation of Diag%…
climbfuji Apr 26, 2021
acf8aa9
Changes necessary to get rid of GSD_SURFACE_FLUXES_BUGFIX
Apr 26, 2021
3b3162d
Revert several code changes in ccpp/data/GFS_typedefs.* and atmos_mod…
climbfuji Apr 26, 2021
464f91c
Merge pull request #8 from benwgreen/thsfc_loc2
climbfuji Apr 26, 2021
e420144
Add more documentation for thsfc_loc to GFS_typedefs.F90
climbfuji Apr 26, 2021
4f6deb9
Add more documentation for thsfc_loc to GFS_typedefs.F90
climbfuji Apr 26, 2021
8248b6c
Update submodule pointer for ccpp-physics
climbfuji Apr 26, 2021
444f709
Update submodule pointer for ccpp-physics
climbfuji Apr 28, 2021
fd409cc
Move call to GFS_radiation_surface after GFS_rrtmg_pre/GFS_rrtmgp_pre
climbfuji May 11, 2021
c21cf6e
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into mov…
climbfuji May 12, 2021
0cae468
Update submodule pointer for ccpp-physics
climbfuji May 14, 2021
40048dd
Add missing variables to io/FV3GFS_io.F90 for b4b reproducible result…
climbfuji May 17, 2021
6276c5b
Update submodule pointer for ccpp-physics
climbfuji May 18, 2021
c38f445
Bugfix in ccpp/data/CCPP_typedefs.F90 when MULTIGASES option is set: …
climbfuji May 18, 2021
14db78a
Remove cnvc90 from ccpp/suites/suite_FV3_GFS_v15_thompson_mynn_lam3km…
climbfuji May 18, 2021
11bc42e
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into mov…
climbfuji May 18, 2021
8fa33ef
Update metadata for ztmax variables
climbfuji May 18, 2021
cc1ad81
Bug fix in ccpp/data/GFS_typedefs.F90, add missing initialization of …
climbfuji May 25, 2021
04048d1
Fix reproducibility issue by writing/reading composite zorl and tsfc …
climbfuji May 25, 2021
72d2f13
Update submodule pointer for ccpp-physics
climbfuji May 25, 2021
0bbc051
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into mov…
climbfuji May 25, 2021
26319d2
Rename suite FV3_GFS_v16b_ugwpv1 to FV3_GFS_v16_ugwpv1
climbfuji May 26, 2021
af44b8d
Fix logic to compute tsfc and zorl composite in io/FV3GFS_io.F90
climbfuji May 26, 2021
b877f6c
Remove comment from io/FV3GFS_io.F90
climbfuji May 26, 2021
7a672ed
Revert change to .gitmodules and update submodule pointers for ccpp-f…
climbfuji May 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ccpp/config/ccpp_prebuild_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'physics/physics/h2o_def.f',
'physics/physics/ozne_def.f',
'physics/physics/radlw_param.f',
'physics/physics/radiation_surface.f',
'data/CCPP_typedefs.F90',
'data/GFS_typedefs.F90',
'data/CCPP_data.F90',
Expand Down Expand Up @@ -102,6 +103,7 @@
'physics/physics/GFS_debug.F90',
'physics/physics/GFS_phys_time_vary.fv3.F90',
'physics/physics/GFS_rad_time_vary.fv3.F90',
'physics/physics/GFS_radiation_surface.F90',
'physics/physics/GFS_rrtmg_post.F90',
'physics/physics/GFS_rrtmg_pre.F90',
'physics/physics/GFS_rrtmg_setup.F90',
Expand Down
8 changes: 4 additions & 4 deletions ccpp/data/CCPP_typedefs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@ subroutine interstitial_create (Interstitial, is, ie, isd, ied, js, je, jsd, jed
else
Interstitial%ngas = 1
end if
allocate(Interstitial%rilist(0:Interstitial%ngas))
allocate(Interstitial%cpilist(0:Interstitial%ngas))
allocate(Interstitial%rilist(1:Interstitial%ngas))
allocate(Interstitial%cpilist(1:Interstitial%ngas))
if (present(rilist)) then
Interstitial%rilist = rilist
Interstitial%cpilist = cpilist
Interstitial%rilist = rilist(1:Interstitial%ngas)
Interstitial%cpilist = cpilist(1:Interstitial%ngas)
else
Interstitial%rilist = 0.0
Interstitial%cpilist = 0.0
Expand Down
127 changes: 89 additions & 38 deletions ccpp/data/GFS_typedefs.F90

Large diffs are not rendered by default.

145 changes: 118 additions & 27 deletions ccpp/data/GFS_typedefs.meta
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,46 @@
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
[emis_lnd]
standard_name = surface_longwave_emissivity_over_land
long_name = surface lw emissivity in fraction over land
units = frac
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
[emis_ice]
standard_name = surface_longwave_emissivity_over_ice
long_name = surface lw emissivity in fraction over ice
units = frac
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
active = (flag_for_land_surface_scheme == flag_for_ruc_land_surface_scheme)
[sfalb_lnd]
standard_name = surface_diffused_shortwave_albedo_over_land
long_name = mean surface diffused sw albedo over land
units = frac
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
optional = F
active = (flag_for_land_surface_scheme == flag_for_ruc_land_surface_scheme)
[sfalb_ice]
standard_name = surface_diffused_shortwave_albedo_over_ice
long_name = mean surface diffused sw albedo over ice
units = frac
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
active = (flag_for_land_surface_scheme == flag_for_ruc_land_surface_scheme)
[sfalb_lnd_bck]
standard_name = surface_snow_free_albedo_over_land
long_name = surface snow-free albedo over ice
units = frac
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
active = (flag_for_land_surface_scheme == flag_for_ruc_land_surface_scheme)
[alvwf]
standard_name = mean_vis_albedo_with_weak_cosz_dependency
long_name = mean vis albedo with weak cosz dependency
Expand Down Expand Up @@ -1242,46 +1282,70 @@
type = real
kind = kind_phys
active = (flag_for_land_surface_scheme == flag_for_noah_wrfv4_land_surface_scheme)
[albdvis]
standard_name = surface_albedo_direct_visible
long_name = direct surface albedo visible band
[albdvis_lnd]
standard_name = surface_albedo_direct_visible_over_land
long_name = direct surface albedo visible band over land
units = frac
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
active = (flag_for_land_surface_scheme == flag_for_noahmp_land_surface_scheme)
[albdnir]
standard_name = surface_albedo_direct_NIR
long_name = direct surface albedo NIR band
active = (flag_for_land_surface_scheme == flag_for_noahmp_land_surface_scheme .or. flag_for_land_surface_scheme == flag_for_ruc_land_surface_scheme)
[albdnir_lnd]
standard_name = surface_albedo_direct_NIR_over_land
long_name = direct surface albedo NIR band over land
units = frac
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
active = (flag_for_land_surface_scheme == flag_for_noahmp_land_surface_scheme)
[albivis]
standard_name = surface_albedo_diffuse_visible
long_name = diffuse surface albedo visible band
active = (flag_for_land_surface_scheme == flag_for_noahmp_land_surface_scheme .or. flag_for_land_surface_scheme == flag_for_ruc_land_surface_scheme)
[albivis_lnd]
standard_name = surface_albedo_diffuse_visible_over_land
long_name = diffuse surface albedo visible band over land
units = frac
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
active = (flag_for_land_surface_scheme == flag_for_noahmp_land_surface_scheme)
[albinir]
standard_name = surface_albedo_diffuse_NIR
long_name = diffuse surface albedo NIR band
active = (flag_for_land_surface_scheme == flag_for_noahmp_land_surface_scheme .or. flag_for_land_surface_scheme == flag_for_ruc_land_surface_scheme)
[albinir_lnd]
standard_name = surface_albedo_diffuse_NIR_over_land
long_name = diffuse surface albedo NIR band over land
units = frac
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
active = (flag_for_land_surface_scheme == flag_for_noahmp_land_surface_scheme)
[emiss]
standard_name = surface_emissivity_lsm
long_name = surface emissivity from lsm
active = (flag_for_land_surface_scheme == flag_for_noahmp_land_surface_scheme .or. flag_for_land_surface_scheme == flag_for_ruc_land_surface_scheme)
[albdvis_ice]
standard_name = surface_albedo_direct_visible_over_ice
long_name = direct surface albedo visible band over ice
units = frac
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
active = (flag_for_land_surface_scheme == flag_for_noahmp_land_surface_scheme)
active = (flag_for_land_surface_scheme == flag_for_ruc_land_surface_scheme)
[albdnir_ice]
standard_name = surface_albedo_direct_NIR_over_ice
long_name = direct surface albedo NIR band over ice
units = frac
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
active = (flag_for_land_surface_scheme == flag_for_ruc_land_surface_scheme)
[albivis_ice]
standard_name = surface_albedo_diffuse_visible_over_ice
long_name = diffuse surface albedo visible band over ice
units = frac
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
active = (flag_for_land_surface_scheme == flag_for_ruc_land_surface_scheme)
[albinir_ice]
standard_name = surface_albedo_diffuse_NIR_over_ice
long_name = diffuse surface albedo NIR band over ice
units = frac
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
active = ( flag_for_land_surface_scheme == flag_for_ruc_land_surface_scheme)
[wetness]
standard_name = normalized_soil_wetness_for_land_surface_model
long_name = normalized soil wetness for lsm
Expand Down Expand Up @@ -3746,6 +3810,12 @@
units = flag
dimensions = ()
type = logical
[thsfc_loc]
standard_name = flag_for_reference_pressure_theta
long_name = flag for reference pressure in theta calculation
units = flag
dimensions = ()
type = logical
[hybedmf]
standard_name = flag_for_hedmf
long_name = flag for hybrid edmf pbl scheme (moninedmf)
Expand Down Expand Up @@ -9472,6 +9542,13 @@
units = W m-2
dimensions = (horizontal_loop_extent)
type = cmpfsw_type
[sfcalb]
standard_name = surface_albedo_components
long_name = surface albedo IR/UV/VIS components
units = frac
dimensions = (horizontal_loop_extent,number_of_components_for_surface_albedo)
type = real
kind = kind_phys
[sfcalb(:,1)]
standard_name = surface_albedo_due_to_near_IR_direct
long_name = surface albedo due to near IR direct beam
Expand Down Expand Up @@ -9852,13 +9929,6 @@
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
[tsurf]
standard_name = surface_skin_temperature_after_iteration
long_name = surface skin temperature after iteration
units = K
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
[tsurf_water]
standard_name = surface_skin_temperature_after_iteration_over_water
long_name = surface skin temperature after iteration over water
Expand Down Expand Up @@ -10041,6 +10111,27 @@
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
[ztmax_water]
standard_name = bounded_surface_roughness_length_for_heat_over_water
long_name = bounded surface roughness length for heat over water
units = m
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
[ztmax_land]
standard_name = bounded_surface_roughness_length_for_heat_over_land
long_name = bounded surface roughness length for heat over land
units = m
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
[ztmax_ice]
standard_name = bounded_surface_roughness_length_for_heat_over_ice
long_name = bounded surface roughness length for heat over ice
units = m
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
[zt1d]
standard_name = perturbation_of_heat_to_momentum_roughness_length_ratio
long_name = perturbation of heat to momentum roughness length ratio
Expand Down
2 changes: 1 addition & 1 deletion ccpp/framework
2 changes: 1 addition & 1 deletion ccpp/physics
Submodule physics updated 43 files
+105 −8 physics/GFS_debug.F90
+92 −0 physics/GFS_debug.meta
+41 −23 physics/GFS_phys_time_vary.fv3.F90
+68 −15 physics/GFS_phys_time_vary.fv3.meta
+41 −22 physics/GFS_phys_time_vary.scm.F90
+68 −15 physics/GFS_phys_time_vary.scm.meta
+201 −0 physics/GFS_radiation_surface.F90
+531 −0 physics/GFS_radiation_surface.meta
+7 −50 physics/GFS_rrtmg_setup.F90
+2 −18 physics/GFS_rrtmg_setup.meta
+3 −3 physics/GFS_rrtmgp_pre.meta
+7 −21 physics/GFS_rrtmgp_setup.F90
+1 −17 physics/GFS_rrtmgp_setup.meta
+26 −86 physics/GFS_rrtmgp_sw_pre.F90
+12 −279 physics/GFS_rrtmgp_sw_pre.meta
+3 −3 physics/GFS_rrtmgp_thompsonmp_pre.meta
+130 −36 physics/GFS_surface_composites.F90
+215 −49 physics/GFS_surface_composites.meta
+2 −3 physics/GFS_surface_generic.F90
+0 −9 physics/GFS_surface_generic.meta
+1 −1 physics/module_MYNNSFC_wrapper.meta
+31 −15 physics/module_sf_ruclsm.F90
+325 −391 physics/radiation_surface.f
+15 −0 physics/radiation_surface.meta
+8 −26 physics/rrtmg_lw_pre.F90
+1 −117 physics/rrtmg_lw_pre.meta
+1 −1 physics/rrtmg_sw_post.F90
+6 −58 physics/rrtmg_sw_pre.F90
+0 −268 physics/rrtmg_sw_pre.meta
+6 −26 physics/rrtmgp_lw_pre.F90
+4 −102 physics/rrtmgp_lw_pre.meta
+1 −1 physics/rrtmgp_sw_gas_optics.meta
+8 −6 physics/sfc_diag.f
+8 −0 physics/sfc_diag.meta
+75 −32 physics/sfc_diff.f
+35 −0 physics/sfc_diff.meta
+191 −72 physics/sfc_drv_ruc.F90
+417 −30 physics/sfc_drv_ruc.meta
+10 −10 physics/sfc_noahmp_drv.meta
+24 −17 physics/sfc_nst.f
+8 −0 physics/sfc_nst.meta
+36 −29 physics/sfc_sice.f
+8 −0 physics/sfc_sice.meta
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_CPT_v0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_coupled.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_couplednsst.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_csawmg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_csawmgshoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_fv3wam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_gfdlmp_noahmp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional_c768.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_h2ophys.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_myj.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_ntiedtke.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_ozphys_2015.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_sas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_satmedmf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
1 change: 1 addition & 0 deletions ccpp/suites/suite_FV3_GFS_2017_satmedmfq.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<subcycle loop="1">
<scheme>GFS_suite_interstitial_rad_reset</scheme>
<scheme>GFS_rrtmg_pre</scheme>
<scheme>GFS_radiation_surface</scheme>
<scheme>rrtmg_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
Expand Down
Loading