Skip to content

Commit

Permalink
Fix notebook names
Browse files Browse the repository at this point in the history
Made ocean notebook name more descriptive, and fixed a typo in the land
notebook name. Also updated the land notebook to remove comment about hardcoded
path since they now come from config.yml
  • Loading branch information
mnlevy1981 committed Jan 22, 2024
1 parent 8654ed7 commit fda4d34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions examples/coupled_model/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ compute_notebooks:
config_path: .
config_fil_str: "config_f.cam6_3_119.FLTHIST_ne30.r328_gamma0.33_soae.001.yaml"

surface:
ocean_surface:
parameter_groups:
none:
CESM_output_dir: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/CESM_output_for_testing
Expand All @@ -84,7 +84,7 @@ compute_notebooks:



land_comparision:
land_comparison:
parameter_groups:
none:
CESM_output_dir: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/CESM_output_for_testing/
Expand Down Expand Up @@ -125,11 +125,11 @@ book_toc:

- caption: Ocean
chapters:
- file: surface
- file: ocean_surface

- caption: Land
chapters:
- file: land_comparision
- file: land_comparison

#####################################
# Keys for Jupyter Book _config.yml #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"## Simple example comparing land variables from two simulations\n",
"Created by [email protected], Jan 2024\n",
"\n",
"- paths are harded coded for now\n",
"- quickly (and inaccurately) calculates 5 year mean from raw, .h0., files.\n",
"- plots global means and differences which also not very nice to look at, especially since this points to a 4x5 grid."
]
Expand Down
File renamed without changes.

0 comments on commit fda4d34

Please sign in to comment.