[MITgcm-support] reading llc binaries

Menemenlis, Dimitris (3248) Dimitris.Menemenlis at jpl.nasa.gov
Thu Feb 27 12:27:54 EST 2014


The quikread_llc/quikplot_llc routines are not as flexible as Gael's gcmfaces package.

If you want a quick-and-dirty plot of a full llc field, say Depth.data for llc90, you would:
fnam='Depth.data';
nx=90;
kx=1;   % vertical level or levels to read
fld=quikread_llc(fnam,nx,kx);
quikplot_llc(fld)

If you are trying to read and plot a region, rather than the full field,
I would recommend that you use: read_llc_fkij

On Feb 27, 2014, at 9:03 AM, Anthony Coletti <ajcolett at geo.umass.edu<mailto:ajcolett at geo.umass.edu>> wrote:

Can I use such files as quirkead_llc and the appropriate plotting commands to read llc grid output similar to that of the ‘readbin’ command above?  I am still used to reading CS binaries and plotting CS faces.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20140227/b9fe0da6/attachment.htm>


More information about the MITgcm-support mailing list