Skip to content

Commit f312b83

Browse files
Updated minor comments in config file
1 parent a4d81ec commit f312b83

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
@@ -4824,10 +4824,12 @@ seasons = ['AMJ','OND']
48244824
# comparison grid(s) on which to plot analysis
48254825
comparisonGrids = ['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'
48284830
polarClass = 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
48314833
minimumLatitude = 50
48324834
referenceLongitude = 0
48334835

@@ -4855,10 +4857,12 @@ seasons = ['AMJ','OND']
48554857
# comparison grid(s) on which to plot analysis
48564858
comparisonGrids = ['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'
48594863
polarClass = 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
48624866
minimumLatitude = -50
48634867
referenceLongitude = 180
48644868

0 commit comments

Comments
 (0)