Skip to content

Move ocean vector reconstruction to analysis member #412

@mark-petersen

Description

@mark-petersen

Currently, mpas_reconstruct is called each timestep, for numerous variables, and always interpolates to (x,y,z) and (zonal,meridional). This is wasteful for both compute time and memory usage. We can put these in two new analysis members:

  • vector_reconstruction_lat_lon
  • vector_reconstruction_xyz

and call them every 6 hours or daily, and only use lat_lon for global cases.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions