DrylandEcology / rSFSTEP2

R program that interfaces with the STEPWAT2 C code and runs in parallel for multiple sites, climate scenarios, disturbance regimes, and time periods
0 stars 1 forks source link

Create function to compare generated .in files #168

Closed chaukap closed 4 years ago

chaukap commented 4 years ago

Currently there is no good way to compare the different RGroup, Soil, and Species files generated by the wrapper. We need to make a standalone function that can read the .in files and output some general information about them. The format of the output should be something like

| Greatest difference | Minimum value | Maximum value | standard deviation

For each input from each input file type.

kpalmqui commented 4 years ago

@chaukap might it be possible to also add some code to generate graphics here? Simple line plots of month (x-axis) vs. phenological activity (y-axis) would be helpful.

kpalmqui commented 4 years ago

@chaukap should we move this to phenology_biomass_scaling, where commits related to these issues are now being implemented?

kpalmqui commented 4 years ago

I am re-assigning this issue to phenology_biomass_scaling, as the development branch related to this issue has been incorporated there.

kpalmqui commented 4 years ago

@chaukap I believe this issue can now be closed. If you agree, please do so.