Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion ush/config.sh.RRFS_CONUS_3km
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ fi

if [[ $MACHINE == "wcoss_dell_p3" ]] ; then
ACCOUNT=HRRR-T2O
QUEUE_DEFAULT="dev"
QUEUE_ANALYSIS="dev"
QUEUE_FCST="dev"
QUEUE_HPSS="dev"
QUEUE_WGRIB2="dev"
QUEUE_GRAPHICS="dev"
fi

VERBOSE="TRUE"
Expand Down Expand Up @@ -79,7 +82,7 @@ POSTPROC_CYCLEDEF="${DATE_FIRST_CYCL}0900 ${DATE_LAST_CYCL}2300 01:00:00"
POSTPROC_LONG_CYCLEDEF="${DATE_FIRST_CYCL}0900 ${DATE_LAST_CYCL}2300 03:00:00"
#ARCHIVE_CYCLEDEF="${DATE_FIRST_CYCL}0700 ${DATE_LAST_CYCL}2300 24:00:00"
if [[ $DO_SPINUP == "TRUE" ]] ; then
SPINUP_CYCLEDEF="00 03-08,15-20 ${CYCLEDAY} ${CYCLEMONTH} 2021 *"
SPINUP_CYCLEDEF="00 03-08,15-20 ${CYCLEDAY} ${CYCLEMONTH} 2022 *"
fi

FCST_LEN_HRS="3"
Expand Down Expand Up @@ -145,6 +148,18 @@ MODEL="RRFS_conus_3km"
#RUN_TASK_MAKE_OROG="FALSE"
#RUN_TASK_MAKE_SFC_CLIMO="FALSE"

if [[ $MACHINE == "wcoss_dell_p3" ]] ; then
LAYOUT_X="28"
LAYOUT_Y="30"
PPN_MAKE_ICS="14"
PPN_MAKE_LBCS="14"
PPN_RUN_ANAL="28"
PPN_RUN_FCST="28"
PPN_RUN_POST="28"
FV3GFS_FILE_FMT_ICS="netcdf"
FV3GFS_FILE_FMT_LBCS="netcdf"
fi

RUN="RRFS_conus_3km"
COMINgfs=""

Expand Down
2 changes: 2 additions & 0 deletions ush/generate_FV3LAM_wflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ settings="\
'extrn_mdl_lbcs_offset_hrs': ${EXTRN_MDL_LBCS_OFFSET_HRS}
'extrn_mdl_lbcs_search_offset_hrs': ${EXTRN_MDL_LBCS_SEARCH_OFFSET_HRS}
'bc_update_interval': ${LBC_SPEC_INTVL_HRS}
'fv3gfs_file_fmt_ics': ${FV3GFS_FILE_FMT_ICS}
'fv3gfs_file_fmt_lbcs': ${FV3GFS_FILE_FMT_LBCS}
#
# Parameters that determine the set of cycles to run.
#
Expand Down
4 changes: 2 additions & 2 deletions ush/get_extrn_mdl_file_dir_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ fi
fns_in_arcv=( "gfs.t${hh}z.pgrb2.0p25.f0${fcst_hh}" ) # Get only 0.25 degree files for now.

