Skip to content

Commit

Permalink
Set nVertLevels during paraview extraction of lts mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-lilly committed Feb 6, 2024
1 parent f999cb2 commit 03c72f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions polaris/ocean/tasks/external_gravity_wave/lts_regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,11 @@ def label_mesh(mesh, graph_info, num_interface, # noqa: C901
mshnc.close()

extract_vtk(ignore_time=True, lonlat=0,
dimension_list=['maxEdges='],
dimension_list=['maxEdges=', 'nVertLevels='],
variable_list=['allOnCells'],
filename_pattern=ltsmsh_name,
out_dir='lts_mesh_vtk', use_progress_bar=use_progress_bar)
out_dir='lts_mesh_vtk',
use_progress_bar=use_progress_bar)

# label cells in graph.info

Expand Down

0 comments on commit 03c72f0

Please sign in to comment.