/[MITgcm]/MITgcm/pkg/diagnostics/DIAGNOSTICS.h
ViewVC logotype

Log of /MITgcm/pkg/diagnostics/DIAGNOSTICS.h

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


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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Jan 15 00:24:37 2010 UTC (14 years, 3 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
Changes since 1.15: +55 -42 lines
Diff to previous 1.15
add internal flag to check if adding diag to the list from the right place.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu May 22 08:36:05 2008 UTC (15 years, 11 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62
Changes since 1.14: +6 -1 lines
Diff to previous 1.14
add runtime parameter (missing_value, missing_value_int) to override
default (which is the value of getcon('UNDEF'))


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 15:13:01 2008 UTC (16 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q
Changes since 1.13: +19 -16 lines
Diff to previous 1.13
In order to deal with large number of diagnostics (happens with large number
of tracers), store diagnostic mate number in dedicate array "hdiag":
- new version of S/R DIAGNOSTICS_ADD2LIST : DIAGNOSTICS_ADDTOLIST
  with 1 more argument (mate number).
- change old version of DIAGNOSTICS_ADD2LIST to extract mate number
  from parsing code and then call DIAGNOSTICS_ADDTOLIST
- modify setting, filling & output to use "hdiag" instead of reading
  mate number from gdiag.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jun 5 18:15:53 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58g_post, checkpoint58h_post, checkpoint58i_post, checkpoint58j_post, checkpoint58k_post, checkpoint58l_post, checkpoint58m_post, checkpoint58n_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post, checkpoint58s_post, checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post, checkpoint58x_post, checkpoint58y_post, checkpoint59, checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f, checkpoint59g, checkpoint59h, checkpoint59i, checkpoint59j, checkpoint59k, checkpoint59l, checkpoint59m, mitgcm_mapl_00
Changes since 1.12: +83 -66 lines
Diff to previous 1.12
Implement periodic averaging diagnostics (e.g., mean seasonal cycle,
 mean diurnal cycle)


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jan 23 22:13:53 2006 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58a_post, checkpoint58b_post, checkpoint58c_post, checkpoint58d_post, checkpoint58e_post, checkpoint58f_post
Changes since 1.11: +18 -1 lines
Diff to previous 1.11
update comments


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Jul 9 17:22:58 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpint57u_post, checkpoint57l_post, checkpoint57m_post, checkpoint57n_post, checkpoint57o_post, checkpoint57p_post, checkpoint57q_post, checkpoint57r_post, checkpoint57s_post, checkpoint57t_post, checkpoint57v_post, checkpoint57w_post, checkpoint57x_post, checkpoint57y_post, checkpoint57y_pre, checkpoint57z_post, checkpoint58
Changes since 1.10: +1 -1399 lines
Diff to previous 1.10
remove option ALLOW_DIRECT_FILLING_WITH_EQUIV and all the equivalences.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 16:51:49 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57j_post, checkpoint57k_post
Changes since 1.9: +41 -33 lines
Diff to previous 1.9
change pointers so that 1 diag. can be used several times (with # freq.)


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 23:06:15 2005 UTC (18 years, 10 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint57i_post
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Add diagnostics flag for output at last time step


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri May 20 07:28:49 2005 UTC (18 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.7: +35 -9 lines
Diff to previous 1.7
Add new capability: compute & write Global/Regional & per level statistics


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat May 14 20:45:27 2005 UTC (18 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57h_done, checkpoint57h_post
Changes since 1.6: +5 -3 lines
Diff to previous 1.6
output frequency is now defined in seconds => Needs to change data.diagnostics


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri May 13 18:22:52 2005 UTC (19 years ago) by molod
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Change diagnostics output frequency selection to real always and to coded date for fizhi


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon May 2 21:24:12 2005 UTC (19 years ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57h_pre
Changes since 1.4: +4 -2 lines
Diff to previous 1.4
 o add fflags() to pkg/diagnostics which allows one to specify, on a
   per-file basis, the file precision [default behavior is unchanged]


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Mar 17 01:22:43 2005 UTC (19 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57f_post, checkpoint57f_pre, checkpoint57g_post, checkpoint57g_pre
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
extend diagnostics file-name to 80 characters (instead of 8 previously)


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Feb 20 04:31:54 2005 UTC (19 years, 2 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57e_post, eckpoint57e_pre
Changes since 1.2: +11 -5 lines
Diff to previous 1.2
 o diagnostics: add pickup functionality
   - off by default for backwards compatibility
   - current version only uses MDSIO -- MNC will be added


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Dec 18 23:53:04 2004 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57b_post, checkpoint57c_post, checkpoint57c_pre, checkpoint57d_post
Changes since 1.1: +7 -379 lines
Diff to previous 1.1
move out off EQUIVALENCE all diagnostics that fizhi does not use


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 21:43:54 2004 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
re-arrange diagnostics pkg initialization:
 allow each package to extend the available diagnostics list
 add some checking and fix small problems (multi-threaded, ...)


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