Releases: CliMA/ClimaLand.jl
Releases · CliMA/ClimaLand.jl
v0.2.0
ClimaLSM v0.2.0
Closed issues:
- add BC interface for soil (#9)
- Create tutorial explaining LSM domains (#34)
- Better handling of params from CLIMAParameters (#41)
- Add phase change term (#42)
- MultiColumn LSM domain (#49)
- Snow bucket implementation design (#61)
- Add compat entries (#69)
- Suggestions of improvements to bring to the roots file (#70)
- Multi-layer bucket model (#86)
- Revisit need for spherical shell domains (#93)
- update bucket tutorial for snow (#94)
- Accomodate Julia1.8 (#95)
Merged pull requests:
- start adding snow (#64) (@kmdeck)
- bucket tutorial (#81) (@kmdeck)
- update IntervalSets to work with ClimaAtmos (#82) (@kmdeck)
- domain tutorial (#83) (@kmdeck)
- Multi column lsm (#85) (@kmdeck)
- Thermal layer bucket (#87) (@kmdeck)
- Vegetation model update (#89) (@gagnelandmanna)
- initial commit; n compartments (#91) (@EmmaMarkowski)
- Spherical lsm (#92) (@kmdeck)
- updating docs (#96) (@kmdeck)
- upgrade to 1.8, latest CC and SF (#99) (@kmdeck)
- included area indexes (#101) (@gagnelandmanna)
- added in phase change term (#102) (@kmdeck)
- Update Project.toml (#104) (@kmdeck)
v0.1.0
ClimaLSM v0.1.0
Closed issues:
- Revisit the default "initialize" methods, what a domain is, where coordinates are stored (#3)
- Revisit the state array structure (#4)
- Devise a parameter interface (#7)
- LSM constructor (#8)
- Scalar variables (#12)
- Model Type Specification (#14)
- Model Configuration (#15)
- Streamline
NotIncluded
Model Type (#16) - Proper way to label quantities in Roots model (#19)
- Add in docs for github pages (#20)
- add in unit tests (#23)
- Add in tutorial showing LSM capabilities (#26)
- Begin using ClimaCore Point (#46)
- Add a bucket model (#53)
- Define
init_prognostic
andinit_auxiliary
for LSM models. (#56)
Merged pull requests:
- added CI, docs, Project.toml (#1) (@kmdeck)
- Add structure (#2) (@kmdeck)
- Add root model (#5) (@kmdeck)
- Add soil model (#6) (@jb-mackay)
- Pond model (#10) (@kmdeck)
- added aux variables (#11) (@kmdeck)
- Root soil lsm (#13) (@kmdeck)
- created different land versions (#17) (@kmdeck)
- Config ideas (#18) (@kmdeck)
- Abstract Models tutorial (#21) (@kmdeck)
- Soil 3d (#22) (@kmdeck)
- basic energy+hydrology model (#27) (@kmdeck)
- Add Point domain. (#28) (@jb-mackay)
- Test suite modifications (#29) (@kmdeck)
- Pond soil tutorial (#31) (@kmdeck)
- added apis (#32) (@kmdeck)
- add clima params to models that need them (#36) (@kmdeck)
- initialize with types (#37) (@kmdeck)
- added in parameterizations for integrated model (#40) (@kmdeck)
- Add cubed sphere domain (#44) (@kmdeck)
- Bucket model (#50) (@kmdeck)
- Update Point Domain to ClimaCore and add interactions support (#51) (@jb-mackay)
- Added issue templates (#52) (@kmdeck)
- Add variable initialize methods for LSM. (#59) (@jb-mackay)
- LSM Domain Flags (#60) (@jb-mackay)
- Add buildkite yml (#63) (@charleskawczynski)
- Update Bucket.jl (#65) (@kmdeck)
- added method, removed coupled types (#66) (@kmdeck)
- Albedo models (#67) (@kmdeck)
- Use new way of handling clima parameters (#68) (@charleskawczynski)
- add compat helper (#72) (@kmdeck)