Cheryl Porter
Cheryl Porter
Nice use of embedded code in markdown! I need to learn this trick. The regressions equations from Gupta and Larson 1979 did not include SAT, but I agree this is...
@palderman I have a simple check for DUL > SAT-0.10 and for LL > DUL-0.10 [here](https://github.com/chporter/dssat-csm-os/tree/ISSUE%23153). Do you have a specific set of data that failed previously that you can...
Here are the lines of code: https://github.com/chporter/dssat-csm-os/blob/228995cc9401fd1f5c2592e044c479ac6c68f7a5/Soil/SoilUtilities/SOILDYN.for#L1203-L1225 (why don't they show up as embedded code?)
@palderman Yes, I agree now that we should probably be adjusting SAT with the other soil water capacity variables. I think your method makes sense and is better than our...
After discussion with Jeff White, it seems there are cases where you would not want to change TAV with TMAX and TMIN, for example an experiment with field heaters for...
Should be able to set this value whenever MDATE is set because MDATE controls the simulation end date. (Is this true in every case?)
In MZ_GROSUB.for, line 1668, added the first example of CropStatus. It doesn't go anywhere yet, but this is what we need to do if we agree on the list of...
Maybe we need a more generic RunStatus to also include things like: - weather data missing - soils data missing - management data missing - crop genetics data missing -...
There are 719 instances of MDATE in the code, but most of these are passing the variable around or documenting it in comments. Less than 20% are actually setting the...
Thanks for the great suggestions @philderbeast .