Skip to content

Commit

Permalink
Merge pull request #145 from megandevlan/newLandCouplingNB
Browse files Browse the repository at this point in the history
Compute land-atmosphere terrestrial coupling index in key_metrics
  • Loading branch information
mnlevy1981 authored Nov 18, 2024
2 parents b9e0964 + d76d718 commit 2dda82f
Show file tree
Hide file tree
Showing 3 changed files with 984 additions and 14 deletions.
1 change: 1 addition & 0 deletions environments/cupid-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- numpy
- pip
- python==3.11.4
- uxarray
- xarray
- yaml
- zarr
Expand Down
25 changes: 11 additions & 14 deletions examples/key_metrics/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ timeseries:
level: 'lev'

lnd:
vars: []
vars: ['SOILWATER_10CM','FSH_TO_COUPLER']
derive_vars: []
hist_str: 'h0'
start_years: [1,1]
Expand Down Expand Up @@ -142,16 +142,13 @@ compute_notebooks:
# endyr2: 305
# nyears: 25

# lnd:
# land_comparison:
# parameter_groups:
# none:
# cases:
# - ctsm51d159_f45_GSWP3_bgccrop_1850pAD
# - ctsm51d159_f45_GSWP3_bgccrop_1850pSASU
# type:
# - 1850pAD
# - 1850pSASU
lnd:
Global_TerrestrialCouplingIndex_VisualCompareObs:
parameter_groups:
none:
clmFile_h: '.h0.'
fluxnet_comparison: True
obsDir: '/glade/campaign/cgd/tss/people/mdfowler/FLUXNET2015/'

# ocn:
# ocean_surface:
Expand Down Expand Up @@ -197,9 +194,9 @@ book_toc:
# chapters:
# - file: ocn/ocean_surface

# - caption: Land
# chapters:
# - file: lnd/land_comparison
- caption: Land
chapters:
- file: lnd/Global_TerrestrialCouplingIndex_VisualCompareObs

# - caption: Sea Ice
# chapters:
Expand Down
Loading

0 comments on commit 2dda82f

Please sign in to comment.