Log of /MITgcm_contrib/gael/matlab_class/gcmfaces_calc/calc_zonmean_T.m
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.12 -
(
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.11: +8 -5 lines
Diff to
previous 1.11
- 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.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 18 15:45:25 2016 UTC
(8 years, 8 months ago)
by
gforget
Branch:
MAIN
Changes since
1.10: +5 -3 lines
Diff to
previous 1.10
- calc_zonmean_T.m, calc_zonmedian_T.m, calc_mermean_T.m: fix case when mm can be empty
(issue reported by A. Nguyen).
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 14 03:39:46 2016 UTC
(9 years, 1 month ago)
by
gforget
Branch:
MAIN
CVS Tags:
checkpoint65x
Changes since
1.9: +4 -0 lines
Diff to
previous 1.9
- calc_zonmean_T.m : test for mygrid.LATS_MASKS
- calc_mermean_T.m : compute averages along meridians
- gcmfaces_lines_zonal.m : define also LATS, LONS, and LONS_MASKS
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 3 20:29:49 2014 UTC
(10 years, 11 months ago)
by
gforget
Branch:
MAIN
Changes since
1.6: +33 -25 lines
Diff to
previous 1.6
- calc_zonmean_T : allow for position arrays X,Y as 2nd,3rd output argument
- gcmfaces_section : allow for position arrays X,Y as 4th,5th output argument
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 11 22:41:07 2012 UTC
(13 years, 3 months ago)
by
gforget
Branch:
MAIN
Changes since
1.5: +5 -4 lines
Diff to
previous 1.5
- revise treatment of mask to be able to compute zonal means over selected basins.
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: +2 -2 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]
Fri Jun 24 17:02:05 2011 UTC
(14 years, 1 month ago)
by
gforget
Branch:
MAIN
Changes since
1.3: +7 -7 lines
Diff to
previous 1.3
- 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)
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.