MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
231 stars 307 forks source link

Add stream_function and velocity_potential fields to the diag struct. #1166

Closed jim-p-w closed 1 month ago

jim-p-w commented 2 months ago

This PR adds two new fields to the diag struct for the atmosphere core: stream_function and velocity_potential. These fields are used by MPAS-JEDI and are associated with the "jedi_da" package, which is active only if config_jedi_da = true.

1JunGu commented 1 month ago

is there code added for calculating stream function in /dianostic ?

mgduda commented 1 month ago

is there code added for calculating stream function in /dianostic ?

I don't think so. As far as I'm aware, MPAS-JEDI just writes these two fields to some (non-default) output streams to serve as placeholders.