Skip to content

Commit

Permalink
Updating nemelist templates and configuration files to have consisten…
Browse files Browse the repository at this point in the history
…t format as the global workflow; Update CDEPS (was ufs-community#1741) (ufs-community#1699)

* Update cpld_control.nml.IN

* Update model_configure.IN

* Update nems.configure.cpld_noaero.IN

* Update field_table_thompson_noaero_tke

* Rename diag_table_gfsv17_template to diag_table_cpld_template

* Update CDEPS-interface/cdeps_files.cmake

Co-authored-by: Bin.Li <[email protected]>
Co-authored-by: SadeghTabas-NOAA <[email protected]>
  • Loading branch information
3 people authored May 25, 2023
1 parent 7d015e1 commit daa456c
Show file tree
Hide file tree
Showing 19 changed files with 4,791 additions and 4,866 deletions.
3 changes: 3 additions & 0 deletions CDEPS-interface/cdeps_files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ list(APPEND cdeps_datm_files
CDEPS/datm/datm_datamode_era5_mod.F90
CDEPS/datm/datm_datamode_gefs_mod.F90
CDEPS/datm/datm_datamode_gfs_mod.F90
CDEPS/datm/datm_datamode_gfs_hafs_mod.F90
CDEPS/datm/datm_datamode_jra_mod.F90
)

Expand All @@ -62,6 +63,8 @@ list(APPEND cdeps_docn_files
CDEPS/docn/docn_datamode_copyall_mod.F90
CDEPS/docn/docn_datamode_iaf_mod.F90
CDEPS/docn/docn_datamode_som_mod.F90
CDEPS/docn/docn_datamode_cplhist_mod.F90
CDEPS/docn/docn_import_data_mod.F90
CDEPS/docn/ocn_comp_nuopc.F90
)

Expand Down
1,857 changes: 1,096 additions & 761 deletions tests/RegressionTests_acorn.intel.log

Large diffs are not rendered by default.

370 changes: 185 additions & 185 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,080 changes: 540 additions & 540 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,423 changes: 693 additions & 730 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

374 changes: 187 additions & 187 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,128 changes: 564 additions & 564 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

958 changes: 479 additions & 479 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,142 changes: 571 additions & 571 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

912 changes: 457 additions & 455 deletions tests/RegressionTests_wcoss2.intel.log

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ export OUTPUT_GRID="'cubed_sphere_grid'"
export OUTPUT_FILE="'netcdf'"
export IDEFLATE=0
export NBITS=0
export ICHUNK2D=0
export JCHUNK2D=0
export ICHUNK3D=0
export JCHUNK3D=0
export KCHUNK3D=0
Expand Down
1 change: 1 addition & 0 deletions tests/detect_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ case $(hostname -f) in

alogin01.acorn.wcoss2.ncep.noaa.gov) MACHINE_ID=acorn ;; ### acorn
alogin02.acorn.wcoss2.ncep.noaa.gov) MACHINE_ID=acorn ;; ### acorn
alogin03.acorn.wcoss2.ncep.noaa.gov) MACHINE_ID=acorn ;; ### acorn

gaea10) MACHINE_ID=gaea ;; ### gaea10
gaea11) MACHINE_ID=gaea ;; ### gaea11
Expand Down
11 changes: 6 additions & 5 deletions tests/parm/cpld_control.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ deflate_level=1
cnvcld = @[CNVCLD]
imfshalcnv = @[IMFSHALCNV]
imfdeepcnv = @[IMFDEEPCNV]
progsigma = @[PROGSIGMA]
ras = @[RAS]
cdmbgwd = @[CDMBWD]
prslrd0 = 0.
Expand Down Expand Up @@ -206,9 +207,6 @@ deflate_level=1
effr_in = .true.
ldiag_ugwp = @[LDIAG_UGWP]
fscav_aero = @[FSCAV_AERO]
do_sppt = @[DO_SPPT]
do_shum = @[DO_SHUM]
do_skeb = @[DO_SKEB]
do_RRTMGP = @[DO_RRTMGP]
active_gases = 'h2o_co2_o3_n2o_ch4_o2'
ngases = 6
Expand All @@ -223,6 +221,9 @@ deflate_level=1
doGP_cldoptics_LUT = @[DOGP_CLDOPTICS_LUT]
doGP_lwscat = @[DOGP_LWSCAT]
doGP_sgs_cnv = @[DOGP_SGS_CNV]
do_sppt = @[DO_SPPT]
do_shum = @[DO_SHUM]
do_skeb = @[DO_SKEB]
use_med_flux = @[USE_MED_FLUX]
frac_grid = @[FRAC_GRID]
cplchm = @[CPLCHM]
Expand Down Expand Up @@ -259,7 +260,7 @@ deflate_level=1
knob_ugwp_dokdis = 1
knob_ugwp_ndx4lh = 1
knob_ugwp_version = @[KNOB_UGWP_VERSION]
launch_level = 54
launch_level = 54
/

&gfdl_cloud_microphysics_nml
Expand Down Expand Up @@ -382,4 +383,4 @@ deflate_level=1
restart_input_dir = 'INPUT/',
restart_output_dir = 'RESTART/',
parameter_filename = 'INPUT/MOM_input',
'INPUT/MOM_override'/
'INPUT/MOM_override'/
Loading

0 comments on commit daa456c

Please sign in to comment.