Skip to content

Commit

Permalink
Increase WAV_tasks. Increase debug WLCLK
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed Oct 31, 2024
1 parent 6126e6e commit 370bb8c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
export OCN_thrds_cpl_bmrk=1
export ICE_tasks_cpl_bmrk=48
export ICE_thrds_cpl_bmrk=1
export WAV_tasks_cpl_bmrk=80
export WAV_tasks_cpl_bmrk=120
export WAV_thrds_cpl_bmrk=2

export THRD_cpl_c192=2
Expand Down
6 changes: 3 additions & 3 deletions tests/fv3_conf/cpld_control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ICERES=${OCNRES:0:1}.${OCNRES:1}
V2_SFC_FILE=${V2_SFC_FILE:-false}

if [[ ${BMIC} == .true. ]]; then
#FV3_IC=@[INPUTDATA_ROOT]/GEFS/${SYEAR}${SMONTH}${SDAY}${SHOUR}/ #TODO: testing
FV3_IC=/scratch1/NCEPDEV/nems/Nick.Szapiro/tasks/input_data/gefs.v13/stage/GEFS/${SYEAR}${SMONTH}${SDAY}${SHOUR}/
#FV3_IC=@[INPUTDATA_ROOT]/GEFS/${SYEAR}${SMONTH}${SDAY}${SHOUR}/ #TODO: use once input data is staged
FV3_IC=/scratch1/NCEPDEV/nems/Nick.Szapiro/tasks/input_data/gefs.v13/RT_GEFS/${SYEAR}${SMONTH}${SDAY}${SHOUR}/
MOM_IC=${FV3_IC}; ICE_IC=${FV3_IC}; WAV_IC=${FV3_IC}
else
if [[ $ATMRES == C48 ]]; then
Expand Down Expand Up @@ -204,7 +204,7 @@ fi
#prognostic aerosols
if [ $CPLCHM = .true. ]; then
if [[ ${BMIC} == .true. ]]; then
ln -sf /scratch1/NCEPDEV/nems/Nick.Szapiro/tasks/input_data/gefs.v13/stage/GEFS/ExtData .
ln -sf ${FV3_IC}/../ExtData .
else
ln -sf @[INPUTDATA_ROOT]/GOCART/p8c_5d/ExtData .
fi
Expand Down
6 changes: 3 additions & 3 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ RUN | cpld_restart_c192_p8 | - wcoss2 jet acorn s4
COMPILE | s2swa | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 |
RUN | cpld_control_gefs | - noaacloud | baseline |
RUN | cpld_restart_gefs | - noaacloud | | cpld_control_gefs
RUN | cpld_dcp_gefs | - noaacloud | baseline |
RUN | cpld_dcp_gefs | - noaacloud | |

COMPILE | s2swa_debug | intel | -DAPP=S2SWA -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 |
RUN | cpld_debug_gefs | - noaacloud | baseline |
COMPILE | s2swa_debug | gnu | -DAPP=S2SWA -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 |
RUN | cpld_debug_gefs | - noaacloud | baseline |
#COMPILE | s2swa_debug | gnu | -DAPP=S2SWA -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 |
#RUN | cpld_debug_gefs | - noaacloud | baseline |

# Aerosol, no Wave
RUN | cpld_s2sa_p8 | - noaacloud | baseline |
Expand Down
3 changes: 2 additions & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,8 @@ fi

INPUTDATA_ROOT=${INPUTDATA_ROOT:-${DISKNM}/NEMSfv3gfs/input-data-20240501}
#INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20240214
INPUTDATA_ROOT_WW3=/scratch1/NCEPDEV/nems/Nick.Szapiro/tasks/input_data/gefs.v13/stage/WW3_input_data
#TODO: add glo_025 files to WW3 input data
INPUTDATA_ROOT_WW3=/scratch1/NCEPDEV/nems/Nick.Szapiro/tasks/input_data/gefs.v13/RT_GEFS/WW3
INPUTDATA_LM4=${INPUTDATA_LM4:-${INPUTDATA_ROOT}/LM4_input_data}

shift $((OPTIND-1))
Expand Down
1 change: 0 additions & 1 deletion tests/tests/cpld_control_gefs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export FHZERO=3

export INPES=$INPES_cpl_bmrk
export JNPES=$JNPES_cpl_bmrk
export THRD=$THRD_cpl_bmrk
export WRTTASK_PER_GROUP=$(( WPG_cpl_bmrk * THRD_cpl_bmrk ))
export WRITE_DOPOST=.true.

Expand Down
2 changes: 2 additions & 0 deletions tests/tests/cpld_debug_gefs
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ export DAYS=0.125
export FHMAX=3
export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE`
export MOM6_OUTPUT_FH=3

export WLCLK=60

0 comments on commit 370bb8c

Please sign in to comment.