Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ htmlSubdirectory = html
# option:
# ./run_mpas_analysis config.analysis --generate \
# all,no_ocean,all_timeSeries
# The climatologyMapAntarcticMelt task is disabled because this run did not
# include ice-shelf cavities.`
generate = ['all', 'no_climatologyMapAntarcticMelt']
# All tasks with tag "landIceCavities" are disabled because this run did not
# include land-ice cavities.
generate = ['all', 'no_landIceCavities']

[climatology]
## options related to producing climatologies, typically to compare against
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@ depths = ['top', -200, -400, -600, -800, 'bot']
# plot on polar plot
polarPlot = False

[timeSeriesAntarcticMelt]
## options related to plotting time series of melt below Antarctic ice shelves

# list of ice shelves to plot or ['all'] for all 106 ice shelves and regions.
# See "regionNames" in the ice shelf masks file in regionMaskDirectory for
# details.
iceShelvesToPlot = ['Peninsula', 'West Antarctica', 'East Antarctica', 'Larsen_C', 'Filchner', 'Ronne', 'Brunt_Stancomb', 'Fimbul', 'Amery', 'Totten', 'Ross_West', 'Ross_East', 'Getz', 'Thwaites', 'Pine_Island', 'Abbot', 'George_VI']

[regions]
## options related to ocean regions used in several analysis modules

Expand Down
6 changes: 3 additions & 3 deletions configs/edison/config.20170807.beta1.G_oQU240.edison
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ htmlSubdirectory = html
# option:
# ./run_mpas_analysis config.analysis --generate \
# all,no_ocean,all_timeSeries
# The climatologyMapAntarcticMelt task is disabled because this run did not
# include ice-shelf cavities.`
generate = ['all', 'no_climatologyMapAntarcticMelt']
# All tasks with tag "landIceCavities" are disabled because this run did not
# include land-ice cavities.
generate = ['all', 'no_landIceCavities']

[climatology]
## options related to producing climatologies, typically to compare against
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ htmlSubdirectory = html
# option:
# ./run_mpas_analysis config.analysis --generate \
# all,no_ocean,all_timeSeries
# The climatologyMapAntarcticMelt task is disabled because this run did not
# include ice-shelf cavities.`
generate = ['all', 'no_climatologyMapAntarcticMelt']
# All tasks with tag "landIceCavities" are disabled because this run did not
# include land-ice cavities.
generate = ['all', 'no_landIceCavities']

[climatology]
## options related to producing climatologies, typically to compare against
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ htmlSubdirectory = html
# option:
# ./run_mpas_analysis config.analysis --generate \
# all,no_ocean,all_timeSeries
# The climatologyMapAntarcticMelt task is disabled because this run did not
# include ice-shelf cavities.`
generate = ['all', 'no_climatologyMapAntarcticMelt']
# All tasks with tag "landIceCavities" are disabled because this run did not
# include land-ice cavities.
generate = ['all', 'no_landIceCavities']

[climatology]
## options related to producing climatologies, typically to compare against
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ depths = ['top', -200, -400, -600, -800, 'bot']
# plot on polar plot
polarPlot = False

[timeSeriesAntarcticMelt]
## options related to plotting time series of melt below Antarctic ice shelves

# list of ice shelves to plot or ['all'] for all 106 ice shelves and regions.
# See "regionNames" in the ice shelf masks file in regionMaskDirectory for
# details.
iceShelvesToPlot = ['Peninsula', 'West Antarctica', 'East Antarctica', 'Larsen_C', 'Filchner', 'Ronne', 'Brunt_Stancomb', 'Fimbul', 'Amery', 'Totten', 'Ross_West', 'Ross_East', 'Getz', 'Thwaites', 'Pine_Island', 'Abbot', 'George_VI']

[regions]
## options related to ocean regions used in several analysis modules

Expand Down
6 changes: 3 additions & 3 deletions configs/lanl/config.MatchBoth_orig
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ baseDirectory = /dir/to/analysis/output
# option:
# ./run_mpas_analysis config.analysis --generate \
# all,no_ocean,all_timeSeries
# The climatologyMapAntarcticMelt task is disabled because this run did not
# include ice-shelf cavities.`
generate = ['all', 'no_climatologyMapAntarcticMelt']
# All tasks with tag "landIceCavities" are disabled because this run did not
# include land-ice cavities.
generate = ['all', 'no_landIceCavities']

