Skip to content

Commit

Permalink
Ufs weather model for pr (#606)
Browse files Browse the repository at this point in the history
* removing ncld from .IN files in parm
* reinsatating original rt.conf
* adding module purge to compile.sh
* updating some .IN files to remove ncld
* fixing control_ras and some other fixes
  • Loading branch information
SMoorthi-emc authored Jul 14, 2021
1 parent 3b8bb78 commit a6a4cbc
Show file tree
Hide file tree
Showing 42 changed files with 3,640 additions and 3,876 deletions.
190 changes: 95 additions & 95 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,131 changes: 577 additions & 554 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

994 changes: 525 additions & 469 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

196 changes: 98 additions & 98 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,040 changes: 548 additions & 492 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

966 changes: 511 additions & 455 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,022 changes: 539 additions & 483 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

344 changes: 172 additions & 172 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

1,581 changes: 558 additions & 1,023 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ if [[ $MACHINE_ID == cheyenne.* ]] ; then
BUILD_JOBS=${BUILD_JOBS:-3}
elif [[ $MACHINE_ID == wcoss_dell_p3 ]] ; then
BUILD_JOBS=${BUILD_JOBS:-1}
source $PATHTR/NEMS/src/conf/module-setup.sh.inc
fi

BUILD_JOBS=${BUILD_JOBS:-8}
Expand Down
4 changes: 3 additions & 1 deletion tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,9 @@ export IMFSHALCNV=2
export HWRF_SAMFSHAL=.F.
export IMFDEEPCNV=2
export HWRF_SAMFDEEP=.F.
export RAS=.F.
export RAS=.false.
export RANDOM_CLDS=.false.
export CNVCLD=.true.

# Aerosol convective scavenging
export FSCAV_AERO="'*:0.0'"
Expand Down
1 change: 0 additions & 1 deletion tests/parm/c96_HAFS_v0_hwrf.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = @[IMP_PHYSICS]
spec_adv = .true. ! HWRF F-A
RHGRD = 0.98 ! HWRF F-A
Expand Down
10 changes: 5 additions & 5 deletions tests/parm/control.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ deflate_level=1
fhcyc = @[FHCYC]
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 11
pdfcld = .false.
fhswr = 3600.
Expand All @@ -138,11 +137,12 @@ deflate_level=1
satmedmf = .true.
isatmedmf = 1
lheatstrg = @[LHEATSTRG]
random_clds = .false.
random_clds = @[RANDOM_CLDS]
trans_trac = .true.
cnvcld = .true.
imfshalcnv = 2
imfdeepcnv = 2
cnvcld = @[CNVCLD]
imfshalcnv = @[IMFSHALCNV]
imfdeepcnv = @[IMFDEEPCNV]
ras = @[RAS]
cdmbgwd = @[CDMBWD]
prslrd0 = 0.
ivegsrc = 1
Expand Down
1 change: 0 additions & 1 deletion tests/parm/control_ca.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ deflate_level=1
fhcyc = @[FHCYC]
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 11
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/control_csawmg.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ deflate_level=1
use_ufo = .true.
pre_rad = .false.
crtrh = 0.93,0.90,0.95
ncld = 2
imp_physics = 10
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/control_flake.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ deflate_level=1
fhcyc = 24
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 11
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/control_gdas.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ deflate_level=1
fhcyc = 1
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 11
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/control_noahmp.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ deflate_level=1
fhcyc = @[FHCYC]
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 11
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/control_rrtmgp.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ deflate_level=1
fhcyc = 24
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 11
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/control_thompson.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ deflate_level=1
fhcyc = @[FHCYC]
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = @[IMP_PHYSICS]
ltaerosol = @[LTAEROSOL]
lradar = @[LRADAR]
Expand Down
1 change: 0 additions & 1 deletion tests/parm/control_ugwpv1.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ deflate_level=1
fhcyc = 24
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 11
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/cpt.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
use_ufo = .true.
pre_rad = .false.
crtrh = 0.93,0.90,0.95
ncld = 2
imp_physics = 10
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/csawmg3shoc127.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
use_ufo = .true.
pre_rad = .false.
crtrh = 0.98,0.98,0.90
ncld = 2
imp_physics = 10
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/csawmgshoc.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
use_ufo = .true.
pre_rad = .false.
crtrh = 1.00,1.00,0.95
ncld = 2
imp_physics = 10
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/esg_HAFS_v0_hwrf.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = @[IMP_PHYSICS]
spec_adv = .true. ! HWRF F-A
RHGRD = 0.98 ! HWRF F-A
Expand Down
1 change: 0 additions & 1 deletion tests/parm/gsd.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = @[IMP_PHYSICS]
ltaerosol = @[LTAEROSOL]
lradar = @[LRADAR]
Expand Down
1 change: 0 additions & 1 deletion tests/parm/gsd_rrtmgp.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = @[IMP_PHYSICS]
ltaerosol = @[LTAEROSOL]
lradar = @[LRADAR]
Expand Down
1 change: 0 additions & 1 deletion tests/parm/gsd_sar.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 8
! ttendlim = 0.005
ttendlim = 50.0
Expand Down
1 change: 0 additions & 1 deletion tests/parm/input.benchmark_v16.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
fhcyc = 24
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 11
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/input.mom6_ccpp.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 1
imp_physics = 99
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/input_nest02.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 11
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/multi_gases.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 1
imp_physics = 99
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/regional.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 8
ltaerosol = .F.
ttendlim = -999.0
Expand Down
1 change: 0 additions & 1 deletion tests/parm/regional_c768.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 11
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/regional_rrtmgp.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 8
ltaerosol = .F.
ttendlim = -999.0
Expand Down
1 change: 0 additions & 1 deletion tests/parm/stretched-input.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 11
pdfcld = .false.
fhswr = 3600.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/stretched-nest-input.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
nst_anl = .true.
use_ufo = .true.
pre_rad = .false.
ncld = 5
imp_physics = 11
pdfcld = .false.
fhswr = 3600.
Expand Down
2 changes: 1 addition & 1 deletion tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COMPILE | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v15p2_coupled,FV3

RUN | cpld_control | - wcoss_cray | fv3 |
RUN | cpld_restart | - wcoss_cray | | cpld_control
#RUN | cpld_2threads | - wcoss_cray | |
RUN | cpld_2threads | - wcoss_cray | |
RUN | cpld_decomp | - wcoss_cray jet.intel | |
RUN | cpld_ca | - wcoss_cray | fv3 |

Expand Down
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ if [[ $TESTS_FILE =~ '35d' ]]; then
TEST_35D=true
fi

BL_DATE=20210708
BL_DATE=20210712
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down
4 changes: 3 additions & 1 deletion tests/tests/control_ras
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ export SDAY=22
export SHOUR=06
export OUTPUT_GRID='gaussian_grid'
export NSTF_NAME='2,0,0,0,0'
export WRITE_DOPOST=.true.
export WRITE_DOPOST=.T.
export IAER=5111

export RAS=.T.
export IMFDEEPCNV=-1
export CNVCLD=.F.
export RANDOM_CLDS=.T.

export FV3_RUN=control_run.IN
export CCPP_SUITE=FV3_GFS_v16_ras
Expand Down
2 changes: 2 additions & 0 deletions tests/tests/control_ras_debug
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export IAER=5111

export RAS=.T.
export IMFDEEPCNV=-1
export CNVCLD=.F.
export RANDOM_CLDS=.T.

export FV3_RUN=control_run.IN
export CCPP_SUITE=FV3_GFS_v16_ras
Expand Down

0 comments on commit a6a4cbc

Please sign in to comment.