From 8660296eb0b5947b6d6f3b9336f08e6fd2db48bf Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 12 Feb 2025 06:06:18 -0600 Subject: [PATCH] Update water cycle defaults in test suite These now match the main branch on zppy (what we expect to see in zppy 3.0.0). --- suite/wc_defaults.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/suite/wc_defaults.cfg b/suite/wc_defaults.cfg index a0696d6eb..d8d0e565d 100644 --- a/suite/wc_defaults.cfg +++ b/suite/wc_defaults.cfg @@ -4,8 +4,9 @@ # a list of analyses to generate. generate = ['all', 'no_landIceCavities', 'no_BGC', 'no_icebergs', 'no_min', - 'no_max', 'no_sose', 'no_climatologyMapSchmidtko', + '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_waves'] + 'no_geojsonTransects', 'no_oceanRegionalProfiles', + 'no_hovmollerOceanRegions', 'no_oceanConservation']