HARPgroup / HARParchive

This repo houses HARP code development items, resources, and intermediate work products.
1 stars 0 forks source link

Precip Fidelity: Case Studies #1287

Open rburghol opened 1 week ago

rburghol commented 1 week ago

Generating Precip Time Series for Catchments

cd /backup/meteorology
MODEL_ROOT=/backup/meteorology/
MODEL_BIN=$MODEL_ROOT
SCRIPT_DIR=/opt/model/model_meteorology/sh
export MODEL_ROOT MODEL_BIN SCRIPT_DIR

hydrocodes="usgs_ws_01632900 usgs_ws_01635500 usgs_ws_02031000"
for j in PRISM daymet nldas2; do
  for i in $hydrocodes; do
     sbatch /opt/model/meta_model/run_model raster_met $j $i auto geo download
  done
done

Examples

Ruckersville USGS 01665500

NLDAS2 PRISM daymet

Mechums River USGS 02031000

NLDAS2 PRISM daymet