-
Notifications
You must be signed in to change notification settings - Fork 18
Version History
Dennis Timlin edited this page Jun 16, 2020
·
2 revisions
June 16, 2020 There have been major changes in this update
- The root diffusion model has been updated and further tested.
- Modified some of the stress functions and removed code for convective movement of roots as it is not used
- Modified the initialization to use soil matric potential or soil water content as an initial condition. use 'w' or 'm' as the last field in the soil parameter file
- Cleaned up the weather code to better use switches to read weather variables and average values when daily or hourly not available.
- Changed init file to read auto irrigation rate rather than a flag to indicate if it is done
- Updated the water mover code to better simulate runoff and ponding. Now the code is more flexible and can simulate standing water or runoff from different sides of the grid.
- Added array indices to some weather variables that should have been hourly
- Removed 'begindate' from initials file.
- Several new source files added PuSurface.ins, SetBoundary.FOR and SurfaceWaterBalanceAdjustment.for
- For fertilizer additions - no longer use nodes for location of application, just need to provide depth of application in the management file.
- Revised a number of variable names to make them more understandable and added more comments