Log of /MITgcm_contrib/gael/matlab_class/gcmfaces_IO/process2nctiles.m
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 16 15:02:19 2016 UTC
(9 years, 4 months ago)
by
gforget
Branch:
MAIN
CVS Tags:
HEAD,
checkpoint65u,
checkpoint65v,
checkpoint65w,
checkpoint65x,
checkpoint66a,
checkpoint66b,
checkpoint66c,
checkpoint66d,
checkpoint66e,
checkpoint66f,
checkpoint66o
Changes since
1.12: +39 -22 lines
Diff to
previous 1.12
,
to
selected 1.10
- process2nctiles.m: rename 'step' netcdf variable as 'timstep' to avoid
conflict with existing function; add hard coded 'diagsDir' param;
omit grid variables in netcdf file when RAC has not been defined;
use repmat to avoid loop over size(myDiag{1},4).
- write2file.m: add omitNaNs option (2nd optional input parameter; 1 by default)
- write2meta.m: add fldList option (2nd optional input parameter; [] by default)
- write2nctiles.m: switch to 'NETCDF4' if array size exceed 1.5G; clear
temporary variables once they are no longer needed.
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 18 14:07:15 2015 UTC
(10 years, 6 months ago)
by
gforget
Branch:
MAIN
Changes since
1.10: +1 -1 lines
Diff to
previous 1.10
- get nc_global from netcdf.getConstant('NC_GLOBAL')
- remove out of date comment
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[selected]
Sun Jan 18 14:02:22 2015 UTC
(10 years, 6 months ago)
by
gforget
Branch:
MAIN
Changes since
1.9: +3 -3 lines
Diff to
previous 1.9
- use {dirIn},{fileModel} for diags_list_times.
- fix msk dimension for case of vertically integrated diagnostic.
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Feb 3 14:28:52 2014 UTC
(11 years, 5 months ago)
by
gforget
Branch:
MAIN
Changes since
1.3: +44 -32 lines
Diff to
previous 1.3
,
to
selected 1.10
- process2nctiles.m :
allow for tileSize specification, using
gcmfaces_loc_tile.m to map of tile indices
create on subdirectory per field
revise handling of dimensions
- write2nctiles.m :
allow for tileNo (map of tile indices) specification
revise loops accordingly
fix readme treatment
switch from NETCDF4 to classic nectdf
add one digit in file names
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.