Log of /MITgcm_contrib/gael/matlab_class/gcmfaces_IO/convert2gcmfaces.m
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 17 17:41:56 2017 UTC
(8 years, 3 months ago)
by
gforget
Branch:
MAIN
CVS Tags:
HEAD,
checkpoint66e,
checkpoint66f,
checkpoint66o
Changes since
1.12: +6 -2 lines
Diff to
previous 1.12
o grid_load_native.m
- revise help section
- add option to initialize hFacC etc. to 1 when called in stand-alone mode (i.e., with 3 arguments)
- set gcm2facesFast,memoryLimit,facesExpand to false,0,[].
- assign ioSize based on convert2gcmfaces(mygrid.XC) size (convert2gcmfaces now calls
convert2array when fileFormat is 'native ') and facesSize based on mygrid.XC face sizes.
o rdmds2gcmfaces.m
- allow for secondary output from rdmds.m
o write2nctiles.m
- comment out definition of never-used itxt dimension (was copied from MITprof?)
o convert2gcmfaces.m
- use convert2array convert2gcmfaces when mygrid.fileFormat is 'native'
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.