Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUC ice for gsl/develop (replaces #47) #49

Merged
merged 7 commits into from
Dec 1, 2020
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
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
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-GSL/fv3atm
branch = gsl/develop
#url = https://github.com/NOAA-GSL/fv3atm
#branch = gsl/develop
url = https://github.com/climbfuji/fv3atm
branch = rucice_gsl_develop
[submodule "NEMS"]
path = NEMS
url = https://github.com/NOAA-EMC/NEMS
Expand Down
1 change: 1 addition & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ export DO_MYNNSFCLAY=.F.
export LSM=1
export LSOIL_LSM=4
export LANDICE=.T.
export KICE=2

# Ozone / stratospheric H2O
export OZ_PHYS_OLD=.T.
Expand Down
1 change: 1 addition & 0 deletions tests/parm/ccpp_gsd.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
n_var_lndp = @[N_VAR_LNDP]
lsm = @[LSM]
lsoil_lsm = @[LSOIL_LSM]
kice = @[KICE]
iopt_dveg = 2
iopt_crs = 1
iopt_btr = 1
Expand Down
1 change: 1 addition & 0 deletions tests/parm/ccpp_gsd_sar.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
lsm = 3
lsoil = 9
lsoil_lsm = 9
kice = 9
iopt_dveg = 2
iopt_crs = 1
iopt_btr = 1
Expand Down
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ fi
mkdir -p ${STMP}/${USER}

# Different own baseline directories for different compilers on Theia/Cheyenne
NEW_BASELINE=${STMP}/${USER}/FV3_RT/REGRESSION_TEST
NEW_BASELINE=${STMP}/${USER}/FV3_RT/REGRESSION_TEST_GSL_DEVELOP
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]]; then
NEW_BASELINE=${NEW_BASELINE}_${RT_COMPILER^^}
fi
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/fv3_ccpp_gsd
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export IMFSHALCNV=3
export IMFDEEPCNV=3
export LSM=3
export LSOIL_LSM=9

export KICE=9

export WLCLK=30

2 changes: 1 addition & 1 deletion tests/tests/fv3_ccpp_gsd_coldstart
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ export IMFSHALCNV=3
export IMFDEEPCNV=3
export LSM=3
export LSOIL_LSM=9

export KICE=9
2 changes: 1 addition & 1 deletion tests/tests/fv3_ccpp_gsd_debug
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ export IMFSHALCNV=3
export IMFDEEPCNV=3
export LSM=3
export LSOIL_LSM=9

export KICE=9

export WLCLK=30
2 changes: 1 addition & 1 deletion tests/tests/fv3_ccpp_gsd_diag3d_debug
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export IMFSHALCNV=3
export IMFDEEPCNV=3
export LSM=3
export LSOIL_LSM=9

export KICE=9

export WLCLK=30

1 change: 1 addition & 0 deletions tests/tests/fv3_ccpp_gsd_drag_suite
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export IMFSHALCNV=3
export IMFDEEPCNV=3
export LSM=3
export LSOIL_LSM=9
export KICE=9
export GWD_OPT=3
export DO_UGWP_V0=.F.
export DO_UGWP_V0_OROG_ONLY=.F.
Expand Down
2 changes: 2 additions & 0 deletions tests/tests/fv3_ccpp_gsd_drag_suite_unified_ugwp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ export IMFSHALCNV=3
export IMFDEEPCNV=3
export LSM=3
export LSOIL_LSM=9
export KICE=9

export GWD_OPT=2
export DO_UGWP_V0=.F.
export DO_UGWP_V0_OROG_ONLY=.F.
Expand Down
1 change: 1 addition & 0 deletions tests/tests/fv3_ccpp_gsd_mynnsfc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export IMFSHALCNV=3
export IMFDEEPCNV=3
export LSM=3
export LSOIL_LSM=9
export KICE=9

RUN_SCRIPT=rt_fv3.sh

Expand Down
1 change: 1 addition & 0 deletions tests/tests/fv3_ccpp_gsd_mynnsfc_debug
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export IMFSHALCNV=3
export IMFDEEPCNV=3
export LSM=3
export LSOIL_LSM=9
export KICE=9

RUN_SCRIPT=rt_fv3.sh

Expand Down
2 changes: 2 additions & 0 deletions tests/tests/fv3_ccpp_gsd_unified_ugwp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ export IMFSHALCNV=3
export IMFDEEPCNV=3
export LSM=3
export LSOIL_LSM=9
export KICE=9

export GWD_OPT=2
export DO_UGWP_V0=.T.
export DO_UGWP_V0_OROG_ONLY=.F.
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/fv3_ccpp_gsd_warmstart
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ export IMFSHALCNV=3
export IMFDEEPCNV=3
export LSM=3
export LSOIL_LSM=9

export KICE=9
2 changes: 2 additions & 0 deletions tests/tests/fv3_ccpp_hrrr
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ export IMFSHALCNV=-1
export IMFDEEPCNV=-1
export LSM=3
export LSOIL_LSM=9
export KICE=9

export GWD_OPT=3
export DO_UGWP_V0=.F.
export DO_UGWP_V0_OROG_ONLY=.F.
Expand Down
2 changes: 2 additions & 0 deletions tests/tests/fv3_ccpp_rap
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ export IMFSHALCNV=3
export IMFDEEPCNV=3
export LSM=3
export LSOIL_LSM=9
export KICE=9

export GWD_OPT=3
export DO_UGWP_V0=.F.
export DO_UGWP_V0_OROG_ONLY=.F.
Expand Down