Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to static output variables #106

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion definitions/variable/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
comment: >-
The total area associated with each grid cell in the model.
sectors:
- biomes
- fire
- peat
- permafrost
- water_global
valid_max: 3250.0
valid_min: 0.0
Expand All @@ -44,10 +48,31 @@
frequency: fixed
resolution: 0.5° grid
comment: >-
The fraction of each grid cell that is assumed to be continent, i.e., not ocean.
The fraction of each grid cell that is assumed to be continent, i.e. including inland water bodies but excluding ocean shares.
Should be 0 if the entire cell is assumed to be ocean, 1 if the entire cell is
assumed to be covered by land or inland water bodies.
sectors:
- biomes
- fire
- peat
- permafrost
- water_global
valid_max: 1.0
valid_min: 0.0

- specifier: landfrac
long_name: Land Fraction of Grid Cell
group: static-variables
units: '1'
frequency: fixed
resolution: 0.5° grid
comment: >-
The fraction of each grid cell that is assumed to be land, i.e. excluding oceans and inland water bodies.
sectors:
- biomes
- fire
- peat
- permafrost
- water_global
valid_max: 1.0
valid_min: 0.0
Loading