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

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

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


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

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Oct 19 18:01:45 2012 UTC (11 years, 6 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, checkpoint64y, checkpoint64z, checkpoint65, checkpoint65a, checkpoint65b, checkpoint65c, checkpoint65d, checkpoint65e, checkpoint65f, checkpoint65g, checkpoint65h, checkpoint65i, checkpoint65j, checkpoint65k, checkpoint65l, checkpoint65m, checkpoint65n, checkpoint65o, checkpoint65p, checkpoint65q, checkpoint65r, checkpoint65s, checkpoint65t, checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x, checkpoint65y, checkpoint65z, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d, checkpoint66e
Changes since 1.11: +1 -9 lines
Diff to previous 1.11
removed unnecessary tave variables


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Oct 18 19:51:14 2012 UTC (11 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.10: +31 -90 lines
Diff to previous 1.10
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.10 - (view) (download) (annotate) - [select for diffs]
Thu Oct 18 13:04:59 2012 UTC (11 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.9: +54 -55 lines
Diff to previous 1.9
- fix time-ave output (broken since layers_maxNum addition, last Sept).
- snapshot: output all type of layer (add layer type to file name)


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


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 18:48:18 2012 UTC (11 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint64
Changes since 1.7: +19 -5 lines
Diff to previous 1.7
- 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.7 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 21:30:36 2012 UTC (11 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.6: +6 -1 lines
Diff to previous 1.6
- add diagnostics to pkg/layers


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


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Oct 19 01:28:45 2011 UTC (12 years, 6 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s
Changes since 1.4: +23 -3 lines
Diff to previous 1.4
Include potential density as new coordinate (Thanks to David Munday)


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Dec 28 02:37:52 2009 UTC (14 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62a, checkpoint62b, checkpoint62c, checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c
Changes since 1.3: +56 -46 lines
Diff to previous 1.3
- use standard RW pkg S/R to write the output
  and remove local write_fld version (which had a problem).


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: +28 -4 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:48 2009 UTC (14 years, 7 months ago) by rpa
Branch: MAIN
CVS Tags: checkpoint61v
Changes since 1.1: +3 -3 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, 7 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