palderman
palderman
~The calculation of `CMINESR` is different from the calculation of `CMINERT` in `FOR_SENMOB()`:~ https://github.com/DSSAT/dssat-csm-os/blob/e25b199ae55b648d7903915d66a8671cac788dd1/Plant/FORAGE/for_senmob.for#L939-L944 ~Note that the calculation for `CMINERT` contains `PPMFAC` while the calculation for `CMINESR` does not. `PPMFAC`...
The existing code allows DUL to increase above SAT when DUL is adjusted for SOM. Although DUL and LL are adjusted, there is no concomitant adjustment for SAT: https://github.com/DSSAT/dssat-csm-os/blob/37d00a566e33571cc9997ea8dfc5788b4a6146bb/Soil/SoilUtilities/SOILDYN.for#L1203-L1215 As...
`FIND_IN_FILE()` is generating a Fortran runtime error when the specified crop code is not found in DETAIL.CDE. I need to investigate further to isolate the problem.
Documenting another problem of divide by 0 in the forage model. The issue is in for_dormancy.for: https://github.com/DSSAT/dssat-csm-os/blob/eff951195bab4bea25760763a04ac3a20f66ea14/Plant/FORAGE/for_dormancy.for#L348-L356 I will fix it and submit a pull request.
When running DSSAT-CSM-CROPSIM-CERES-Wheat in seasonal mode, the XHLAI value is not reset when `DYNAMIC .EQ. SEASINIT`: https://github.com/DSSAT/dssat-csm-os/blob/e4470f7113d91a11ef6c34b6f554b83248f8d4a7/Plant/plant.for#L332-L347 When SEASINIT matches PDATE, then this is not a big problem because the...
Hi @DillonHammill , I recently stumbled across your package in my search for an R solution for data entry/data capture. It seems like your package would largely fit the bill....
First, this package is a major contribution towards using ODE models with Stan. Thank you! My usage of ODE models usually involves equations that are forced by a vector of...
This issue assumes that the proposed changes in Charter are adopted and each working group (WG) has one vote. If WG co-chairs differ in their opinions on how to vote...
An error is generated when attempting to specify color scale labels as a plotmath expression vector. The error is also generated when using `scale_fill_stepsn()`. I expected the color scale labels...