Skip to content

Commit

Permalink
Remove interstitial variables for land and ice emissivity and update …
Browse files Browse the repository at this point in the history
…the land and ice emissivity in the routine setemis in CCPP (#821)

* Update of fv3atm submodule
* Update to regression test setup for correctly setting cplice for coupled and uncoupled runs

Co-authored-by: Dom Heinzeller <climbfuji@ymail.com>
Co-authored-by: Jun Wang <junwang-noaa@users.noreply.github.com>
Co-authored-by: Brian Curtis <brian.curtis@noaa.gov>
  • Loading branch information
4 people authored Oct 22, 2021
1 parent 5a20ea4 commit b87cdaa
Show file tree
Hide file tree
Showing 14 changed files with 2,635 additions and 2,784 deletions.
411 changes: 199 additions & 212 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

679 changes: 323 additions & 356 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

699 changes: 343 additions & 356 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

216 changes: 108 additions & 108 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

690 changes: 308 additions & 382 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

892 changes: 423 additions & 469 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

689 changes: 328 additions & 361 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

409 changes: 188 additions & 221 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

725 changes: 409 additions & 316 deletions tests/RegressionTests_wcoss_dell_p3.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 @@ -549,6 +549,7 @@ export H2O_PHYS=.false.
export CPL=.false.
export CPLCHM=.false.
export CPLFLX=.false.
export CPLICE=.false.
export CPLWAV=.false.
export CPLWAV2ATM=.false.
export DAYS=1
Expand Down Expand Up @@ -792,6 +793,7 @@ export KTHERM=2
export TFREEZE_OPTION=mushy

export CPLFLX=.true.
export CPLICE=.true.
export CPL=.true.
export MIN_SEAICE=1.0e-11

Expand Down
1 change: 1 addition & 0 deletions tests/parm/cpld_control.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ deflate_level=1
cplwav = @[CPLWAV]
cplwav2atm = @[CPLWAV2ATM]
cplflx = @[CPLFLX]
cplice = @[CPLICE]
min_seaice = @[MIN_SEAICE]
use_cice_alb = @[USE_CICE_ALB]
frac_grid = @[FRAC_GRID]
Expand Down
2 changes: 1 addition & 1 deletion tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RUN | control_thompson_extdiag_debug
RUN | regional_control_debug | | fv3 |
RUN | regional_quilt_debug | | fv3 |
RUN | fv3_gsd_debug | | fv3 |
RUN | fv3_gsd_diag_debug | | fv3 |
#RUN | fv3_gsd_diag_debug | | fv3 |
RUN | fv3_rrfs_v1beta_debug | | fv3 |
RUN | fv3_rrfs_v1alpha_debug | | fv3 |

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

BL_DATE=20211006
BL_DATE=20211019
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down

0 comments on commit b87cdaa

Please sign in to comment.