Log of /MITgcm_contrib/gael/matlab_class/gcmfaces_IO/convert2gcmfaces.m
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 10 17:05:58 2016 UTC
(9 years, 6 months ago)
by
gforget
Branch:
MAIN
CVS Tags:
checkpoint65t,
checkpoint65u,
checkpoint65v
Changes since
1.10: +2 -2 lines
Diff to
previous 1.10
- convert2gcmfaces.m: treat case when mygrid.fileFormat is 'nctiles'
- grid_load.m: assume llc90 is used if no input parameters; treat case
when mygrid.fileFormat is 'nctiles' (when nctiles_grid is found).
- check_mygrid.m: compare two versions of mygrid.
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 11 15:15:19 2012 UTC
(12 years, 10 months ago)
by
gforget
Branch:
MAIN
CVS Tags:
checkpoint65p,
checkpoint65q,
checkpoint65r
Changes since
1.9: +29 -32 lines
Diff to
previous 1.9
- convert2widefaces.m (new routine)
allows for use MITgcm outputs with removed/truncated faces.
- convert2gcmfaces.m
use pre-defined mygrid.facesSize (from grid_load.m)
if mygrid.facesExpand then call convert2widefaces.m (new routine)
- grid_load.m
added optional argument memoryLimit (set to >0 to save memory/space)
added definition of mygrid.ioSize, facesSize, and facesExpand
They are used in convert2gcmfaces.m and convert2widefaces.m
They may be read from [dirGrid 'grid.specs.mat'] but in all
standard setups they will be determined automatically.
added gcmfaces_lines_zonal and gcmfaces_lines_transp calls (from basic_diags_ecco)
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jul 5 17:51:13 2011 UTC
(14 years ago)
by
gforget
Branch:
MAIN
Changes since
1.6: +27 -1 lines
Diff to
previous 1.6
- introduce mygrid.gcm2facesFast that speeds up convert2gcmfaces.
- mygrid.gcm2facesFast is originally set up to false in grid_load;
then the grid is loaded, which allows the computation of
mygrid.gcm2faces, mygrid.faces2gcmSize and mygrid.faces2gcm;
at this point mygrid.gcm2facesFast is set to true, and any
other call to convert2gcmfaces will use the faster approach.
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 21 21:18:48 2011 UTC
(14 years ago)
by
gforget
Branch:
MAIN
Changes since
1.4: +24 -32 lines
Diff to
previous 1.4
- convert2gcmfaces remove the complicated logic (incl. fileFormat part)
remove the nFaces argument
get fileFormat and nFaces from mygrid.
- grid_load remove the isempty(mygrid) test and load grid each time instead
remove the rest of the complicated logic at the beginning
set the list of arguments to dirGrid,nFaces,fileFormat
add dirGrid,nFaces,fileFormat to mygrid for later use
- rdmds2gcmfaces remove the complicated logic (incl. fileFormat part)
remove nFaces argument accordingly
now all arguments (varargin) are simply passed to rdmds
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 2 20:38:03 2010 UTC
(15 years, 2 months ago)
by
gforget
Branch:
MAIN
Changes since
1.2: +29 -8 lines
Diff to
previous 1.2
make convert2gcmfaces.m more versatile: it can now handle the
straight global file format, the cube format, and the compact format.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.