[climatology]
## options related to producing climatologies, typically to compare against
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ htmlSubdirectory = html
# option:
# ./run_mpas_analysis config.analysis --generate \
# all,no_ocean,all_timeSeries
# The climatologyMapAntarcticMelt task is disabled because this run did not
# include ice-shelf cavities.`
generate = ['all', 'no_climatologyMapAntarcticMelt']
# All tasks with tag "landIceCavities" are disabled because this run did not
# include land-ice cavities.
generate = ['all', 'no_landIceCavities']

[climatology]
## options related to producing climatologies, typically to compare against
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ htmlSubdirectory = html
# to list all task names and their tags
# an equivalent syntax can be used on the command line to override this
# option:
# ./run_mpas_analysis config.analysis --generate \
# all,no_ocean,all_timeSeries
generate = ['all', 'no_climatologyMapAntarcticMelt']
# All tasks with tag "landIceCavities" are disabled because this run did not
# include land-ice cavities.
generate = ['all', 'no_landIceCavities']

[climatology]
## options related to producing climatologies, typically to compare against
Expand Down
6 changes: 3 additions & 3 deletions configs/olcf/config.GMPAS-IAF_oRRS18to6v3.titan
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ htmlSubdirectory = html
# option:
# ./run_mpas_analysis config.analysis --generate \
# all,no_ocean,all_timeSeries
# The climatologyMapAntarcticMelt task is disabled because this run did not
# include ice-shelf cavities.`
generate = ['all', 'no_climatologyMapAntarcticMelt']
# All tasks with tag "landIceCavities" are disabled because this run did not
# include land-ice cavities.
generate = ['all', 'no_landIceCavities']

[climatology]
## options related to producing climatologies, typically to compare against
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ depths = ['top', -200, -400, -600, -800, 'bot']

[timeSeriesAntarcticMelt]
# a list of ice shelves to plot
iceShelvesToPlot = ['Peninsula', 'West Antarctica', 'East Antarctica', 'Larsen_C', 'Larsen_D', 'Ronne', 'Filchner', 'Brunt_Stancomb', 'Fimbul', 'Riiser-Larsen', 'Baudouin', 'Amery', 'West', 'Shackleton', 'Totten', 'Mertz', 'Ross_East', 'Ross_West', 'Getz', 'Dotson', 'Crosson', 'Thwaites', 'Pine_Island', 'Abbot', 'Stange', 'George_VI', 'Wilkins']
iceShelvesToPlot = ['Antarctica', 'Peninsula', 'West Antarctica', 'East Antarctica', 'Larsen_C', 'Filchner-Ronne', 'Brunt_Stancomb', 'Fimbul', 'Amery', 'Totten', 'Ross', 'Getz', 'Thwaites', 'Pine_Island', 'Abbot', 'George_VI']
11 changes: 11 additions & 0 deletions mpas_analysis/config.default
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,17 @@ normArgsDifference = {'linthresh': 1., 'linscale': 0.5, 'vmin': -100.,
colorbarTicksDifference = [-100., -50., -20., -10., -5., -2., -1., 0., 1., 2.,
5., 10., 20., 50., 100.]

[timeSeriesAntarcticMelt]
## options related to plotting time series of melt below Antarctic ice shelves

# list of ice shelves to plot or ['all'] for all 106 ice shelves and regions.
# See "regionNames" in the ice shelf masks file in regionMaskDirectory for
# details.
iceShelvesToPlot = ['Antarctica']

# Number of months over which to compute moving average
movingAverageMonths = 1

[climatologyMapSoseTemperature]
## options related to plotting climatology maps of Antarctic
## potential temperature at various levels, including the sea floor against
Expand Down
1 change: 1 addition & 0 deletions mpas_analysis/ocean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
from .index_nino34 import IndexNino34
from .streamfunction_moc import StreamfunctionMOC
from .meridional_heat_transport import MeridionalHeatTransport
from .time_series_antarctic_melt import TimeSeriesAntarcticMelt
Loading