@@ -4824,10 +4824,12 @@ seasons = ['AMJ','OND']
48244824# comparison grid(s) on which to plot analysis
48254825comparisonGrids = [' arctic' ]
48264826
4827- # Polar Class of vessel according to IMO. Range is 1 to 12 (increments of 1).
4827+ # Polar Class of vessel according to IMO. Range is 1 to 12 (increments of 1),
4828+ # corresponding to the following vessel types: 'PC1', 'PC2', 'PC3', 'PC4',
4829+ # 'PC5', 'PC6', 'PC7', 'IA Super', 'IA', 'IB', 'IC', 'Not Ice Strengthened'
48284830polarClass = 6
48294831
4830- # reference lat/ lon for sea ice plots in the northern hemisphere
4832+ # minimum lat and reference lon for sea ice plots in the northern hemisphere
48314833minimumLatitude = 50
48324834referenceLongitude = 0
48334835
@@ -4855,10 +4857,12 @@ seasons = ['AMJ','OND']
48554857# comparison grid(s) on which to plot analysis
48564858comparisonGrids = [' antarctic' ]
48574859
4858- # Polar Class of vessel according to IMO. Range is 1 to 12 (increments of 1).
4860+ # Polar Class of vessel according to IMO. Range is 1 to 12 (increments of 1),
4861+ # corresponding to the following vessel types: 'PC1', 'PC2', 'PC3', 'PC4',
4862+ # 'PC5', 'PC6', 'PC7', 'IA Super', 'IA', 'IB', 'IC', 'Not Ice Strengthened'
48594863polarClass = 6
48604864
4861- # reference lat/ lon for sea ice plots in the northern hemisphere
4865+ # minimum lat and reference lon for sea ice plots in the southern hemisphere
48624866minimumLatitude = -50
48634867referenceLongitude = 180
48644868
0 commit comments