/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_calc/calc_overturn.m
ViewVC logotype

Log of /MITgcm_contrib/gael/matlab_class/gcmfaces_calc/calc_overturn.m

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


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

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Nov 19 15:22:40 2016 UTC (8 years, 8 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66o
Changes since 1.9: +8 -1 lines
Diff to previous 1.9
- grid_load.m: remove call to gcmfaces_lines_zonal and gcmfaces_lines_transp
- calc_MeridionalTransport.m, calc_mermean_T.m, calc_overturn.m, calc_zonmean_T.m,
  calc_zonmedian_T.m, gcmfaces_section.m, diags_display.m, diags_grid_parms.m, figureL.m,
  example_transports_disp.m: call gcmfaces_lines_zonal and / or gcmfaces_lines_transp to
  initialize LATS_MASKS, LONS_MASKS, or LINES_MASKS if needed.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Feb 5 03:42:14 2014 UTC (11 years, 5 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65p, checkpoint65q, checkpoint65r, checkpoint65t, checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
- fix typos.
- rename calc_UV_div as calc_UV_conv.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 17:05:11 2013 UTC (12 years, 1 month ago) by gforget
Branch: MAIN
Changes since 1.7: +11 -4 lines
Diff to previous 1.7
- finish implementation of doFlip (default remains 1).


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 16:36:47 2013 UTC (12 years, 1 month ago) by gforget
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
- replace sum with nansum to accomodate cropped grids.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Sep 24 23:05:20 2012 UTC (12 years, 10 months ago) by gforget
Branch: MAIN
Changes since 1.5: +28 -5 lines
Diff to previous 1.5
- calc_barostream.m : add list_factors argument to accomodate e.g. tracer class transports.
- calc_overturn.m : add doFlip,list_factors args to accomodate e.g. tracer class transports.
- calc_barostream.m : introduce list_factors to allow use for e.g. tracer class transports.
- layers_remap.m (new) : remap variables (e.g. transports) from depth to tracer classes.
                       Uses regrid_dblres.m and regrid_sum.m and mimics pkg/layers.
- regrid_dblres.m (new) : double the resolution (only along 3rd dimension for now)
                       for a variable P (extensive or intensive) a number of times.
- regrid_sum.m (new) : add 3rd dimension elements of extensive variable P,
                       according to values of a tracer field collocated with P,
                       to the tracer grid defined by trGrid (1D vector)


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 29 16:49:04 2011 UTC (13 years, 11 months ago) by gforget
Branch: MAIN
Changes since 1.4: +6 -11 lines
Diff to previous 1.4
>> clean up and speed up transport computations.

- added routines
gcmfaces_edge_mask		infer edge masks associated with an interior subdomain mask
gcmfaces_subset			extract subset of unmasked points from field (e.g. for transports)

- modified routines
gcmfaces_lines_zonal	use gcmfaces_edge_mask and make field names in
						LATS_MASKS more explicit (mskCint, mskCedge, etc.)
gcmfaces_lines_transp	same thing for section masks; also remove the
						longer arc masks (we only use the shorter arcs)
calc_zonmean_T			use new names (see gcmfaces_lines_zonal)
calc_zonmedian_T		use new names (see gcmfaces_lines_zonal)
calc_overturn			use new names (see gcmfaces_lines_zonal) and gcmfaces_subset
calc_MeridionalTransport use new names (see gcmfaces_lines_zonal) and gcmfaces_subset
calc_transports			use new names (see gcmfaces_lines_transp) and gcmfaces_subset
disp_transport			fix case of a single record


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Aug 27 20:44:47 2011 UTC (13 years, 11 months ago) by gforget
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
- remove hfac factor in scaling vector field to transports.
  (to be done outside of the transport routine)


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 17:02:05 2011 UTC (14 years, 1 month ago) by gforget
Branch: MAIN
Changes since 1.2: +8 -8 lines
Diff to previous 1.2
- add headers to gecmfaces_calc routines
- move line_greatC_TUV_mask.m, line_zonal_TUV_MASKS.m, line_zonal_TUV_mask.m to gcmfaces_legacy
- add replacements gcmfaces_calc/gcmfaces_lines_transp.m and gcmfaces_calc/gcmfaces_lines_zonal.m
- now the zonal and transport 'lines' masks are added to mygrid as LATS_MASKS and LINES_MASKS
- accordingly, the old LATS_MASKS is removed from arguments list in calc_overturn.m etc.
  (calc_transports and basic_diags_display_transport still have LINES_MASKS args. for now)
  and basic_diags_compute_v3_or_v4.m etc. now call gcmfaces_lines_zonal and gcmfaces_lines_transp.
- line_greatC_TUV_MASKS_v3.m and line_greatC_TUV_MASKS_v4.m now are in sample_analysis
  and they simply output the 'lines' definitions (rather than the masks off gcmfaces_lines_transp)


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 01:55:42 2011 UTC (14 years, 1 month ago) by gforget
Branch: MAIN
Changes since 1.1: +6 -0 lines
Diff to previous 1.1
- added headers


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Feb 10 14:45:59 2010 UTC (15 years, 5 months ago) by gforget
Branch: MAIN
matlad_class: some basic computations


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