Skip to content

Commit

Permalink
Add 80 layer E3SMv1 vertical interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Jun 27, 2022
1 parent 4f665a6 commit 0123b9c
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 1 deletion.
81 changes: 81 additions & 0 deletions compass/ocean/vertical/80layerE3SMv1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
[0.0,
1.986786469355805,
4.154119395541748,
6.518473015615179,
9.097824574809877,
11.911737056573685,
14.981608934309552,
18.330839881040465,
21.984828733039574,
25.971389018482437,
30.320829117011147,
35.066198637149725,
40.24353341642255,
45.892098753893194,
52.054713914204456,
58.778073608483226,
66.11298212263647,
74.11483297053151,
82.84399843035216,
92.36612734933736,
102.75259907640329,
114.08104666296263,
126.43577878360325,
139.90834494484784,
154.5979878835862,
170.61222402211808,
188.06721008633497,
207.08846155392177,
227.81108029827277,
250.38029644815975,
274.95164090923384,
301.69113003347167,
330.7752620963125,
362.3906244929844,
396.73330941558294,
434.00792602635505,
474.42608083399733,
518.2042060869917,
565.5607828175309,
616.7129401252857,
671.8720767795905,
731.2388094472287,
794.9973708678924,
863.3093165271582,
936.3071845957666,
1014.0882623825473,
1096.7088376639208,
1184.1797979766206,
1276.4637610648406,
1373.474191183026,
1475.0766739591154,
1581.0924977739978,
1691.3042518457269,
1805.4629509798497,
1923.2961967654483,
2044.5166633553195,
2168.83040784201,
2295.9444441559367,
2425.5731465435715,
2557.443466443468,
2691.2987229942432,
2826.9011458061473,
2964.033287582243,
3102.4984729509856,
3242.1205209147015,
3382.742909836675,
3524.227580019397,
3666.4535034604037,
3809.3151441356854,
3952.7208868168414,
4096.591510555103,
4240.85873802501,
4385.46388801116,
4530.356647311017,
4675.493968648996,
4820.839083119443,
4966.360630500305,
5112.031898664707,
5257.830157844073,
5403.736084165608,
5549.733263212151]
2 changes: 1 addition & 1 deletion compass/ocean/vertical/grid_1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def generate_1d_grid(config):
min_layer_thickness,
max_layer_thickness)

elif grid_type in ['60layerPHC', '100layerE3SMv1']:
elif grid_type in ['60layerPHC', '80layerE3SMv1', '100layerE3SMv1']:
interfaces = _read_json(grid_type)
else:
raise ValueError('Unexpected grid type: {}'.format(grid_type))
Expand Down

0 comments on commit 0123b9c

Please sign in to comment.