E3SM-Project / polaris

Testing and analysis for OMEGA, MPAS-Ocean, MALI and MPAS-Seaice
BSD 3-Clause "New" or "Revised" License
6 stars 13 forks source link

Fix cosine bell viz step #100

Closed xylar closed 1 year ago

xylar commented 1 year ago

The lon and lat fields are not available in the MPAS mesh file, but rather come from remapping to a regular lat-lon grid.

We also need to skip matplotlib version 3.7.2 because of a known bug: https://github.com/matplotlib/matplotlib/pull/26291

Checklist

xylar commented 1 year ago

Testing

The ocean/global_convergence/qu/cosine_bell_with_viz and ocean/global_convergence/icos/cosine_bell_with_viz tests pass with this branch (and fresh call to ./configure_polaris_envs.py to update the conda environment) on Chrysalis, whereas they were failing with main.