You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$USGS_GAGE: what gage to use for this coverage? Since this is only run for gage coverages, the gage id is implicit in the hydrocode of the coverage, so, we don't need to pass this in. However, in some future world, we might want this support, and a data model will be required.
run_model raster_met [scenario, note:method is in scenario config] [coverage hydrocode] [work directory] geo [run steps=all]
GEO_MET_MODEL
and should be eithersimple_lm
orstorm_volume
run_model raster_met PRISM usgs_ws_01665500 auto geo
$GEO_MET_MODEL
: the selected analysis model is set as a variable in the config file for the model scenario$COVERAGE_PRECIP_FILE
:$NLDAS_ROOT/[datasource]/out/[hydrocode]-[datasource]-all.csv
$COVERAGE_FLOW_FILE
:$MODEL_EXPORT_DIR/usgs/out/[hydrocode]-flow.csv
$DAILY_PRECIP_FILE
:$NLDAS_ROOT/[datasource]/out/[hydrocode]-[datasource]-weekly.csv
$WEEKLY_PRECIP_FILE
:$NLDAS_ROOT/[datasource]/out/[hydrocode]-[datasource]-weekly.csv
$USGS_GAGE
: what gage to use for this coverage? Since this is only run for gage coverages, the gage id is implicit in the hydrocode of the coverage, so, we don't need to pass this in. However, in some future world, we might want this support, and a data model will be required.$RATING_FILE
:$MODEL_EXPORT_DIR/met/[datasource]/out/[hydrocode]-[datasource]-[method]-ratings.csv
$RATING_TS_FILE
:$MODEL_EXPORT_DIR/met/[datasource]/out/[hydrocode]-[datasource]-[method]-rating-ts.csv
$NLDAS_ROOT/[datasource]/out/[hydrocode]-[datasource]-all.csv
/opt/model/meta_model/run_model raster_met PRISM usgs_ws_02031000 auto geo download
calc_raster_ts
calc_raster_ts [hydrocode] [varkey] [outfile] [dbhost] [dbname] [remove sql file=y/n]
/opt/model/meta_model/run_model raster_met PRISM usgs_ws_02031000 auto geo download
$MODEL_EXPORT_DIR/usgs/out/[hydrocode]-flow.csv
$NLDAS_ROOT/[datasource]/out/[hydrocode]-[datasource]-weekly.csv
$NLDAS_ROOT/[datasource]/out/[hydrocode]-[datasource]-all.csv
$NLDAS_ROOT/[datasource]/out/[hydrocode]-[datasource]-all.csv
$NLDAS_ROOT/[datasource]/out/[hydrocode]-[datasource]-daily.csv
geo -> process -> 02_daily_data
: Rscripts to produce daily values for Precipitation and Flow at a given gage #63$NLDAS_ROOT/[datasource]/out/[hydrocode]-[datasource]-daily.csv
$NLDAS_ROOT/[datasource]/out/[hydrocode]-[datasource]-weekly.csv
geo -> process -> 04_weekly_data
: Create R script to produce weekly mean value file #61$MODEL_EXPORT_DIR/met/[datasource]/out/[hydrocode]-[datasource]-[method]-ratings.csv
XXXX
is a unique identifier based on the method selected$MODEL_EXPORT_DIR/met/[datasource]/out/[hydrocode]-[datasource]-[method].csv
start_date, end_date, rating
$MODEL_EXPORT_DIR/met/[datasource]/out/[hydrocode]-[datasource]-[method]-ratings.csv
rating
column has a number between 0.0-1.0 which shows accuracy.The text was updated successfully, but these errors were encountered: