-
- Downloads
Major refactoring of forcing/input handling
Input functions (e.g. forcings) are now defined symbolically in layors via the `Input` type and later resolved at runtime. This allows inputs to always be interchangeable with parameters or dynamic parameterizations. It should also make it easier to swap out forcing data since it is all sourced from a single place now rather than spread out among different model components. Other changes: - Renamed `computefluxes!` to `computeprognostic!` - Renamed `resolve` to `materialize` for clarity Bumped minor version to 0.23
Showing
- Project.toml 2 additions, 2 deletionsProject.toml
- README.md 1 addition, 1 deletionREADME.md
- docs/src/manual/overview.md 2 additions, 1 deletiondocs/src/manual/overview.md
- docs/src/quickstart.md 1 addition, 1 deletiondocs/src/quickstart.md
- examples/cglite_parameter_ensembles.jl 1 addition, 1 deletionexamples/cglite_parameter_ensembles.jl
- examples/heat_freeW_bucketW_samoylov.jl 6 additions, 3 deletionsexamples/heat_freeW_bucketW_samoylov.jl
- examples/heat_freeW_lake_lite_implicit.jl 3 additions, 3 deletionsexamples/heat_freeW_lake_lite_implicit.jl
- examples/heat_freeW_lite_implicit.jl 5 additions, 5 deletionsexamples/heat_freeW_lite_implicit.jl
- examples/heat_freeW_samoylov.jl 14 additions, 7 deletionsexamples/heat_freeW_samoylov.jl
- examples/heat_freeW_seb_snow_bucketW_samoylov.jl 27 additions, 5 deletionsexamples/heat_freeW_seb_snow_bucketW_samoylov.jl
- examples/heat_freeW_snow_samoylov.jl 4 additions, 4 deletionsexamples/heat_freeW_snow_samoylov.jl
- examples/heat_sfcc_constantbc.jl 1 addition, 0 deletionsexamples/heat_sfcc_constantbc.jl
- examples/heat_sfcc_richardseq_samoylov.jl 4 additions, 4 deletionsexamples/heat_sfcc_richardseq_samoylov.jl
- examples/heat_sfcc_samoylov.jl 3 additions, 3 deletionsexamples/heat_sfcc_samoylov.jl
- examples/heat_simple_autodiff_grad.jl 3 additions, 2 deletionsexamples/heat_simple_autodiff_grad.jl
- src/CryoGrid.jl 15 additions, 0 deletionssrc/CryoGrid.jl
- src/IO/InputOutput.jl 6 additions, 3 deletionssrc/IO/InputOutput.jl
- src/IO/forcings/forcings.jl 5 additions, 149 deletionssrc/IO/forcings/forcings.jl
- src/IO/forcings/forcings_json.jl 5 additions, 5 deletionssrc/IO/forcings/forcings_json.jl
- src/IO/forcings/forcings_ncd.jl 2 additions, 2 deletionssrc/IO/forcings/forcings_ncd.jl
Loading
Please register or sign in to comment