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

Delete adf_quick_run.ipynb now that link_to_ADF.ipynb exists #198

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions examples/coupled_model/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,22 +113,14 @@ compute_notebooks:
# parameters are specified. Several examples of different
# types of notebooks are provided.

# The second key (here adf_quick_run) is the name of the
# The second key (here ocean_surface) is the name of the
# notebook from nb_path_root, minus the .ipynb

infrastructure:
index:
parameter_groups:
none: {}

atm:
adf_quick_run:
parameter_groups:
none:
adf_path: ../../../externals/ADF
config_path: .
config_fil_str: "config_f.cam6_3_119.FLTHIST_ne30.r328_gamma0.33_soae.001.yaml"

ocn:
ocean_surface:
parameter_groups:
Expand Down Expand Up @@ -187,13 +179,8 @@ 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

# 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

- caption: Ocean
chapters:
Expand Down
Loading