/[MITgcm]/MITgcm_contrib/gael/profilesMatlabProcessing/profiles_process_main_v2/profiles_prep_select.m
ViewVC logotype

Log of /MITgcm_contrib/gael/profilesMatlabProcessing/profiles_process_main_v2/profiles_prep_select.m

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


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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Feb 23 18:28:56 2017 UTC (9 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD, checkpoint66e, checkpoint66f, checkpoint66o
Changes since 1.17: +2 -1 lines
Diff to previous 1.17
- profiles_prep_load_fields.m: update treatment of dirGrid, dirClim. and global variables
- profiles_prep_tests_basic.m: fix typo
- profiles_prep_select.m: use generic local directory


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 18:33:13 2016 UTC (10 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d
Changes since 1.16: +57 -6 lines
Diff to previous 1.16
- add full Argo case; distinguish from the sample case using subset.
- set dataset.addGrid to 1 by default.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Jan 17 16:00:27 2016 UTC (10 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65t
Changes since 1.15: +8 -8 lines
Diff to previous 1.15
- revise handling of climdir and griddir (incl. new/old locations)
- update call to grid_load (no more arguments)


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Apr 13 20:55:20 2015 UTC (11 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65p, checkpoint65q, checkpoint65r
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
- add option so that profiles_prep_write_nc.m adds grid information (if dataset.addGrid).


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Apr 8 20:20:25 2015 UTC (11 years, 4 months ago) by gforget
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
- remove duplicated .nc in print statement


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Mar 30 15:30:55 2015 UTC (11 years, 5 months ago) by gforget
Branch: MAIN
Changes since 1.12: +10 -4 lines
Diff to previous 1.12
- simplify handling of variable lists and loops.
- dataset.var_out is now always set.
- add dataset.doInterp vert. interp. switch.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 21:29:43 2014 UTC (12 years, 1 month ago) by gforget
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
- remove MITprof_verbose and use gcmfaces myenv.verbose instead


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Apr 15 13:10:04 2013 UTC (13 years, 4 months ago) by gforget
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
modified :
profiles_prep_load_fields.m     uncertainty fields update
profiles_prep_main.m            fix conditions for reloading
                                add hooks for isopycnal coordinate
profiles_prep_select.m          set dataset.coord default to 'depth'

added :
profiles_isopycnal_fields.m     load isopycnal atlas, and overload depth coordinate
profiles_isopycnal_interp.m     interpolation to standard dnsity levels
profiles_isopycnal_z.m          compute isopycnal coordinate and overload profileCur.z


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 23:42:22 2011 UTC (15 years, 4 months ago) by roquet
Branch: MAIN
Changes since 1.9: +10 -0 lines
Diff to previous 1.9
add lines to add a suffix to fileOut, and to delete the final netcdf file before
the analysis in profiles_prep_select.m


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Apr 13 21:06:35 2011 UTC (15 years, 4 months ago) by roquet
Branch: MAIN
Changes since 1.8: +19 -17 lines
Diff to previous 1.8
dataset options can be provided as arguments from now on.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 22:29:58 2011 UTC (15 years, 4 months ago) by roquet
Branch: MAIN
Changes since 1.7: +0 -1 lines
Diff to previous 1.7
minor modification for odv sample dataset


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 22:04:38 2011 UTC (15 years, 4 months ago) by roquet
Branch: MAIN
Changes since 1.6: +116 -93 lines
Diff to previous 1.6
add an entry for data in odv format


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Jan 5 19:41:09 2011 UTC (15 years, 8 months ago) by gforget
Branch: MAIN
Changes since 1.5: +4 -0 lines
Diff to previous 1.5
add documentation that can be displayed by 'help'


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Nov 4 15:19:52 2010 UTC (15 years, 10 months ago) by gforget
Branch: MAIN
Changes since 1.4: +10 -4 lines
Diff to previous 1.4
- revise init routine. It now also generates a MITprof_path.m file.
- use MITprof_verbose to avoid excessive print statements.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Nov 3 20:04:15 2010 UTC (15 years, 10 months ago) by gforget
Branch: MAIN
Changes since 1.3: +5 -2 lines
Diff to previous 1.3
*** empty log message ***


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Nov 3 18:31:37 2010 UTC (15 years, 10 months ago) by gforget
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
- 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


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Nov 2 21:47:52 2010 UTC (15 years, 10 months ago) by gforget
Branch: MAIN
Changes since 1.1: +29 -8 lines
Diff to previous 1.1
profiles_prep_load_fields.m
	detect paths
	add annual atlas option to reduce memory footprint
profiles_prep_locate.m
	set imonth to 1 if atlas is annual
profiles_prep_select.m
	put result in subdirectory 'processed'
	introduce deleteOldResult, which default is true
	add seals
profiles_prep_tests.m
	introduce hook to split tests in two groups (later revision).


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Oct 21 19:40:08 2010 UTC (15 years, 10 months ago) by gforget
Branch: MAIN
up-to-date matlab codes to process in-situ
data sets to MITgcm/pkg/profiles input 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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.22