Skip to content

Commit

Permalink
Merge pull request #59 from dabail10/seaice-example
Browse files Browse the repository at this point in the history
Add a new sea ice notebook.
  • Loading branch information
mnlevy1981 authored Feb 27, 2024
2 parents 137018a + 0d44205 commit bf4c0af
Show file tree
Hide file tree
Showing 4 changed files with 852 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/coupled_model/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ compute_notebooks:
- 1850pAD
- 1850pSASU

seaice:
parameter_groups:
none:
cases:
- b.e23_alpha16g.BLT1850.ne30_t232.059
- b.e23_alpha16b.BLT1850.ne30_t232.054


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

Expand Down Expand Up @@ -126,6 +133,10 @@ book_toc:
chapters:
- file: land_comparison

- caption: SeaIce
chapters:
- file: seaice

#####################################
# Keys for Jupyter Book _config.yml #
#####################################
Expand Down
70 changes: 70 additions & 0 deletions examples/nblibrary/cice_masks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---

#****************************************************************
# Boundary areas for regional masks:
# Northern Hemisphere:
# Lab Lab Sea
# GIN GIN Sea
# Bar Barents/Kara Sea
# ArcOc Arctic Ocean
# Sib Siberian Sea
# Beau Beaufort Sea
# CArc Central Arctic
# Bering Bering Sea
# Okhotsk Sea of Okhotsk
# Hudson Hudson Bay
# CAArch Canadian Archipelago
#
#Southern Hemisphere:
# Wed Weddell Sea
# Ross Ross Sea
# Ind Indian sector
# Pac Pacific sector
# BAm Bellingshausen-Amundsen Sea
#
#******************************************************************
Lab_lat: [50.,78.]
Lab_lon: [284.,35.]
GIN_lat: [65.,80.]
GIN_lon1: [315.,360.]
GIN_lon2: [0.,15.]
Bar_lat: [66.,80.]
Bar_long: [15.,100.]
ArcOc_lat1: [80.,90.]
ArcOc_lat2: ArcOc_lat1
ArcOc_lat3: [68.,90.]
ArcOc_long1: [243.,360.]
ArcOc_long2: [0.,100.]
ArcOc_long3: [100.,243.]
Sib_lat: [68.,80.]
Sib_long: [100.,192.]
Beau_lat: [68.,80.]
Beau_long: [192.,243.]
CArc_lat: [80.,90.]
CArc_long: [0.,360.]
#---------------------------------------------------------------
# These Arctic regions are more complicated geographically
# and will be defined by polygons rather than min,max lat,lon
#--------------------------------------------------------------
Lab_poly_lat: [50., 64., 74., 78., 78., 50.]
Lab_poly_long: [295., 292., 280., 280., 315., 315.]
Bering_poly_lat: [56., 60., 68., 68., 58., 52.5, 52.5]
Bering_poly_long: [162., 162., 178., 200., 204., 190., 180.]
Okhotsk_poly_lat: [44., 44., 46., 51., 60., 64., 60., 55., 44.]
Okhotsk_poly_long: [142., 145., 150., 157., 162., 168., 140., 133., 142.]
Hudson_poly_lat: [50., 66., 66., 70., 70., 68., 62., 60., 50.]
Hudson_poly_long: [265., 265., 274., 274., 290., 290., 292., 295., 295.]
CAArch_poly_lat: [67., 80., 80., 70., 67.]
CAArch_poly_long: [243., 243., 281., 281., 275.]
# ------SH regions------------------
Wed_lat: [-90.,-50.]
Wed_long1: [300.,360.]
Wed_long2: [0.,20.]
Ross_lat: [-90.,-50.]
Ross_long: [160.,220.]
Ind_lat: [-90.,-50.]
Ind_long: [20.,90.]
Pac_lat: [-90.,-50.]
Pac_long: [90.,160.]
BAm_lat: [-90.,-50.]
BAm_long: [220.,300.]
53 changes: 53 additions & 0 deletions examples/nblibrary/cice_vars.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---

aice:
- levels: [0.05,0.10,0.15,0.20,0.30,0.40,0.50,0.60,0.70,0.80,0.85,0.90,0.95,0.99]
- title: "Sea Ice Concentration"
hi:
- levels: [0.05,0.1,0.25,0.5,0.75,1.0,1.5,2.0,2.5,3.0,3.5,4.0,4.5,5.0]
- title: "Sea Ice Thickness (m)"
hs:
- levels: [0.01,0.03,0.05,0.07,0.10,0.13,0.15,0.20,0.25,0.30,0.35,0.40,0.45,0.50]
- title: "Snow Depth (m)"
Tsfc:
- levels: [-40.,-37.,-34.,-31.,-28.,-25.,-22.,-19.,-16.,-13.,-10.,-5.,-3.,-1.]
- title: "Surface Temperature (C)"
albsni:
- levels: [5,10,15,20,30,40,50, 60, 65, 70, 75, 80,85, 90]
- title: "Snow Ice Albedo"
flat:
- levels: [-18.,-16.,-14.,-12.,-10.,-8.,-6.,-5.,-4.,-3.,-2.,-1.,0.,2.]
- title: "Latent Heat Flux (W/m^2}"
fsens:
- levels: [-30.,-25.,-20.,-15.,-10.,-5.,-2.5,0,2.5,5,10,15,20,25]
- title: "Sensible Heat Flux (W/m^2)"
congel:
- levels: [0, 0.5, 1 ,1.5 ,2 ,2.5,3,4,5,6,7,8,9,10]
- title: "Congelation growth (cm/day)"
frazil:
- levels: [0.0,0.02,0.04,0.06,0.08,0.10,0.12,0.14,0.16,0.18,0.20,0.22,0.24,0.26]
- title: "Frazil growth (cm/day)"
snoice:
- levels: [0.0,0.01,0.02,0.03,0.04,0.05,0.06,0.08,0.10,0.12,0.14,0.16,0.18,0.20]
- title: "Snow-ice growth (cm/day)"
meltb:
- levels: [0.05,0.1,0.25,0.5,0.75,1.0,1.5,2.0,2.5,3.0,3.5,4.0,4.5,5.0]
- title: "Bottom Melt (cm/day)"
meltt:
- levels: [0.05,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1.0,1.1,1.2,1.3]
- title: "Top Melt (cm/day)"
meltl:
- levels: [0.01,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52]
- title: "Lateral Melt (cm/day)"
dvidtt:
- levels: [-3.6,-3.0,-2.4,-1.8,-1.2,-0.6,0.0,0.6,1.2,1.8,2.4,3.0,3.6,4.0]
- title: "Volume tendency due to thermodynamics (cm/day)"
dvidtd:
- levels: [-3.6,-3.0,-2.4,-1.8,-1.2,-0.6,0.0,0.6,1.2,1.8,2.4,3.0,3.6,4.0]
- title: "Volume tendency due to dynamics (cm/day)"
daidtt:
- levels: [-3.6,-3.0,-2.4,-1.8,-1.2,-0.6,0.0,0.6,1.2,1.8,2.4,3.0,3.6,4.0]
- title: "Area tendency due to thermodynamics (%/day)"
daidtd:
- levels: [-3.6,-3.0,-2.4,-1.8,-1.2,-0.6,0.0,0.6,1.2,1.8,2.4,3.0,3.6,4.0]
- title: "Area tendency due to dynamics (%/day)"
Loading

0 comments on commit bf4c0af

Please sign in to comment.