-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GEO_MET_MODEL option 1: Simple lm()
analysis:
#57
Comments
TRy new method without raster calc which is unneccessary?
|
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I ran into an error message this morning while trying to run access-file.R and was hoping somebody could tell me what's going wrong. I get this error message when I try to run the line that pulls the data in from VA Hydro:
I also tried daymet but got the same issue. |
Hey @ilonah22 sorry to delay response. Last week we shifted the output files to a different directory, so we need to change the URL references to the following:
See here for more details: HARPgroup/HARParchive#1291 |
lm()
analysis:lm()
analysis:
Batch script for running all gages: gage_coverage_file="usgsgageList.csv"
gage_coverage_SQLfile=usgsgageList.sql
gageSQL="
\\set fname '/tmp/${gage_coverage_file}' \n
copy ( select hydrocode
FROM dh_feature
WHERE bundle = 'watershed' AND ftype = 'usgs_full_drainage'
) to :'fname';"
# turn off the expansion of the asterisk
set -f
echo -e $gageSQL > $gage_coverage_SQLfile
cat $gage_coverage_SQLfile | psql -h dbase2 -d drupal.dh03
sftp dbase2:"/tmp/${gage_coverage_file}" "~/${gage_coverage_file}"
filename="~/${gage_coverage_file}"
for i in `cat $filename`; do
echo $i
done
filename="~/${gage_coverage_file}"
for i in `cat $filename`; do
echo "Running: sbatch /opt/model/meta_model/run_model raster_met stormVol_prism \"$i\" auto geo"
sbatch /opt/model/meta_model/run_model raster_met PRISM "$i" auto geo
done As of 1:15PM September 05, 2024: |
Overview
lm()
oflm()
created to compare weekly mean P with weekly mean QWork flow steps
See #65
Prep Variables
Quick Run
cd /backup/meteorology
/opt/model/meta_model/run_model raster_met PRISM usgs_ws_02031000 auto geo download
Run steps
run_model raster_met PRISM "usgs_ws_02031000" auto geo analyze 01
start_date
,end_date
andrating
, with rating as the monthly r-squared value for this method.sftp dbase2:/tmp/usgs_ws_02031000-prism-all.csv /var/www/html/files/met/usgs_ws_02031000-prism-all.csv
Generate Weekly Ratings
lm()
predictions versus USGS observedlm()
predictions versus USGS observedcalc_raster_ts
)Use monthly best fit model as rating.
The text was updated successfully, but these errors were encountered: