Skip to content

Commit

Permalink
fix typos and duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
willmayfield committed Jul 12, 2023
1 parent a23b55e commit 12fc095
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/UsersGuide/source/RunSRW.rst
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ Users who have already staged the observation data needed for METplus (i.e., the
platform:
CCPA_OBS_DIR: /path/to/UFS_SRW_App/develop/obs_data/ccpa/proc
NOHRSC_OBS_DIR: /path/to/UFS_SRW_App/develop/obs_data/ccpa/proc
NOHRSC_OBS_DIR: /path/to/UFS_SRW_App/develop/obs_data/nohrsc/proc
MRMS_OBS_DIR: /path/to/UFS_SRW_App/develop/obs_data/mrms/proc
NDAS_OBS_DIR: /path/to/UFS_SRW_App/develop/obs_data/ndas/proc
rocoto:
Expand Down
1 change: 0 additions & 1 deletion parm/wflow/default_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ rocoto:
NET: '{{ nco.NET_default }}'
NOHRSC_OBS_DIR: '{{ platform.NOHRSC_OBS_DIR }}'
PARTITION_DEFAULT: '{{ platform.get("PARTITION_DEFAULT") }}'
PARTITION_DEFAULT: '{{ platform.get("PARTITION_DEFAULT") }}'
PARTITION_FCST: '{{ platform.get("PARTITION_FCST") }}'
PARTITION_HPSS: '{{ platform.get("PARTITION_HPSS") }}'
QUEUE_DEFAULT: '{{ platform.get("QUEUE_DEFAULT") }}'
Expand Down
2 changes: 1 addition & 1 deletion scripts/exregional_get_obs_nohrsc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source_config_for_task " " ${GLOBAL_VAR_DEFNS_FP}
#
# This script retrieves and organizes the NOHRSC data into a more intuitive structure:
# A valid YYYYMMDD directory is created, and all files for the valid day are placed within the directory.
# NOTE: Accumulation is currently hardcoded to 06h and 24h which are aavailable every 6 and 12 hour, respectively..
# NOTE: Accumulation is currently hardcoded to 06h and 24h which are available every 6 and 12 hours, respectively.
#
#-----------------------------------------------------------------------
#
Expand Down

0 comments on commit 12fc095

Please sign in to comment.