/[MITgcm]/MITgcm_contrib/gael/profilesMatlabProcessing/profiles_IO_v2/MITprof_create.m
ViewVC logotype

Log of /MITgcm_contrib/gael/profilesMatlabProcessing/profiles_IO_v2/MITprof_create.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Feb 23 18:27:22 2017 UTC (8 years, 5 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD, checkpoint66e, checkpoint66f, checkpoint66o
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
- replace call to nccreate with nccreateFile following gcmfaces_IO update where
  nccreate was renamed as nccreateFile to avoid overriding native nccreate matlab function


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 20:41:09 2016 UTC (9 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65v, checkpoint65w, checkpoint65x, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d
Changes since 1.14: +6 -6 lines
Diff to previous 1.14
- change units of prof_lon, prof_lat to comply with CF1.6 convention
- revise global attributes ('description' was revised and renamed as 'Format')


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Feb 15 14:15:04 2016 UTC (9 years, 5 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65u
Changes since 1.13: +8 -3 lines
Diff to previous 1.13
- add grid to nc file if prof_interp_weights is included.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Feb 1 14:35:06 2016 UTC (9 years, 5 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65t
Changes since 1.12: +12 -24 lines
Diff to previous 1.12
- MITprof_create.m: replace nProf,prof_depth inputs by MITprofCur;
  determine iINTERP based upon MITprofCur.prof_interp_weights.
- MITprof_write.m: update call to MITprof_create.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Apr 13 20:06:07 2015 UTC (10 years, 3 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65p, checkpoint65q, checkpoint65r
Changes since 1.11: +14 -1 lines
Diff to previous 1.11
- allow prof_interp_* etc through MITprof_create.m, MITprof_write.m


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Mar 30 03:42:17 2015 UTC (10 years, 3 months ago) by gforget
Branch: MAIN
Changes since 1.10: +47 -28 lines
Diff to previous 1.10
- MITprof_create.m : revise handling of list_vars (all vars) and list_vars_plus (additional vars)
- MITprof_write.m : revise handling of list_vars (now keep prof_depth)
- MITprof_struct.m, profiles_prep_interp.m, profiles_prep_main.m,
  profiles_prep_tests_basic.m, profiles_prep_write_nc.m:
  allow for additional variables


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Jun 2 17:01:02 2013 UTC (12 years, 1 month ago) by gforget
Branch: MAIN
Changes since 1.9: +4 -1 lines
Diff to previous 1.9
- add prof_D/Destim.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu May 2 20:04:18 2013 UTC (12 years, 2 months ago) by gforget
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
- add prof_flag that applies to an entire T/S profile.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 23:40:03 2011 UTC (14 years, 3 months ago) by roquet
Branch: MAIN
Changes since 1.7: +6 -4 lines
Diff to previous 1.7
- Speed optimization
- Better handling of prof_descr field
- Use of ncgetVar.m in MITprof_read.m


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 20:12:07 2011 UTC (14 years, 3 months ago) by roquet
Branch: MAIN
Changes since 1.6: +39 -28 lines
Diff to previous 1.6
- Simplification of IO interface to MITcdf netcdf format.
  MITprof_create and MITprof_read are now low-level functions that should not be used by user.
  Instead, use MITprof_write to create/update a file, and MITprof_load to load data.
- Depth levels must now be provided as an argument of MITprof_create and MITprof_struct,
  and cannot be changed once the MITprof ncfile or struct have been created.
- profiles_prep_main and profiles_prep_write_nc have been changed accordingly.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 20:56:08 2011 UTC (14 years, 3 months ago) by roquet
Branch: MAIN
Changes since 1.5: +36 -80 lines
Diff to previous 1.5
use new interface for old/new netcdf toolbox


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Nov 5 21:41:00 2010 UTC (14 years, 8 months ago) by gforget
Branch: MAIN
Changes since 1.4: +88 -36 lines
Diff to previous 1.4
- make this work both with the legacy mexnc stuff (as before)
  and with the modern matlab native netcdf implementation.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Nov 4 18:43:42 2010 UTC (14 years, 8 months ago) by gforget
Branch: MAIN
Changes since 1.3: +14 -15 lines
Diff to previous 1.3
- remove the step 2 file update from profiles_prep_write_nc.
  It is now done directly in profiles_prep_main.m e.g.
- MITprof_create, MITprof_read, MITprof_write: get
  full filename (not dir,file) as argument.
- MITprof_create: hard-code fillval and length of prof_descr.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Nov 3 19:59:56 2010 UTC (14 years, 8 months ago) by gforget
Branch: MAIN
Changes since 1.2: +7 -0 lines
Diff to previous 1.2
- take care of some print statements.
- introduce profiles_read_seals.m


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Nov 3 18:54:48 2010 UTC (14 years, 8 months ago) by gforget
Branch: MAIN
Changes since 1.1: +6 -6 lines
Diff to previous 1.1
- rename a few variables
  prof_Ttest -> prof_Tflag
  prof_Stest -> prof_Sflag
  prof_Tatlas -> prof_Testim
  prof_Satlas -> prof_Testim


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Nov 3 18:31:35 2010 UTC (14 years, 8 months ago) by gforget
Branch: MAIN
- introducing MITprof_create.m MITprof_read.m MITprof_write.m that are bound
  to become the basic matlab I/O routines associated with MITgcm/pkg/profiles
- profiles_prep_main.m : isolate parts associated with atlases as a second step, use
  MITprof_read to re-load the step1 data set from nc file in the vectorized step 2.
- profiles_prep_locate.m profiles_prep_tests.m profiles_prep_weights.m: vectorized step2


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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.22