/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_diags/diags_grid_parms.m
ViewVC logotype

Log of /MITgcm_contrib/gael/matlab_class/gcmfaces_diags/diags_grid_parms.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]
Fri Dec 30 19:34:32 2016 UTC (8 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD, checkpoint66b, checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66o
Changes since 1.17: +10 -2 lines
Diff to previous 1.17
- gcmfaces_diags/diags_select.m: set missing variables to 0 (e.g., for seaice fields in ocean only run)
- gcmfaces_diags/diags_grid_parms.m: allow parms.iceModel==0 case for ocean only run


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Dec 14 21:58:31 2016 UTC (8 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
- diags_grid_parms.m, diags_grid.m: update help section
- diags_display.m, diags_driver_tex.m: update grid load section


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Dec 11 00:34:18 2016 UTC (8 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
- avoid redundant grid reloads


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Dec 10 20:14:01 2016 UTC (8 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.14: +4 -46 lines
Diff to previous 1.14
- gcmfaces_diags/diags_grid.m (new): grid loading as done earlier in diags_grid_parms.m now done
  only if needed; grid parameters are now stored in myparms and the call to grid_load becomes
  grid_load(myparms.dirGrid,myparms.nF,myparms.frmt,myparms.memoryLimit);
- diags_grid_parms.m : move grid loading to  subroutine that can be called from diags_driver.m directly
- diags_driver.m : reload mygrid if needed via diags_grid.m
- diags_pre_process.m : omit linking of files to mat/profiles which was causing problems with recent
  matlab versions; instead call MITprof_gcm2nc with {dir_model,dir_out} as first input parameter.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Nov 19 15:22:42 2016 UTC (8 years, 8 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint66a
Changes since 1.13: +5 -0 lines
Diff to previous 1.13
- 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.13 - (view) (download) (annotate) - [select for diffs]
Wed May 11 00:55:49 2016 UTC (9 years, 2 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65w, checkpoint65x
Changes since 1.12: +5 -0 lines
Diff to previous 1.12
- interactive specification of nF,frmt, and memoryLimit


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue May 10 21:55:43 2016 UTC (9 years, 2 months ago) by gforget
Branch: MAIN
Changes since 1.11: +14 -2 lines
Diff to previous 1.11
- diags_driver.m: comment out cost_altimeter and issue print statement (to avoid
  overloading user's memory).
- diags_driver_tex.m: test whether cost_altimeter has generated output; remove
  call to cost_bp that remains a work in progress.
- diags_grid_parms.m: add dirModel to input argument list; search also for
  files in e.g. release2/nctiles_grid.
- diags_pre_process.m: pass dirModel as input to diags_grid_parms; also
  look for intput files in nctiles_remotesensing etc.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jan 12 19:33:06 2016 UTC (9 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65t, checkpoint65u, checkpoint65v
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
-  avoid pb with ncload when directory name contains blanks


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jan 11 21:28:30 2016 UTC (9 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.9: +11 -7 lines
Diff to previous 1.9
- diags_driver.m: add MLD in default list.
- diags_driver_tex.m: issue message about compiling tex.
- diags_grid_parms.m: treat case when nctiles_grid is used.
- diags_set_A.m: skip Atl., Pac., Ind. computation if
  basin_masks_eccollc_90x50.bin is not found by v4_basin.
- diags_set_C.m: fix nctiles, climatology case.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Jul 30 16:37:47 2014 UTC (10 years, 11 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65p, checkpoint65q, checkpoint65r
Changes since 1.8: +6 -4 lines
Diff to previous 1.8
diags_driver.m :
  - if ~doInteractive then
     reset recInAve, and save myparms but not mygrid in diags_grid_parms.mat
  - for individual diags set :
     lChunk always 12, even for diags_set_B
  - for multiple diags set, including diags_set_B, and ~doInteractive :
     - diags_set_B uses lChunk is 12 and comp. by year (like for other diags sets)
     - diags_set_B is done all when myYear==years(1) (as I did before)
diags_grid_parms.m : if ~doInteractive then comment out more print statements
diags_pre_process.m : if ~doInteractive then dont save/load diags_grid_parms.mat
                      that will be saved in diags_driver.m instead
diags_set_B.m : allow for e.g. [1993 1994] averages without computing 1992 at all.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jul 29 16:45:23 2014 UTC (11 years ago) by gforget
Branch: MAIN
Changes since 1.7: +35 -18 lines
Diff to previous 1.7
- diags_driver.m :
  - make the setting of parameters optional (if doInteractive is specified)
    and otherwise assume ECCO v4 params by default.
  - move cost computations to first year, rather than empty year.
- diags_grid_parms.m : use doInteractive, passed as parameter.
- diags_pre_process.m :
  - use doInteractive, passed as parameter.
  - use nctiles by default (rather than binaries)
  - use MITprof/ files by default (rather than binaries)
    and add directory name to myenv.profiles


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jan 17 20:22:38 2013 UTC (12 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
- bug fix.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Dec 21 19:59:08 2012 UTC (12 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.5: +13 -3 lines
Diff to previous 1.5
- add Jeff paprameters.
- fix case when less than 12 months output.
- improved print of directions for lock files.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Dec 17 19:51:38 2012 UTC (12 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
- revise 'B' diags set. Now compute running sum(X) and sum(X^2)
  Save to file. Using lChunk=1 iChunk=[1:myparms.recInAve(2)].
- diags_grid_parms.m : parms.yearLast = 2011 in ecco v4
- diags_select.m : allow for lChunk = 0 and listChunk params.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Dec 12 00:48:00 2012 UTC (12 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.3: +6 -2 lines
Diff to previous 1.3
- add ecco v3 params.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 04:59:42 2012 UTC (12 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.2: +7 -7 lines
Diff to previous 1.2
- fix previous checkin.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 02:35:07 2012 UTC (12 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.1: +41 -14 lines
Diff to previous 1.1
diags_grid_parms.m      add cs510 params and params switch
diags_select.m          in case mygrid.memoryLimit=1, load the
                        stuff that was not saved to diags_grid_parms.mat
diags_set_A.m           restrict list of basins to global ocean when not llc90


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 19:07:16 2012 UTC (12 years, 8 months ago) by gforget
Branch: MAIN
- more modular, and suposedly more user-friendly, version
  of ecco_v4/comp_driver.m and basic_diags_ecco.m


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