Skip to content

Commit

Permalink
CLean the configure files for CONUS 3km and NA 13km grid. (NOAA-EMC#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
hu5970 authored Sep 22, 2021
1 parent ecfc35b commit f3eab94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
18 changes: 6 additions & 12 deletions ush/config.sh.RRFS_CONUS_3km
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ if [[ -n $RESERVATION ]] ; then
PARTITION_ANALYSIS=kjet
fi

if [[ $MACHINE == "hera" ]] ; then
ACCOUNT="wrfruc"
PARTITION_DEFAULT=""
PARTITION_FCST=""
QUEUE_ANALYSIS="batch"
fi
if [[ $MACHINE == "hera" ]] ; then
ACCOUNT="wrfruc"
PARTITION_DEFAULT=""
Expand All @@ -41,13 +35,13 @@ TILE_LABELS="CONUS REGIONS"
TILE_SETS="full NE,NC,NW,SE,SC,SW"

DO_DACYCLE="TRUE"
#DO_SURFACE_CYCLE="TRUE"
#DO_SPINUP="TRUE"
DO_RETRO="TRUE"
#LBCS_ICS_ONLY="TRUE"
DO_NONVAR_CLDANAL="TRUE"
DO_REFL2TTEN="TRUE"
RADARREFL_TIMELEVEL=(0 15 30 45)
FH_DFI_RADAR="0.0,0.25,0.5"
#DO_NONVAR_CLDANAL="TRUE"
#DO_REFL2TTEN="TRUE"
#RADARREFL_TIMELEVEL=(0 15 30 45)
#FH_DFI_RADAR="0.0,0.25,0.5"

QUILTING="TRUE"
CCPP_PHYS_SUITE="FV3_HRRR"
Expand All @@ -65,7 +59,7 @@ DATE_LAST_CYCL="20210513"
CYCL_HRS=( "00" "12" )
CYCL_HRS_SPINSTART=("03" "15")
CYCL_HRS_PRODSTART=("03" "15")
CYCLEMONTH="5"
#CYCLEMONTH="5"
#CYCLEDAY="12-14"

PREEXISTING_DIR_METHOD="upgrade" # "rename"
Expand Down
4 changes: 2 additions & 2 deletions ush/config.sh.RRFS_NA_13km
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ TILE_LABELS="NA"
TILE_SETS="full"

DO_DACYCLE="TRUE"
#DO_SURFACE_CYCLE="TRUE"
#DO_SPINUP="TRUE"
DO_RETRO="TRUE"
#LBCS_ICS_ONLY="TRUE"

QUILTING="TRUE"
CCPP_PHYS_SUITE="FV3_RAP"
Expand All @@ -61,7 +61,7 @@ DATE_LAST_CYCL="20210513"
CYCL_HRS=( "00" "12" )
CYCL_HRS_SPINSTART=("03" "15")
CYCL_HRS_PRODSTART=("03" "15")
CYCLEMONTH="5"
#CYCLEMONTH="5"
#CYCLEDAY="12-14"
#
PREEXISTING_DIR_METHOD="upgrade"
Expand Down

0 comments on commit f3eab94

Please sign in to comment.