/[MITgcm]/MITgcm/pkg/layers/layers_calc.F
ViewVC logotype

Log of /MITgcm/pkg/layers/layers_calc.F

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


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

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Oct 19 18:01:45 2012 UTC (11 years, 7 months ago) by rpa
Branch: MAIN
CVS Tags: checkpoint64a, checkpoint64b, checkpoint64c, checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o, checkpoint64p, checkpoint64q, checkpoint64r, checkpoint64s, checkpoint64t, checkpoint64u, checkpoint64v, checkpoint64w, checkpoint64x
Changes since 1.18: +1 -9 lines
Diff to previous 1.18
removed unnecessary tave variables


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Oct 18 19:51:14 2012 UTC (11 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.17: +121 -38 lines
Diff to previous 1.17
do snap-shot output and fill diagnostics from inside iLa loop (layers_calc.F);
this allows to remove "layers_maxNum" dimension from all layers arrays


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Oct 18 13:55:30 2012 UTC (11 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.16: +18 -1 lines
Diff to previous 1.16
fix the case where at least 1 of the 3 LAYERS options
 (_UFLUX, _VFLUX, _THICKNESS) is undef


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Oct 18 12:59:17 2012 UTC (11 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.15: +79 -86 lines
Diff to previous 1.15
- remove ALLOW_LAYERS_OUTPUT
- finish to rename variables


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Oct 17 18:49:15 2012 UTC (11 years, 7 months ago) by rpa
Branch: MAIN
Changes since 1.14: +37 -17 lines
Diff to previous 1.14
Layers variable names updated and new diagnostics added


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 18:48:18 2012 UTC (11 years, 8 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint64
Changes since 1.13: +48 -21 lines
Diff to previous 1.13
- added layers_maxNum dimension, to allow for multiple layers
  computations at once (if layers_maxNum >1 in LAYERS_SIZE.h).
- added/replaced new run time parameters :
  layers_bounds (repl. layers_G), layers_bolus (repl. useBOLUS),
  layers_num (repl. LAYER_nb; set by run time layers_name),
  layers_name ('TH', 'SLT' or 'RHO'), layers_krho (repl. layers_kref)
- The old way of specifying LAYER_nb, layers_G, etc. is kept
  for backward compatibility, and superseeds the new way. For now.
- layers_G.data output is replaced with layers1SLT.data
  where '1' is the layers set index (.LE.layers_maxNum)
  and 'SLT' is layers_name (i.e. the type of layers).
- Typical diagnostics names : 'LaUH1SLT','LaHw1SLT'.
- bug fix : previous commit was missing a pair of bi,bj loops.
- added ALLOW_LAYERS_OUTPUT cpp option : if undef then comment
  out the old fashion way of output (that still works for the
  first set of layers). Prefered way now is via pkg/diagnostics.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 23:02:10 2012 UTC (11 years, 8 months ago) by gforget
Branch: MAIN
Changes since 1.12: +19 -253 lines
Diff to previous 1.12
- move the meat of pkg/layers from layers_calc.F to
  layers_fluxcalc.F (contribution from R.Tulloch).
  Layers_calc.F now calls layers_fluxcalc.F accordingly.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Sep 13 17:57:36 2012 UTC (11 years, 8 months ago) by dfer
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11
Avoid averaging/outputing density when it's not used.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Oct 19 15:00:15 2011 UTC (12 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s
Changes since 1.10: +13 -13 lines
Diff to previous 1.10
fix to work with old F77 compilers (g77, pgf77)


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Oct 19 01:28:45 2011 UTC (12 years, 7 months ago) by dfer
Branch: MAIN
Changes since 1.9: +69 -3 lines
Diff to previous 1.9
Include potential density as new coordinate (Thanks to David Munday)


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Aug 1 21:55:05 2011 UTC (12 years, 9 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint63a, checkpoint63b, checkpoint63c
Changes since 1.8: +10 -6 lines
Diff to previous 1.8
Fix layer computation for cases with bottom topography (thanks to Christopher Wolfe and Gael Forget).


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu May 12 15:09:54 2011 UTC (13 years ago) by dfer
Branch: MAIN
CVS Tags: checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63
Changes since 1.7: +7 -7 lines
Diff to previous 1.7
Fix bug in GM contribution


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Dec 16 00:56:48 2010 UTC (13 years, 5 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Add run-time flag to use bolus transport or not when available


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Dec 5 14:17:39 2010 UTC (13 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.5: +12 -6 lines
Diff to previous 1.5
fix previous modif (+ avoid new unused variables)


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Dec 4 23:50:32 2010 UTC (13 years, 5 months ago) by dfer
Branch: MAIN
Changes since 1.4: +50 -4 lines
Diff to previous 1.4
Some extensions:
- if GM with advective form is on, its transport is included,
- a flag to choose between temperature and salt as possible binning tracers


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Dec 28 02:39:11 2009 UTC (14 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62a, checkpoint62b, checkpoint62c, checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o
Changes since 1.3: +26 -17 lines
Diff to previous 1.3
- fix Pb in LAYERS_CALC arg. list
- use simple cumulative-time array (no level index) to fix time-ave S/R calls


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Sep 30 15:58:29 2009 UTC (14 years, 7 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
- introduce tave and dump frequencies specific to the package
- fix timeave outputs


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 20:54:47 2009 UTC (14 years, 8 months ago) by rpa
Branch: MAIN
CVS Tags: checkpoint61v
Changes since 1.1: +6 -8 lines
Diff to previous 1.1
Fixed bugs, volume is now conserved


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Sep 16 21:25:47 2009 UTC (14 years, 8 months ago) by rpa
Branch: MAIN
Merge layers package into the main source


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