[MITgcm-support] Write diagnostics with different vertical levels in same file
Bertrand Louis Rene Delorme
bdelorme at stanford.edu
Sat Aug 18 01:43:12 EDT 2018
Hi everyone,
I have a very quick question : using the diagnostics package, is it possible to write a single-level variable (e.g. ETAN) in the same file as a multi-level variable (e.g. UVEL)?
So far, I tried:
&DIAGNOSTICS_LIST
dumpAtLast = .FALSE.,
diag_mnc = .TRUE.,
fields(1:2,1) = 'UVEL ', 'ETAN ',
fileName(1) = 'test',
frequency(1) = 86400.0,
timePhase(1) = 0.,
&
But this is giving UVEL at the surface only, where ETAN is defined. I would like to get UVEL in 3D and ETAN in 2D.
Thank you,
Bertrand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.mitgcm.org/pipermail/mitgcm-support/attachments/20180818/069c7ac4/attachment.html>
More information about the MITgcm-support
mailing list