Skip to content

Commit

Permalink
new: landfrac; extended to four sectors: cellarea and contfrac
Browse files Browse the repository at this point in the history
  • Loading branch information
thiasB committed Dec 19, 2024
1 parent a797c2b commit f305f4c
Showing 1 changed file with 26 additions and 1 deletion.
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

0 comments on commit f305f4c

Please sign in to comment.