Skip to content

Commit

Permalink
Updates to ideal regression test for stability.
Browse files Browse the repository at this point in the history
  • Loading branch information
LarissaReames-NOAA committed Jan 10, 2025
1 parent 899e8a3 commit 938e0e9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/parm/ideal_supercell.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
kord_tm = -9
kord_tr = 9
kord_wz = 9
layout = 4,4
layout = 1, 1
make_nh = .true.
mountain = .false.
n_split = 5
n_split = 6
n_sponge = 9
n_zs_filter = 0
na_init = 1
Expand Down
2 changes: 1 addition & 1 deletion tests/parm/model_configure_ideal.IN
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ start_hour: 20
start_minute: 0
start_second: 0
nhours_fcst: 3
dt_atmos: 10
dt_atmos: 12
restart_interval: 0
cpl: .false.

Expand Down
4 changes: 2 additions & 2 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -488,5 +488,5 @@ COMPILE | datm_cdeps | gnu | -DAPP=NG-GODAS | + hera hercules | fv3 |
RUN | datm_cdeps_control_cfsr | + hera | baseline |

# Minimal physics idealized test
COMPILE | ideal_doubly_periodic | intel | -DAPP=ATM -D32BIT=ON -DCCPP_SUITES=FV3_ideal_mp_nssl -DCCPP_32BIT=ON | + hera | fv3 |
RUN | ideal_supercell | + hera | baseline |
COMPILE | ideal_doubly_periodic | intel | -DAPP=ATM -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_ideal_mp_nssl -DCCPP_32BIT=ON | + hera | fv3 |
RUN | ideal_supercell | + hera | |
6 changes: 5 additions & 1 deletion tests/tests/ideal_supercell
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ export TEST_DESCR="Compare idealized, minimal physics run with results with prev

export CNTL_DIR=fv3_ideal_supercell

export LIST_FILES="fv3_history.nc"
export LIST_FILES=""

export_fv3

export INPES=1
export JNPES=1
export QUILTING=.false.

export FV3_RUN=ideal_run.IN

export WRITE_DOPOST=.false.
Expand Down

0 comments on commit 938e0e9

Please sign in to comment.