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

A few additions for the sea ice. #157

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
be9c686
Update sea ice notebook to do less variables and add some SH plots.
dabail10 Sep 27, 2024
edfaf12
Fix the dask code and update the colormap
dabail10 Sep 27, 2024
97a912f
Doing some pre commit cleanup
dabail10 Sep 27, 2024
1205707
Doing some pre commit cleanup
dabail10 Sep 27, 2024
0a1f2a0
Doing some pre commit cleanup
dabail10 Sep 27, 2024
71aa596
Doing some pre commit cleanup
dabail10 Sep 27, 2024
9663ae1
Doing some pre commit cleanup
dabail10 Sep 27, 2024
23e7f54
Doing some pre commit cleanup
dabail10 Sep 27, 2024
79c98f2
Doing some pre commit cleanup
dabail10 Sep 27, 2024
9df91bc
Doing some pre commit cleanup
dabail10 Sep 27, 2024
31b8200
Doing some pre commit cleanup
dabail10 Sep 27, 2024
c5aabd2
Doing some pre commit cleanup
dabail10 Sep 27, 2024
def3011
Doing some pre commit cleanup
dabail10 Sep 27, 2024
faaeacf
Merge remote-tracking branch 'origin' into seaice
dabail10 Nov 22, 2024
16f0f4d
Seaice key metric notebook using cupid-analysis
dabail10 Nov 22, 2024
6e88f59
Merge branch 'NCAR:main' into seaice
dabail10 Nov 22, 2024
a836541
Merge branch 'main' of https://github.com/dabail10/CUPiD into seaice
dabail10 Dec 4, 2024
b7adf64
Merge branch 'seaice' of https://github.com/dabail10/CUPiD into seaice
dabail10 Dec 4, 2024
d47d636
Merge branch 'NCAR:main' into seaice
dabail10 Dec 4, 2024
de09512
Add new sea ice key metrics
dabail10 Dec 4, 2024
a9e6bb5
Merge branch 'seaice' of https://github.com/dabail10/CUPiD into seaice
dabail10 Dec 4, 2024
f4c5ffd
Fix base_end_date
dabail10 Dec 5, 2024
3a460d5
Update the formatting
dabail10 Dec 5, 2024
2ddb68b
Update the formatting
dabail10 Dec 5, 2024
bebc9c8
Merge branch 'NCAR:main' into seaice
dabail10 Dec 6, 2024
a28e25e
Remove some print statements
dabail10 Dec 6, 2024
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
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
Loading