Skip to content

Commit

Permalink
Changes to pass prebuild with nTiedtke addition
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Jul 31, 2024
1 parent 9c2adcf commit ebcac0d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
17 changes: 8 additions & 9 deletions ccpp/config/ccpp_prebuild_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,19 +225,18 @@
'ccpp/physics/physics/smoke_dust/rrfs_smoke_wrapper.F90',
'ccpp/physics/physics/smoke_dust/rrfs_smoke_postpbl.F90',
'ccpp/physics/physics/tools/get_prs_fv3.F90',
'ccpp/physics/physics/tools/get_phi_fv3.F90'
'ccpp/physics/physics/tools/get_phi_fv3.F90',

# CNU_NTIEDTKE

'ccpp/physics/physics/mmm_physics/cu_ntiedtke.F90' ,
'ccpp/physics/physics/scm_cu_ntiedtke_pre.F90' ,
'ccpp/physics/physics/scm_cu_ntiedtke_post.F90' ,
'ccpp/physics/physics/mmm_physics/mmm_cu_ntiedtke.F90' ,
'ccpp/physics/physics/CONV/nTiedtke/mmm_cu_ntiedtke_pre.F90' ,
'ccpp/physics/physics/CONV/nTiedtke/mmm_cu_ntiedtke_post.F90' ,

# NCAR MMM
'ccpp/physics/physics/gfs_mmm_sfclayrev_pre.F90' ,
'ccpp/physics/physics/gfs_mmm_sfclayrev_post.F90' ,
'ccpp/physics/physics/gfs_mmm_ysu_pre.F90' ,
'ccpp/physics/physics/gfs_mmm_ysu_post.F90' ,
# 'ccpp/physics/physics/mmm_physics/sfclayrev_pre.F90' ,
# 'ccpp/physics/physics/mmm_physics/sfclayrev_post.F90' ,
# 'ccpp/physics/physics/gfs_mmm_ysu_pre.F90' ,
# 'ccpp/physics/physics/gfs_mmm_ysu_post.F90' ,
'ccpp/physics/physics/mmm_physics/sf_sfclayrev.F90' ,
'ccpp/physics/physics/mmm_physics/bl_ysu.F90'
]
Expand Down
1 change: 1 addition & 0 deletions ccpp/physics_namelists/input_RAP_ntietke.nml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
do_sppt = .false.
do_shum = .false.
do_skeb = .false.
do_ysu = .true.
lndp_type = 0
n_var_lndp = 0
fscav_aero = "'*:0.0'"
Expand Down
6 changes: 3 additions & 3 deletions ccpp/suites/suite_SCM_RAP_mmm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
</subcycle>
<!-- Surface iteration loop -->
<subcycle loop="2">
<scheme>gfs_mmm_sfclayrev_pre</scheme>
<!-- <scheme>sf_sfclayrev_pre</scheme> -->
<scheme>sf_sfclayrev</scheme>
<scheme>gfs_mmm_sfclayrev_post</scheme>
<!-- <scheme>sf_sfclayrev_post</scheme> -->
<scheme>GFS_surface_loop_control_part1</scheme>
<scheme>sfc_nst_pre</scheme>
<scheme>sfc_nst</scheme>
Expand All @@ -65,7 +65,7 @@
<scheme>drag_suite</scheme>
<scheme>GFS_GWD_generic_post</scheme>
<scheme>GFS_suite_stateout_update</scheme>
<!-- <scheme>module_ozphys</scheme> ozphys_2015 was moved into ty_ozphys -->
<!-- <scheme>module_ozphys</scheme> ozphys_2015 was moved into ty_ozphys -->
<scheme>h2ophys</scheme>
<scheme>get_phi_fv3</scheme>
<scheme>GFS_suite_interstitial_3</scheme>
Expand Down
8 changes: 4 additions & 4 deletions ccpp/suites/suite_SCM_RAP_ntiedtke.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<scheme>rad_sw_pre</scheme>
<scheme>rrtmg_sw</scheme>
<scheme>rrtmg_sw_post</scheme>
<scheme>rrtmg_lw_pre</scheme>
<!-- <scheme>rrtmg_lw_pre</scheme> moved to NOTUSED during restructuring -->
<scheme>rrtmg_lw</scheme>
<scheme>sgscloud_radpost</scheme>
<scheme>rrtmg_lw_post</scheme>
Expand Down Expand Up @@ -75,9 +75,9 @@
<!-- <scheme>mp_thompson_pre</scheme> -->
<!-- <scheme>mp_thompson</scheme> -->
<!-- <scheme>mp_thompson_post</scheme> -->
<scheme>scm_cu_ntiedtke_pre</scheme>
<!-- <scheme>cu_ntiedtke_run</scheme> -->
<scheme>scm_cu_ntiedtke_post</scheme>
<scheme>mmm_cu_ntiedtke_pre</scheme>
<scheme>mmm_cu_ntiedtke</scheme>
<scheme>mmm_cu_ntiedtke_post</scheme>
<scheme>GFS_MP_generic_post</scheme>
<scheme>cu_gf_driver_post</scheme>
<scheme>maximum_hourly_diagnostics</scheme>
Expand Down

0 comments on commit ebcac0d

Please sign in to comment.