Skip to content

Commit

Permalink
Updates to C12 RT to use export_fv3 instead of export_fv3_v16
Browse files Browse the repository at this point in the history
  • Loading branch information
LarissaReames-NOAA committed Jan 6, 2025
1 parent b391610 commit fe0a7e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion FV3
2 changes: 1 addition & 1 deletion tests/lowres_rt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
COMPILE | s2s | intel | -DAPP=S2S -DCCPP_SUITES=FV3_coupled_lowres -DCMAKE_BUILD_TYPE==Debug -DHYDRO=ON| | fv3 |
COMPILE | s2s | intel | -DAPP=S2S -DCCPP_SUITES=FV3_coupled_lowres -DDEBUG=ON -DHYDRO=ON| | fv3 |
RUN | cpld_control_c12 | | baseline |
15 changes: 9 additions & 6 deletions tests/tests/cpld_control_c12
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ export LIST_FILES=" "
# RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc"
export ATMRES=C12

export_fv3_v16
#export_fv3_v16
export_fv3
export_cpl
export CCPP_SUITE=FV3_coupled_lowres

export ATMRES=C12
#export ATMRES=C12

export RESTART_N=12
export RESTART_INTERVAL="${RESTART_N} -1"
Expand All @@ -72,16 +73,18 @@ export TAU=10.
export N_SPONGE=5
export D2_BG_K2=0.0
export N_SPLIT=6
export DNATS=1
#export DNATS=1
export MAKE_NH=.false.
export HYDROSTATIC=.true.
export GWD_OPT=0
export DO_UGWP_V1=.false.
export DO_UGWP_V0=.false.
export DO_GSL_DRAG_SS=.false.
export atm_omp_num_threads=1
export WRTTASK_PER_GROUP=2
export LSM=1
export ISATMEDMF=1
export IMP_PHYSICS=11
#export ISATMEDMF=1
#export IMP_PHYSICS=11
# export INPES=$INPES_cpl_c48
# export JNPES=$JNPES_cpl_c48
# export atm_omp_num_threads=$THRD_cpl_c48
Expand Down Expand Up @@ -164,7 +167,7 @@ export MOM6_USE_WAVES=False
export eps_imesh=1.0e0

export DIAG_TABLE=diag_table_template
export FIELD_TABLE=field_table_thompson_noaero_tke
#export FIELD_TABLE=field_table_gfsv16
export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN

export FV3_RUN=cpld_control_run.IN
Expand Down

0 comments on commit fe0a7e4

Please sign in to comment.