/[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)
Sticky Tag:

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Jul 23 00:42:28 2017 UTC (6 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD, checkpoint66j, checkpoint66k, checkpoint66l, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.22: +4 -1 lines
Diff to previous 1.22
update description


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 20:49:30 2017 UTC (7 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66g, checkpoint66h, checkpoint66i
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
minor edit


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 00:22:48 2017 UTC (7 years, 3 months ago) by gforget
Branch: MAIN
Changes since 1.20: +8 -3 lines
Diff to previous 1.20
- add run-time variable diagMdsDir to specify a directory where diagnostics will be written when using mds
- note: cannot be used with either pkg/mnc or mdsioLocalDir that alredy use subirectories


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 00:54:05 2013 UTC (10 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: 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
Changes since 1.19: +22 -5 lines
Diff to previous 1.19
add a parameter (diag_pkgSatus) to track the status of the pkg activation;
this replace/extend the use of logical param "settingDiags" (to check
when adding diag to the list) to also check any DIAGNOSTICS_[]FILL* call.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 21:25:49 2013 UTC (11 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m
Changes since 1.18: +9 -8 lines
Diff to previous 1.18
comment out misValInt (not used)


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Jul 1 18:28:52 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint64, checkpoint64a, checkpoint64b, checkpoint64c
Changes since 1.17: +26 -13 lines
Diff to previous 1.17
start a hack to get missing-corner values printed (for corner-cell variables
 on CS-grid)


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Jun 27 22:23:09 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.16: +32 -29 lines
Diff to previous 1.16
add run-time parameter "useMissingValue" (def=False) to fill land-point
 (i.e., where mask=0) with MissingValue ; used only in MNC output file.
this replace CPP-option DIAGNOSTICS_MISSING_VALUE.


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, 2 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, 10 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, 9 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 (18 years, 11 months 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 (18 years, 11 months 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