Closed rjleveque closed 6 months ago
In plotpages.py, the original code assumed amr_levels_max was a particular line in amr.data, but then we added max1d as an earlier line, so it was making kml level files for 60 levels (or more).
plotpages.py
amr_levels_max
amr.data
max1d
In
plotpages.py
, the original code assumedamr_levels_max
was a particular line inamr.data
, but then we addedmax1d
as an earlier line, so it was making kml level files for 60 levels (or more).