forked from NCAR/CESM-Tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
176 lines (163 loc) · 6.66 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: README
chapters:
- file: notebooks/intro/intro_overview
sections:
- file: notebooks/intro/components
- file: notebooks/intro/coupling
- file: notebooks/intro/project
- file: notebooks/intro/getting_help
- file: notebooks/intro/community_experiments
sections:
- file: notebooks/intro/cesm_expts/clim_data_gateway
- file: notebooks/intro/cesm_expts/clim_data_guide
- file: notebooks/prereqs/prereqs_overview
sections:
- file: notebooks/prereqs/exercises
- file: notebooks/basics/basics_overview
sections:
- file: notebooks/basics/one_time_overview
sections:
- file: notebooks/basics/one_time/cesm_workspaces
- file: notebooks/basics/one_time/git_download_cesm
- file: notebooks/basics/one_time/cesm_code_explore
- file: notebooks/basics/cesm_workflow
sections:
- file: notebooks/basics/cesm_workflow/create_newcase
- file: notebooks/basics/cesm_workflow/case_setup
- file: notebooks/basics/cesm_workflow/case_build
- file: notebooks/basics/cesm_workflow/case_submit
- file: notebooks/basics/cesm_workflow/model_output
- file: notebooks/basics/cesm_workflow/checking_jobs_and_status
- file: notebooks/basics/cesm_workflow/create_clone
- file: notebooks/basics/exercises_overview
sections:
- file: notebooks/basics/exercises/first_B1850
- file: notebooks/basics/exercises/second_B1850
- file: notebooks/basics/exercises/examine_history_B1850
- file: notebooks/basics/exercises/extra
- file: notebooks/basics/exercises/review_questions
- file: notebooks/modifications/xml
sections:
- file: notebooks/modifications/xml/overview
- file: notebooks/modifications/xml/case_xml_files
- file: notebooks/modifications/xml/case_xml_change
- file: notebooks/modifications/xml/model_control_files
- file: notebooks/modifications/xml/run_length
sections:
- file: notebooks/modifications/xml/run_length/starting_and_stopping
- file: notebooks/modifications/xml/run_length/restarting
- file: notebooks/modifications/xml/run_length/changing_run_length
- file: notebooks/modifications/xml/run_length/timing_files
- file: notebooks/modifications/xml/modify_run_type
sections:
- file: notebooks/modifications/xml/modify_run_type/hybrid_branch_restart
- file: notebooks/modifications/xml/modify_run_type/run_variables
- file: notebooks/modifications/xml/physics_timestep
- file: notebooks/modifications/xml/other_xml_variables
- file: notebooks/modifications/xml/exercises
sections:
- file: notebooks/modifications/xml/exercises/xml_length_exercise
- file: notebooks/modifications/xml/exercises/xml_runtype_exercise
- file: notebooks/modifications/xml/exercises/xml_timestep_exercise
- file: notebooks/namelist
sections:
- file: notebooks/namelist/overview
- file: notebooks/namelist/documentation
- file: notebooks/namelist/output
sections:
- file: notebooks/namelist/output/output_cam
- file: notebooks/namelist/output/output_clm
- file: notebooks/namelist/output/output_cice
- file: notebooks/namelist/output/output_pop
- file: notebooks/namelist/exercises_overview
sections:
- file: notebooks/namelist/exercises/exercise_cam_output
- file: notebooks/namelist/exercises/exercise_tuning_parameter
- file: notebooks/troubleshooting
sections:
- file: notebooks/troubleshooting/log_files
- file: notebooks/troubleshooting/debugging_flag
- file: notebooks/troubleshooting/exercises_overview
sections:
- file: notebooks/troubleshooting/exercises/troubleshooting_cam
- file: notebooks/sourcemods
sections:
- file: notebooks/sourcemods/overview
- file: notebooks/sourcemods/add_fields_cam
- file: notebooks/sourcemods/exercises_overview
sections:
- file: notebooks/sourcemods/exercises/exercise_add_field
- file: notebooks/diagnostics/diagnostics
sections:
- file: notebooks/diagnostics/cam
sections:
- file: notebooks/diagnostics/cam/basics
- file: notebooks/diagnostics/cam/advanced
- file: notebooks/diagnostics/cam/cam_se_native_example
- file: notebooks/diagnostics/cam-chem_waccm
- file: notebooks/diagnostics/cice/cice
sections:
- file: notebooks/diagnostics/cice/basics
- file: notebooks/diagnostics/cice/advanced
- file: notebooks/diagnostics/clm_ctsm/clm_ctsm
sections:
- file: notebooks/diagnostics/clm_ctsm/basics
- file: notebooks/diagnostics/pop/pop
sections:
- file: notebooks/diagnostics/pop/basics
- file: notebooks/diagnostics/additional/additional
sections:
- file: notebooks/diagnostics/additional/postprocessing
- file: notebooks/diagnostics/additional/cvdp
- file: notebooks/diagnostics/additional/large_ensembles
- file: notebooks/diagnostics/additional/analysis_tools
- file: notebooks/challenge/challenge
sections:
- file: notebooks/challenge/cam
sections:
- file: notebooks/challenge/cam/exercise_1
- file: notebooks/challenge/cam/exercise_2
- file: notebooks/challenge/cam/exercise_3
- file: notebooks/challenge/cam/exercise_4
- file: notebooks/challenge/cam/exercise_5
- file: notebooks/challenge/cam/exercise_6
- file: notebooks/challenge/cam-chem_waccm
sections:
- file: notebooks/challenge/cam-chem_waccm/exercise_1
- file: notebooks/challenge/cam-chem_waccm/exercise_2
- file: notebooks/challenge/cice/cice
sections:
- file: notebooks/challenge/cice/cice_exercise_1
- file: notebooks/challenge/cice/cice_exercise_2
- file: notebooks/challenge/cice/cice_exercise_3
- file: notebooks/challenge/cism
sections:
- file: notebooks/challenge/cism/cism_exercise_1
- file: notebooks/challenge/cism/cism_exercise_2
- file: notebooks/challenge/cism/cism_exercise_3
- file: notebooks/challenge/clm_ctsm/clm_ctsm
sections:
- file: notebooks/challenge/clm_ctsm/clm_exercise_1
- file: notebooks/challenge/clm_ctsm/clm_exercise_2
- file: notebooks/challenge/clm_ctsm/clm_exercise_3
- file: notebooks/challenge/pop/pop
sections:
- file: notebooks/challenge/pop/pop_exercise_1
- file: notebooks/challenge/pop/pop_exercise_2
- file: notebooks/challenge/pop/pop_exercise_3
- file: notebooks/challenge/pop/pop_exercise_4
- file: notebooks/challenge/bgc
sections:
- file: notebooks/challenge/bgc/bgc_exercise_1
- file: notebooks/resources/resources_overview
sections:
- file: notebooks/resources/terminals
- file: notebooks/resources/unix
- file: notebooks/resources/text_editors
- file: notebooks/resources/github
- file: notebooks/resources/fortran
- file: notebooks/resources/netcdf
- file: notebooks/resources/porting