HARPgroup / r-dh-ecohydro

A set of R scripts for generating Ecological Limit Functions (ELF), storing the modeled output with REST in drupal VAHydro (dH), and a set of scripts for querying and analyzing processed ELF data
0 stars 1 forks source link

pw_it_RS_IFIM doesn't run without Pw_it #61

Open jenniferRapp opened 6 years ago

jenniferRapp commented 6 years ago

In your experience should you have to run both pw_it AND pw_it_RS_IFIM to get the .csv output files to write?

That is what I have needed to do in order to keep it from crashing. If I call only pw_it_RS_IFIM from elf_user_inputs ir crashes.

jdkleiner commented 6 years ago

Ah you wont be able to run pw_it_RS_IFIM from elf_user_inputs, in fact there shouldnt even be an option to run it from there at all (just a hold over from some earlier testing).

Right now you can only get csv outputs from running single_site_analysis.Rmd

jenniferRapp commented 6 years ago

hmm Well I did get the pw_it_RS_IFIM to work once, but now it's not working. I was pretty confused to see the two pw_it scripts and the two pct_Chg scripts. I will take a look at the single site analysis or write a script to access the information in the pct_Chg functions.