Skip to content

Commit

Permalink
Modifed surface and domain file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
odombro committed Jul 9, 2024
1 parent 8430099 commit 459adc5
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ Before executing the script adapt the paths to your [surface file](https://hpsct
You may want to modify the default soil, landuse or other land surface data on the surface file if you have measurements or a different data source of higher resolution or similar available.
You can do this by accessing the relevant variables on the surface file.

These may include:
Variables you want to modify may include:

Soil:
- PCT_SAND: percentage sand at soil levels (10 levels are considered)
- PCT_CLAY: percentage clay at soil levels (10 levels are considered)
- ORGANIC: organic matter density at soil levels (10 levels are considered)
- `PCT_SAND`: percentage sand at soil levels (10 levels are considered)
- `PCT_CLAY`: percentage clay at soil levels (10 levels are considered)
- `ORGANIC`: organic matter density at soil levels (10 levels are considered)

Landuse at the landunit level ([Fig. 2](https://hpscterrsys.github.io/eCLM/users_guide/introduction_to_eCLM/introduction.html#fig2)):
- PCT_NATVEG: total percentage of natural vegetation landunit
- PCT_CROP: total percentage of crop landunit
- PCT_URBAN: total percentage of urban landunit
- PCT_LAKE: total percentage of lake landunit
- PCT_GLACIER: total percentage of glacier landunit
- PCT_WETLAND: total percentage of wetland landunit
- `PCT_NATVEG`: total percentage of natural vegetation landunit
- `PCT_CROP`: total percentage of crop landunit
- `PCT_URBAN`: total percentage of urban landunit
- `PCT_LAKE`: total percentage of lake landunit
- `PCT_GLACIER`: total percentage of glacier landunit
- `PCT_WETLAND`: total percentage of wetland landunit

Types of crop and natural vegetation at the patch level ([Fig. 2](https://hpscterrsys.github.io/eCLM/users_guide/introduction_to_eCLM/introduction.html#fig2)):

- PCT_NAT_PFT: percent plant functional type (PFT) on the natural veg landunit (% of landunit) (15 PFTs are considered see <a href="https://escomp.github.io/ctsm-docs/versions/release-clm5.0/html/tech_note/Ecosystem/CLM50_Tech_Note_Ecosystem.html#vegetation-composition" target="_blank">here</a> for a list of PFTs)
- PCT_CFT: percent crop functional type (CFT) on the crop landunit (% of landunit) (2 CFTs are considered in SP mode, 64 CFTs are considered in BGC mode, see <a href="https://escomp.github.io/ctsm-docs/versions/release-clm5.0/html/tech_note/Crop_Irrigation/CLM50_Tech_Note_Crop_Irrigation.html#crop-plant-functional-types" target="_blank">here</a> for a list of CFTs)
- `PCT_NAT_PFT`: percent plant functional type (PFT) on the natural veg landunit (% of landunit) (15 PFTs are considered see <a href="https://escomp.github.io/ctsm-docs/versions/release-clm5.0/html/tech_note/Ecosystem/CLM50_Tech_Note_Ecosystem.html#vegetation-composition" target="_blank">here</a> for a list of PFTs)
- `PCT_CFT`: percent crop functional type (CFT) on the crop landunit (% of landunit) (2 CFTs are considered in SP mode, 64 CFTs are considered in BGC mode, see <a href="https://escomp.github.io/ctsm-docs/versions/release-clm5.0/html/tech_note/Crop_Irrigation/CLM50_Tech_Note_Crop_Irrigation.html#crop-plant-functional-types" target="_blank">here</a> for a list of CFTs)

0 comments on commit 459adc5

Please sign in to comment.