Skip to content

use LandSimulations struct for Fluxnet simulations #1275

@juliasloan25

Description

@juliasloan25

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions