-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
We have a struct ClimaLand.Simulations.LandSimulations
which is being used in global longruns. We should also use it for fluxnet simulations to make running site-level and global simulations more similar.
Note: the existing LandSimulations
constructor sets initial conditions by calling make_set_initial_state_from_file
. This may work for site-level runs but it would be better to use fluxnet data for ICs with the function set_fluxnet_ic!
. We should unify the interface for these two functions, and call the correct one based on the simulation type (fluxnet vs global).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request