You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClimaLandSimulations is a high level API to run ClimaLand simulations.
For example, running a a one column (fluxnet site) simulation via ClimaLandSimulations is as simple as
run_fluxnet("US-MOz")
using default for model config etc, which can be changed via option kwarg.
We expect ClimaLandSimulations to be the main package used by most users (i.e., research scientists), and also for the calibration framework.
To discuss/address
Too many dependencies
lib or ext?
(improve speed! 1 column is slow... implicit solver will improve it?)
Add PFTs params (that can be adjusted)
Use gap-filled data (our current met data gapfilling is bad, slow and annoying)
Add global run in ClimaLandSimulations
Use diagnostics for outputs
Something else to read inputs, etc.
The text was updated successfully, but these errors were encountered:
ClimaLandSimulations is a high level API to run ClimaLand simulations.
For example, running a a one column (fluxnet site) simulation via ClimaLandSimulations is as simple as
using default for model config etc, which can be changed via option kwarg.
We expect ClimaLandSimulations to be the main package used by most users (i.e., research scientists), and also for the calibration framework.
To discuss/address
The text was updated successfully, but these errors were encountered: