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
Summarizes met data for the given coverage and scenario. Scenario includes the datasource, which is tied to a specific varkey and potentially a property featureid+entity_type combo.
scenario=stormVol_daymet # scenario=stormVol_prism
for i in usgs_ws_01613900 usgs_ws_01616100 usgs_ws_01673550; do
/opt/model/meta_model/run_model raster_met $scenario $i auto geo analyze 01
done
R retrieval via om_vahydro_metric_grid()
library("hydrotools")
basepath='/var/www/R';
source("/var/www/R/config.R") # will need file in same folder/directory
# GET VAHydro 1.0 RIVERSEG l90_Qout DATA
mdf <- data.frame(
'model_version' = c('met-1.0','met-1.0','met-1.0','met-1.0'),
'runid' = c('stormVol_prism','stormVol_daymet','stormVol_prism','stormVol_daymet'),
'metric' = c('precip_annual_max_in','precip_annual_max_in','precip_annual_min_in','precip_annual_min_in'),
'runlabel' = c('prism_p_max_in','daymet_p_max_in','prism_p_min_in','daymet_p_min_in')
)
met_data <- om_vahydro_metric_grid(
metric = metric, runids = mdf, bundle="watershed", ftype="usgs_full_drainage",
base_url = paste(site,'entity-model-prop-level-export',sep="/"),
ds = ds
)
The text was updated successfully, but these errors were encountered:
featureid+entity_type
combo.Testing/Running
Running in
meta_model
R retrieval via
om_vahydro_metric_grid()
The text was updated successfully, but these errors were encountered: