Skip to content

Commit

Permalink
Add ability to use constant forcing data when one-dimensional data is…
Browse files Browse the repository at this point in the history
… provided. Plus some housekeeping
  • Loading branch information
dustinswales committed Jul 19, 2023
1 parent 9446b5c commit 8296a50
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 421 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
branch = main
[submodule "ccpp-physics"]
path = ccpp/physics
url = https://github.com/NCAR/ccpp-physics
branch = main
url = https://github.com/dustinswales/ccpp-physics
branch = ccpp_scheme_sim
[submodule "CMakeModules"]
path = CMakeModules
url = https://github.com/noaa-emc/CMakeModules
Expand Down
2 changes: 1 addition & 1 deletion ccpp/physics
13 changes: 13 additions & 0 deletions ccpp/physics_namelists/input_GFS_v17_p8.nml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
iseed_ca = 12345
lndp_type = 0
n_var_lndp = 0
do_ccpp_suite_sim = .false.
/

&cires_ugwp_nml
Expand All @@ -148,3 +149,15 @@
knob_ugwp_version = 0
launch_level = 54
/

&ccpp_suite_sim_nml
suite_sim_file = ''
nprc_sim = 7
prc_LWRAD_cfg = 0, 0, 1
prc_SWRAD_cfg = 0, 0, 2
prc_PBL_cfg = 1, 0, 3
prc_GWD_cfg = 1, 0, 4
prc_SCNV_cfg = 1, 1, 5
prc_DCNV_cfg = 1, 1, 6
prc_cldMP_cfg = 1, 1, 7
/
163 changes: 0 additions & 163 deletions ccpp/physics_namelists/input_GFS_v17_p8_simA.nml

This file was deleted.

163 changes: 0 additions & 163 deletions ccpp/physics_namelists/input_GFS_v17_p8_simB.nml

This file was deleted.

Loading

0 comments on commit 8296a50

Please sign in to comment.