elif [ "${fv3gfs_file_fmt}" = "netcdf" ]; then
fns_on_disk=( "gdas.t${hh}z.atmf0${fcst_hh}.nc" "gdas.t${hh}z.sfcf0${fcst_hh}.nc") # use netcdf
fns_on_disk=( "gfs.t${hh}z.atmf0${fcst_hh}.nc" "gfs.t${hh}z.sfcf0${fcst_hh}.nc") # use netcdf
fns_in_arcv=( "gfs.t${hh}z.pgrb2.0p25.f0${fcst_hh}" ) # Get only 0.25 degree files for now.
fi
;;
Expand Down Expand Up @@ -518,7 +518,7 @@ and analysis or forecast (anl_or_fcst):
elif [ "${fv3gfs_file_fmt}" = "netcdf" ]; then
fcst_hhh=( $( printf "%03d " "${lbc_spec_fhrs[@]}" ) )
postfix=".nc"
prefix="gdas.t${hh}z.atmf"
prefix="gfs.t${hh}z.atmf"
fns_on_disk_tmp=( "${fcst_hhh[@]/#/${prefix}}" )
fns_on_disk=( "${fns_on_disk_tmp[@]/%/${postfix}}" )
fns_in_arcv=( "${fcst_hhh[@]/#/${prefix}}" )
Expand Down
1 change: 1 addition & 0 deletions ush/set_rrfs_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if [[ $MACHINE == "wcoss_dell_p3" ]] ; then
OBSPATH_NSSLMOSIAC=/gpfs/dell1/nco/ops/dcom/prod/ldmdata/obs/upperair/mrms/conus
ENKF_FCST=/gpfs/dell1/nco/ops/com/gfs/prod
SST_ROOT=/gpfs/dell1/nco/ops/com/gfs/prod
GVF_ROOT=/gpfs/dell1/nco/ops/dcom/prod/viirs
fi

# set up for retrospective test:
Expand Down
2 changes: 1 addition & 1 deletion ush/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ case $MACHINE in
;;

"WCOSS_DELL_P3")
NCORES_PER_NODE=24
NCORES_PER_NODE=28
SCHED="lsf"
QUEUE_DEFAULT=${QUEUE_DEFAULT:-"dev"}
QUEUE_HPSS=${QUEUE_HPSS:-"dev_transfer"}
Expand Down
8 changes: 8 additions & 0 deletions ush/templates/FV3LAM_wflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,11 @@ MODULES_RUN_TASK_FP script.

<dependency>
{%- if machine in ["WCOSS_DELL_P3", "WCOSS_CRAY"] %}
{%- if fv3gfs_file_fmt_ics in ["netcdf"] %}
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_ics_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}/gfs.@Y@m@d/@H/atmos/gfs.t@Hz.atmf{{ "%03d" % extrn_mdl_ics_offset_hrs }}.nc</cyclestr></datadep>
{% else %}
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_ics_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}/gfs.@Y@m@d/@H/atmos/gfs.t@Hz.pgrb2.0p25.f{{ "%03d" % extrn_mdl_ics_offset_hrs }}</cyclestr></datadep>
{%- endif %}
{%- elif machine in ["ORION"] %}
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_ics_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}/gdas.@Y@m@d/@H/atmos/gdas.t@Hz.atmf{{ "%03d" % extrn_mdl_ics_offset_hrs }}.nc</cyclestr></datadep>
{% else %}
Expand Down Expand Up @@ -427,7 +431,11 @@ MODULES_RUN_TASK_FP script.
<and>
{%- for h in range(extrn_mdl_lbcs_offset_hrs, boundary_len_hrs+extrn_mdl_lbcs_offset_hrs+1, bc_update_interval) %}
{%- if machine in ["WCOSS_DELL_P3", "WCOSS_CRAY"] %}
{%- if fv3gfs_file_fmt_lbcs in ["netcdf"] %}
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_lbcs_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}/gfs.@Y@m@d/@H/atmos/gfs.t@Hz.atmf{{ "%03d" % h }}.nc</cyclestr></datadep>
{%- else %}
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_lbcs_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}/gfs.@Y@m@d/@H/atmos/gfs.t@Hz.pgrb2.0p25.f{{ "%03d" % h }}</cyclestr></datadep>
{%- endif %}
{%- elif machine in ["ORION"] %}
<datadep age="00:00:05:00"><cyclestr offset="-{{ extrn_mdl_lbcs_offset_hrs }}:00:00">{{ extrn_mdl_sysbasedir_ics }}/gdas.@Y@m@d/@H/atmos/gdas.t@Hz.atmf{{ "%03d" % h }}.nc</cyclestr></datadep>
{%- else %}
Expand Down