NGEET / fates

repository for the Functionally Assembled Terrestrial Ecosystem Simulator (FATES)
Other
105 stars 92 forks source link

Landuse data tool #1107

Closed glemieux closed 9 months ago

glemieux commented 1 year ago

Tool chain for creating the landuse x pft static input and the luh2 timesseries datasets

Description:

This PR creates a top-level landusedata python package to the fates tool directory. This tool has been developed with a project package structure. It includes unit tests for the tool functions using the pytest package. The tool includes subcommands to generate either the luh2 timeseries dataset or landuse x pft static data map. It accomplishes this by refactoring the luh2 data tool introduced in #1032 into the package and adding new functionality to generate the landuse x pft map.

Collaborators:

@ckoven

Expectation of Answer Changes:

None as this is new tooling

Checklist

If this is your first time contributing, please read the CONTRIBUTING document.

All checklist items must be checked to enable merging this pull request:

Contributor

Integrator

Documentation

Test Results:

CTSM (or) E3SM (specify which) test hash-tag:

CTSM (or) E3SM (specify which) baseline hash-tag:

FATES baseline hash-tag:

Test Output:

glemieux commented 1 year ago
glemieux commented 9 months ago

Closing this out as I've moved it to https://github.com/NGEET/tools-fates-landusedata