Skip to content

Commit 792484e

Browse files
Updated minor comments in config file
1 parent 554dd92 commit 792484e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

mpas_analysis/default.cfg

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4795,10 +4795,12 @@ seasons = ['AMJ','OND']
47954795
# comparison grid(s) on which to plot analysis
47964796
comparisonGrids = ['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'
47994801
polarClass = 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
48024804
minimumLatitude = 50
48034805
referenceLongitude = 0
48044806

@@ -4826,10 +4828,12 @@ seasons = ['AMJ','OND']
48264828
# comparison grid(s) on which to plot analysis
48274829
comparisonGrids = ['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'
48304834
polarClass = 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
48334837
minimumLatitude = -50
48344838
referenceLongitude = 180
48354839

0 commit comments

Comments
 (0)