@@ -4795,10 +4795,12 @@ seasons = ['AMJ','OND']
47954795# comparison grid(s) on which to plot analysis
47964796comparisonGrids = [' arctic' ]
47974797
4798- # Polar Class of vessel according to IMO. Range is 1 to 12 (increments of 1).
4798+ # Polar Class of vessel according to IMO. Range is 1 to 12 (increments of 1),
4799+ # corresponding to the following vessel types: 'PC1', 'PC2', 'PC3', 'PC4',
4800+ # 'PC5', 'PC6', 'PC7', 'IA Super', 'IA', 'IB', 'IC', 'Not Ice Strengthened'
47994801polarClass = 6
48004802
4801- # reference lat/ lon for sea ice plots in the northern hemisphere
4803+ # minimum lat and reference lon for sea ice plots in the northern hemisphere
48024804minimumLatitude = 50
48034805referenceLongitude = 0
48044806
@@ -4826,10 +4828,12 @@ seasons = ['AMJ','OND']
48264828# comparison grid(s) on which to plot analysis
48274829comparisonGrids = [' antarctic' ]
48284830
4829- # Polar Class of vessel according to IMO. Range is 1 to 12 (increments of 1).
4831+ # Polar Class of vessel according to IMO. Range is 1 to 12 (increments of 1),
4832+ # corresponding to the following vessel types: 'PC1', 'PC2', 'PC3', 'PC4',
4833+ # 'PC5', 'PC6', 'PC7', 'IA Super', 'IA', 'IB', 'IC', 'Not Ice Strengthened'
48304834polarClass = 6
48314835
4832- # reference lat/ lon for sea ice plots in the northern hemisphere
4836+ # minimum lat and reference lon for sea ice plots in the southern hemisphere
48334837minimumLatitude = -50
48344838referenceLongitude = 180
48354839
0 commit comments