-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tag and release historical SIPNET versions #29
Comments
Thanks for working on this @dlebauer ! At a glance, this seems reasonable, but I don't think you'll be able to find commits for the first few versions you mentioned, because the initial development was done without the benefit of version control. See 47d6546 for some comments relating to what I think was the first "real" commit. That might have been related to this 2008 paper that I don't think you mentioned above: Moore DJP, Hu J, Sacks WJ, Schimel DS, Monson RK (2008). Estimating transpiration and the sensitivity of carbon uptake to water availability in a subalpine forest using a simple ecosystem process model informed by measured CO2 and H2O fluxes. Agricultural and Forest Meteorology, 148: 1467-1477. |
The paper that @billsacks mentions by @davidjpmoore occurred around the same time I added the roots / quality piece. I think we may have been working in parallel on it at the time - which led to a two hour session at NCAR where we tried to figure out why out codes crashed when we merged them(😭). I wish @aulenbac 's wisdom about git/subversion had sunk in with me some more at the time. Is the fAPAR assimilation still useful? |
Thanks @billsacks and @jmzobitz for the feedback and context. @jmzobitz - I've heard @mdietze mention using fAPAR but I am not sure of the status. Our project is primarily focused on the SOC and GHG, but I'll keep it in mind if the opportunity arises. |
Releases released, including binaries and source code! Code used to tag and generate binaries
|
Key objective here is to figure out what version we are on, and in the process we can tagging and release historical versions. I'd plan to find the appropriate commit and paste the following:
Feedback appreciated: mostly to make sure it is correct, but any additional detail, features missed, alternate version names, welcome.
It seems each paper added one or more features that warrant a minor version bump but please correct if I am wrong. Note that release descriptions can be edited in the future. (from all, but esp. @jmzobitz, @billsacks; also other prev. developers @aulenbac @davidjpmoore).
SIPNET 1.0.0 - "SIPNET First Release"
The first release of SIPNET reflected a series of improvements over the original SIPNET model (Braswell et al., 2005).
The model was developed by Bill Sacks and Dave Moore, with contributions from John Zobitz. The model was parameterized using data from the Harvard Forest flux tower using MCMC (Sacks et al., 2006).
The model was designed to simulate the carbon and water cycles of a forest ecosystem at half-daily time steps.
47d6546
Braswell et al. (2005)
Sacks et al. (2006)
Sacks et al. (2007): "Better Respiration"
SIPNET 1.1.0 - "Roots and Microbes"
Moore et al. (2008)
Zobitz et al. (2008)
SIPNET 1.2.0 - "fAPAR assimilation"
SIPNET 1.2.1 - "Add LICENSE and minor fixes"
0c77ce8
SIPNET 1.3.0 - "Event Handler"
v1.3.0 represents the initial development of support for agricultural management events.
Minor changes:
make help
.Potential Future Releases
The text was updated successfully, but these errors were encountered: