diff --git a/docs/UsersGuide/source/RunSRW.rst b/docs/UsersGuide/source/RunSRW.rst index cd570ff551..9b1645c15d 100644 --- a/docs/UsersGuide/source/RunSRW.rst +++ b/docs/UsersGuide/source/RunSRW.rst @@ -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: diff --git a/parm/wflow/default_workflow.yaml b/parm/wflow/default_workflow.yaml index f50c56d1e4..31bd11edac 100644 --- a/parm/wflow/default_workflow.yaml +++ b/parm/wflow/default_workflow.yaml @@ -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") }}' diff --git a/scripts/exregional_get_obs_nohrsc.sh b/scripts/exregional_get_obs_nohrsc.sh index 66a00b761d..698f7de272 100755 --- a/scripts/exregional_get_obs_nohrsc.sh +++ b/scripts/exregional_get_obs_nohrsc.sh @@ -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. # #----------------------------------------------------------------------- #