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

Key metrics #118

Merged
merged 12 commits into from
Jul 31, 2024
83 changes: 48 additions & 35 deletions examples/key_metrics/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,27 @@ compute_notebooks:
# config_path: .
# config_fil_str: "config_f.cam6_3_119.FLTHIST_ne30.r328_gamma0.33_soae.001.yaml"

# ocn:
# ocean_surface:
glc:
LIWG_SMB_diagnostic:
parameter_groups:
none:
obs_path: '/glade/u/home/gunterl/obs_diagnostic_cesm/'
obs_name: 'GrIS_MARv3.12_climo_1960_1999.nc'
climo_nyears: 40
last_year: 101

# ice:
# seaice:
# parameter_groups:
# none:
# Case: b.e23_alpha16b.BLT1850.ne30_t232.054
# savefigs: False
# mom6_tools_config:
# start_date: '0091-01-01'
# end_date: '0101-01-01'
# Fnames:
# native: 'mom6.h.native.????-??.nc'
# static: 'mom6.h.static.nc'
# oce_cat: /glade/u/home/gmarques/libs/oce-catalogs/reference-datasets.yml
# cases:
# - g.e23_a16g.GJRAv4.TL319_t232_hycom1_N75.2024.005
# - g.e23_a16g.GJRAv4.TL319_t232_zstar_N65.2024.004
# begyr1: 245
# endyr1: 305
# begyr2: 245
# endyr2: 305
# nyears: 25

# lnd:
# land_comparison:
Expand All @@ -140,18 +148,19 @@ compute_notebooks:
# - 1850pAD
# - 1850pSASU

# ice:
# seaice:
# ocn:
# ocean_surface:
# parameter_groups:
# none:
# cases:
# - g.e23_a16g.GJRAv4.TL319_t232_hycom1_N75.2024.005
# - g.e23_a16g.GJRAv4.TL319_t232_zstar_N65.2024.004
# begyr1: 245
# endyr1: 305
# begyr2: 245
# endyr2: 305
# nyears: 25
# Case: b.e23_alpha16b.BLT1850.ne30_t232.054
# savefigs: False
# mom6_tools_config:
# start_date: '0091-01-01'
# end_date: '0101-01-01'
# Fnames:
# native: 'mom6.h.native.????-??.nc'
# static: 'mom6.h.static.nc'
# oce_cat: /glade/u/home/gmarques/libs/oce-catalogs/reference-datasets.yml

########### JUPYTER BOOK CONFIG ###########

Expand All @@ -173,31 +182,35 @@ book_toc:
# Parts group notebooks into different sections in the Jupyter book
# table of contents, so you can organize different parts of your project.

- caption: Atmosphere
# - caption: Atmosphere

# Each chapter is the name of one of the notebooks that you executed
# in compute_notebooks above, also without .ipynb
chapters:
- file: atm/adf_quick_run
# # Each chapter is the name of one of the notebooks that you executed
# # in compute_notebooks above, also without .ipynb
# chapters:
# - file: atm/adf_quick_run

- caption: Ocean
chapters:
- file: ocn/ocean_surface
# - caption: Ocean
# chapters:
# - file: ocn/ocean_surface

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

# - caption: Sea Ice
# chapters:
# - file: ice/seaice

- caption: Sea Ice
- caption: Land Ice
chapters:
- file: ice/seaice
- file: glc/LIWG_SMB_diagnostic

#####################################
# Keys for Jupyter Book _config.yml #
#####################################
book_config_keys:

title: Example project # Title of your jupyter book
title: CESM Key Metrics # Title of your jupyter book

# Other keys can be added here, see https://jupyterbook.org/en/stable/customize/config.html
### for many more options
Loading
Loading