Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/USDA-ARS-ACSL/MAIZSIM
Source code for maize or corn (Zea Mays) simulation model
https://github.com/USDA-ARS-ACSL/MAIZSIM
climate-change crop crop-model models simulation soil two-dimensional-soil
Last synced: 2 months ago
JSON representation
Source code for maize or corn (Zea Mays) simulation model
- Host: GitHub
- URL: https://github.com/USDA-ARS-ACSL/MAIZSIM
- Owner: USDA-ARS-ACSL
- License: unlicense
- Created: 2013-11-07T22:16:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T13:17:47.000Z (4 months ago)
- Last Synced: 2024-10-30T03:37:59.750Z (3 months ago)
- Topics: climate-change, crop, crop-model, models, simulation, soil, two-dimensional-soil
- Language: Fortran
- Homepage:
- Size: 104 MB
- Stars: 16
- Watchers: 13
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
- open-sustainable-technology - MAIZSIM - A mechanistic model of maize growth, development and yield. (Consumption / Agriculture and Nutrition)
README
MAIZSIM is a corn simulation model developed by the USDA-ARS Adaptive Cropping Systems Laboratory and Univ. of Washington School of Environmental and Forest Sciences. Note that the dev branch is used to hold recent code. After testing, it will be merged with the master branch. If you want to collaborate, please fork the code, make your changes and then create a pull request.
The developers are
Soo-Hyung Kim of the Univ of Washington
Dennis Timlin, David Fleisher, and V.R. Reddy of the USDA-ARSothers who have collaborated include:
Yang Yang, now at Dow AgrosciencesAnnette Dathe Cornell University, Ithaca, NY
diffusive root model
Jong-Ahn Chun APEC Climate Center, Korea
CO2 and water
Sahila Beegum, Univ of Nebraska
gas transport and respiration
Wenguang Sun, Colorado State Univ.
gas transport and respiration
MAIZSIM is a mechanistic model of maize growth, development and yield. It is written in C++ (crop) and FORTRAN (soil).
The model is interfaced with 2DSOIL, a two dimensional simulator of soil water and heat movement, and solute transport. This model is written in FORTRAN and is the main model. 2DSOIL calls the crop model as a subroutine. There are two subprojects, Crop Source and Soil Source.
The code compiles in visual studio.net. We used Intel Fortran (OneAPI-2023.2) and Visual Studio Professional 2022. Macros will copy the compiled libraries dll's for the crop mode to the folder with the soil's code if you make sure to keep your soil and crop source code in the original folders ('crop source' and 'soil source') which are the two subprojects.
It has recently been revised to compile under Linux by Kyungdahm Yun of the Univ. of Washington. See below for a link to a docker image with a makefile and the compilers. There is a makefile and instructions contained in a docker image. The link is at this repository. The link contains a docker image so you can test it in a Windows environment using WSL2.
https://github.com/precision-sustainable-ag/BuildMaizsim
More documention is being prepared. See the "how to run model" file for information on how to set up the input files and run the executable from the command line.
See the ExcelInterface repository for an excel based interface and example input files.
https://github.com/USDA-ARS-ACSL/ExcelInterfaceThe most recent updates for the excel interface work with the most recent version of maizsim
test for readme. Use the same tag number