Skip to content

Commit

Permalink
Remove MPAS-Analysis ocean conservation from default config (#678)
Browse files Browse the repository at this point in the history
We do not plan to run with the conservation check on by default,
so it doesn't make sense to have the analysis plots on by default.

Additionally, the v3 reference simulation is outputting conservation
at a monthly interval, but MPAS-Analysis assumes it is being
output at a daily interval, the new default.  Incorrect rolling
averages were leading to no data being plotted.
  • Loading branch information
xylar authored Feb 7, 2025
1 parent ee50ba5 commit 046c618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zppy/defaults/default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ anomalyRefYear = integer(default=1)
cache = boolean(default=True)
# Note that environment_commands needs to be the same for all related runs of [mpas_analysis].
# For example, if years 1-50 are run using one environment and years 51-100 are run using another, MPAS-Analysis may fail.
generate = string_list(default=list('all', 'no_landIceCavities', 'no_BGC', 'no_icebergs', 'no_min', 'no_max', 'no_sose', 'no_waves', 'no_eke', 'no_climatologyMapAntarcticMelt', 'no_regionalTSDiagrams', 'no_timeSeriesAntarcticMelt', 'no_timeSeriesOceanRegions', 'no_climatologyMapSose', 'no_woceTransects', 'no_soseTransects', 'no_geojsonTransects', 'no_oceanRegionalProfiles', 'no_hovmollerOceanRegions'))
generate = string_list(default=list('all', 'no_landIceCavities', 'no_BGC', 'no_icebergs', 'no_min', 'no_max', 'no_sose', 'no_waves', 'no_eke', 'no_climatologyMapAntarcticMelt', 'no_regionalTSDiagrams', 'no_timeSeriesAntarcticMelt', 'no_timeSeriesOceanRegions', 'no_climatologyMapSose', 'no_woceTransects', 'no_soseTransects', 'no_geojsonTransects', 'no_oceanRegionalProfiles', 'no_hovmollerOceanRegions', 'no_oceanConservation'))
mapMpiTasks = integer(default=6)
mpaso_nml = string(default="mpaso_in")
mpassi_nml = string(default="mpassi_in")
Expand Down

0 comments on commit 046c618

Please sign in to comment.