@@ -37,7 +37,7 @@ def _formula_terms(standard_name):
37
37
if standard_name == "atmosphere_ln_pressure_coordinate" :
38
38
computed_standard_name = "air_pressure"
39
39
40
- # Computed vertical corodinates
40
+ # Computed vertical coordinates
41
41
aux .standard_name = computed_standard_name
42
42
data = cf .Data ([700 , 500 , 300 ], "hPa" , dtype = "f8" )
43
43
aux .set_data (data )
@@ -80,7 +80,7 @@ def _formula_terms(standard_name):
80
80
elif standard_name == "atmosphere_sigma_coordinate" :
81
81
computed_standard_name = "air_pressure"
82
82
83
- # Computed vertical corodinates
83
+ # Computed vertical coordinates
84
84
aux .standard_name = computed_standard_name
85
85
data = cf .Data ([700 , 500 , 300 ], "hPa" , dtype = "f8" )
86
86
aux .set_data (data )
@@ -134,7 +134,7 @@ def _formula_terms(standard_name):
134
134
elif standard_name == "atmosphere_hybrid_sigma_pressure_coordinate" :
135
135
computed_standard_name = "air_pressure"
136
136
137
- # Computed vertical corodinates
137
+ # Computed vertical coordinates
138
138
aux .standard_name = computed_standard_name
139
139
data = cf .Data ([700 , 500 , 300 ], "hPa" , dtype = "f8" )
140
140
aux .set_data (data )
@@ -203,7 +203,7 @@ def _formula_terms(standard_name):
203
203
elif standard_name == "atmosphere_sleve_coordinate" :
204
204
computed_standard_name = "altitude"
205
205
206
- # Computed vertical corodinates
206
+ # Computed vertical coordinates
207
207
aux .standard_name = computed_standard_name
208
208
data = cf .Data ([100 , 200 , 300 ], "m" , dtype = "f8" )
209
209
aux .set_data (data )
@@ -279,7 +279,7 @@ def _formula_terms(standard_name):
279
279
elif standard_name == "ocean_sigma_coordinate" :
280
280
computed_standard_name = "altitude"
281
281
282
- # Computed vertical corodinates
282
+ # Computed vertical coordinates
283
283
aux .standard_name = computed_standard_name
284
284
data = cf .Data ([10 , 20 , 30 ], "m" , dtype = "f8" )
285
285
aux .set_data (data )
@@ -333,7 +333,7 @@ def _formula_terms(standard_name):
333
333
elif standard_name == "ocean_s_coordinate" :
334
334
computed_standard_name = "altitude"
335
335
336
- # Computed vertical corodinates
336
+ # Computed vertical coordinates
337
337
aux .standard_name = computed_standard_name
338
338
data = cf .Data ([15.01701191 , 31.86034296 , 40.31150319 ], units = "m" )
339
339
aux .set_data (data )
@@ -413,7 +413,7 @@ def _formula_terms(standard_name):
413
413
elif standard_name == "ocean_s_coordinate_g1" :
414
414
computed_standard_name = "altitude"
415
415
416
- # Computed vertical corodinates
416
+ # Computed vertical coordinates
417
417
aux .standard_name = computed_standard_name
418
418
data = cf .Data ([555.4 , 464.32 , 373.33 ], units = "m" )
419
419
aux .set_data (data )
@@ -485,7 +485,7 @@ def _formula_terms(standard_name):
485
485
elif standard_name == "ocean_s_coordinate_g2" :
486
486
computed_standard_name = "altitude"
487
487
488
- # Computed vertical corodinates
488
+ # Computed vertical coordinates
489
489
aux .standard_name = computed_standard_name
490
490
data = cf .Data ([555.45454545 , 464.36363636 , 373.36363636 ], units = "m" )
491
491
aux .set_data (data )
@@ -563,7 +563,7 @@ def _formula_terms(standard_name):
563
563
elif standard_name == "ocean_sigma_z_coordinate" :
564
564
computed_standard_name = "altitude"
565
565
566
- # Computed vertical corodinates
566
+ # Computed vertical coordinates
567
567
aux .standard_name = computed_standard_name
568
568
data = cf .Data ([10.0 , 30.0 , 40.0 ], "m" , dtype = "f8" )
569
569
aux .set_data (data )
@@ -643,7 +643,7 @@ def _formula_terms(standard_name):
643
643
elif standard_name == "ocean_double_sigma_coordinate" :
644
644
computed_standard_name = "altitude"
645
645
646
- # Computed vertical corodinates
646
+ # Computed vertical coordinates
647
647
aux .standard_name = computed_standard_name
648
648
data = cf .Data (
649
649
[0.15000000000000002 , 0.12 , 932.895 ], units = "m" , dtype = "f8"
0 commit comments