Skip to content

Commit

Permalink
Merge pull request #157 from dabail10/seaice
Browse files Browse the repository at this point in the history
A few additions for the sea ice.
  • Loading branch information
TeaganKing authored Jan 2, 2025
2 parents 8618b89 + ffe47a4 commit 6cba064
Show file tree
Hide file tree
Showing 8 changed files with 1,176 additions and 119 deletions.
14 changes: 7 additions & 7 deletions examples/coupled_model/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ compute_notebooks:
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
- b.e23_alpha17f.BLTHIST.ne30_t232.092
- b.e30_beta02.BLTHIST.ne30_t232.104
begyr1: 1850
endyr1: 2013
begyr2: 1850
endyr2: 2013
nyears: 35

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

Expand Down
29 changes: 12 additions & 17 deletions examples/key_metrics/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ global_params:
CESM_output_dir: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/CESM_output_for_testing
start_date: '0001-01-01'
end_date: '0101-01-01'
base_start_date: '0001-01-01'
base_end_date: '0101-01-01'
lc_kwargs:
threads_per_worker: 1

Expand Down Expand Up @@ -80,9 +82,9 @@ timeseries:
level: 'lev'

ice:
vars: []
vars: ['aice','hi','hs']
derive_vars: []
hist_str: 'h'
hist_str: 'cice.h'
start_years: [1,1]
end_years: [100,100]
level: 'lev'
Expand Down Expand Up @@ -162,18 +164,11 @@ compute_notebooks:
# rof_end_date: '0101-01-01'
# figureSave: False

# ice:
# seaice:
# 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
ice:
Hemis_seaice_visual_compare_obs_lens:
parameter_groups:
none:
climo_nyears: 35

lnd:
Global_TerrestrialCouplingIndex_VisualCompareObs:
Expand Down Expand Up @@ -232,9 +227,9 @@ book_toc:
chapters:
- file: lnd/Global_TerrestrialCouplingIndex_VisualCompareObs

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

- caption: Land Ice
chapters:
Expand Down
Loading

0 comments on commit 6cba064

Please sign in to comment.