Skip to content

Commit 6cba064

Browse files
authored
Merge pull request #157 from dabail10/seaice
A few additions for the sea ice.
2 parents 8618b89 + ffe47a4 commit 6cba064

8 files changed

+1176
-119
lines changed

examples/coupled_model/config.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ compute_notebooks:
151151
parameter_groups:
152152
none:
153153
cases:
154-
- g.e23_a16g.GJRAv4.TL319_t232_hycom1_N75.2024.005
155-
- g.e23_a16g.GJRAv4.TL319_t232_zstar_N65.2024.004
156-
begyr1: 245
157-
endyr1: 305
158-
begyr2: 245
159-
endyr2: 305
160-
nyears: 25
154+
- b.e23_alpha17f.BLTHIST.ne30_t232.092
155+
- b.e30_beta02.BLTHIST.ne30_t232.104
156+
begyr1: 1850
157+
endyr1: 2013
158+
begyr2: 1850
159+
endyr2: 2013
160+
nyears: 35
161161

162162
########### JUPYTER BOOK CONFIG ###########
163163

examples/key_metrics/config.yml

+12-17
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ global_params:
4646
CESM_output_dir: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/CESM_output_for_testing
4747
start_date: '0001-01-01'
4848
end_date: '0101-01-01'
49+
base_start_date: '0001-01-01'
50+
base_end_date: '0101-01-01'
4951
lc_kwargs:
5052
threads_per_worker: 1
5153

@@ -80,9 +82,9 @@ timeseries:
8082
level: 'lev'
8183

8284
ice:
83-
vars: []
85+
vars: ['aice','hi','hs']
8486
derive_vars: []
85-
hist_str: 'h'
87+
hist_str: 'cice.h'
8688
start_years: [1,1]
8789
end_years: [100,100]
8890
level: 'lev'
@@ -162,18 +164,11 @@ compute_notebooks:
162164
# rof_end_date: '0101-01-01'
163165
# figureSave: False
164166

165-
# ice:
166-
# seaice:
167-
# parameter_groups:
168-
# none:
169-
# cases:
170-
# - g.e23_a16g.GJRAv4.TL319_t232_hycom1_N75.2024.005
171-
# - g.e23_a16g.GJRAv4.TL319_t232_zstar_N65.2024.004
172-
# begyr1: 245
173-
# endyr1: 305
174-
# begyr2: 245
175-
# endyr2: 305
176-
# nyears: 25
167+
ice:
168+
Hemis_seaice_visual_compare_obs_lens:
169+
parameter_groups:
170+
none:
171+
climo_nyears: 35
177172

178173
lnd:
179174
Global_TerrestrialCouplingIndex_VisualCompareObs:
@@ -232,9 +227,9 @@ book_toc:
232227
chapters:
233228
- file: lnd/Global_TerrestrialCouplingIndex_VisualCompareObs
234229

235-
# - caption: Sea Ice
236-
# chapters:
237-
# - file: ice/seaice
230+
- caption: Sea Ice
231+
chapters:
232+
- file: ice/Hemis_seaice_visual_compare_obs_lens
238233

239234
- caption: Land Ice
240235
chapters:

0 commit comments

Comments
 (0)