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
PROBLEM ERROR Hourly data outside valid range
data= 1127.18115
Running lseg visualization script:
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open URL 'http://deq1.bse.vt.edu:81/met/out/lseg_csv/1984010100-2020123123/A51810.HSET': HTTP status was '404 Not Found'
Most file are there, did I miss a step in my process?
ls out/lseg_csv/1984010100-2020123123/A51810.* -lhrt
-rw-rw-r--+ 1 7442902 allmodelers 6.4M Mar 22 18:02 out/lseg_csv/1984010100-2020123123/A51810.DPT
-rw-rw-r--+ 1 7442902 allmodelers 6.4M Mar 22 18:02 out/lseg_csv/1984010100-2020123123/A51810.PET
-rw-rw-r--+ 1 7442902 allmodelers 6.4M Mar 22 18:02 out/lseg_csv/1984010100-2020123123/A51810.PRC
-rw-rw-r--+ 1 7442902 allmodelers 6.4M Mar 22 18:02 out/lseg_csv/1984010100-2020123123/A51810.RAD
-rw-rw-r--+ 1 7442902 allmodelers 6.4M Mar 22 18:02 out/lseg_csv/1984010100-2020123123/A51810.TMP
-rw-rw-r--+ 1 7442902 allmodelers 6.4M Mar 22 18:02 out/lseg_csv/1984010100-2020123123/A51810.WND
The text was updated successfully, but these errors were encountered:
Update 3/23/2022
The data outside valid range error is shown below:
PROBLEM ERROR Hourly data outside valid range
data= 1127.18115
It appears to occur in Gopal's wdm_insert_ALL funciton. The line that produces the error is here. The error can also be produced six more times in the script, one for each metric (prp, pet, rad, etc.). I think this means that the function does not like the land segment data it is receiving.
Update 3/23/2022
The .HSET error occurs because the hargreaves samani method of evapotranspiration has not been run for every land segment (ie it is not in our current functionalized workflow). I am currently working on functionalizing the creation of .HSET so that they can be incorporated in the workflow!
The two functions that I have created are located in /backup/meteorology/R
hset_generation.R: runs generate_lseg_hset and writes output to desired directory
generate_lseg_hset.R: creates hset csv files from precip and radiation data
The text was updated successfully, but these errors were encountered: