/[MITgcm]/MITgcm/pkg/diagnostics/diagnostics_utils.F
ViewVC logotype

Log of /MITgcm/pkg/diagnostics/diagnostics_utils.F

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


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

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Jul 23 00:24:18 2017 UTC (6 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD, checkpoint66j, checkpoint66k, checkpoint66l, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.35: +5 -5 lines
Diff to previous 1.35
allows for negative "jdiag" (interpret |jdiag| instead)


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri May 26 08:33:03 2017 UTC (6 years, 11 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint66h, checkpoint66i
Changes since 1.34: +3 -1 lines
Diff to previous 1.34
add two lines to account for the changed names SIsigI/II -> SIsig1/2


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Tue May 9 02:49:34 2017 UTC (6 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.33: +63 -1 lines
Diff to previous 1.33
- small piece of code to rename (old) diagnostics, when namelist is processed.
- connect diags SIuwind,SIvwind,SIfu,SIfv to EXFuwind,EXFvwind,oceTAUX,oceTAUY


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Jul 18 22:04:10 2014 UTC (9 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: 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, checkpoint66f, checkpoint66g
Changes since 1.32: +25 -2 lines
Diff to previous 1.32
modify DIAGS_MK_UNITS: try to make diag-units shorter if it exceeds
 the 16.c length of diagUnits.


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 00:54:06 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
Changes since 1.31: +4 -16 lines
Diff to previous 1.31
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.31 - (view) (download) (annotate) - [select for diffs]
Sun Jun 12 19:08:21 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint64, checkpoint64a, checkpoint64b, checkpoint64c, checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m
Changes since 1.30: +118 -110 lines
Diff to previous 1.30
rename S/R GETDIAG to DIAGNOSTICS_GET_DIAG and change type of 1rst argument
 (was _RL, now integer) with option = 0 to retrieve all levels


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Jan 15 18:57:07 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
Changes since 1.29: +5 -1 lines
Diff to previous 1.29
fix S/R DIAGNOSTICS_SETKLEV for multi-threaded


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Jan 15 00:25:58 2010 UTC (14 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.28: +121 -6 lines
Diff to previous 1.28
- add optional level number diagnostics (i.e., level number to be define
  explictly with S/R DIAGNOSTICS_SETKLEV) with parser-code(10)="X".
- strictly check for valid parser-code(10) ;
- check if adding diag to the list from the right place.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jan 25 17:00:20 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61h, checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62
Changes since 1.27: +13 -5 lines
Diff to previous 1.27
fix S/R DIAGNOSTICS_COUNT for "periodic averaging diagnostics".


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Nov 18 21:41:06 2008 UTC (15 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61f, checkpoint61g
Changes since 1.26: +9 -1 lines
Diff to previous 1.26
move getcon.F from model/src to pkg/fizhi


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Aug 16 17:28:29 2008 UTC (15 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61c, checkpoint61d, checkpoint61e
Changes since 1.25: +158 -105 lines
Diff to previous 1.25
add short function to hide big common blocs "DIAGNOSTICS.h"


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 15:31:19 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b
Changes since 1.24: +9 -1 lines
Diff to previous 1.24
minor modifications for many diagnostics:
- modify "available_diagnostics.log" and diagnostics summary (write mate number)
- use wider (integer) format (generally, use I6) to write diagnostics number
- rename numdiags --> numDiags (to differentiate from mdiag)


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Dec 24 20:18:05 2006 UTC (17 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: 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
Changes since 1.23: +75 -23 lines
Diff to previous 1.23
change S/R DIAGNOSTICS_GET_POINTERS: add 1 argument that allow to catch
 the "right" diagnostic (since 1 diagnostic can be stored multiple times,
 for different output frequency,phase, ...)


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Jun 25 23:03:55 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58k_post, checkpoint58l_post, checkpoint58m_post, checkpoint58n_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post, checkpoint58s_post, mitgcm_mapl_00
Changes since 1.22: +72 -1 lines
Diff to previous 1.22
add a small function to make a diagnostics title from several pieces


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Jul 11 16:20:10 2005 UTC (18 years, 9 months ago) by molod
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, checkpoint58a_post, checkpoint58b_post, checkpoint58c_post, checkpoint58d_post, checkpoint58e_post, checkpoint58f_post, checkpoint58g_post, checkpoint58h_post, checkpoint58i_post, checkpoint58j_post
Changes since 1.21: +50 -1 lines
Diff to previous 1.21
Add new pointer inquire routine to utils, initial check in for vertical interp routine


Revision 1.21 - (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.20: +49 -151 lines
Diff to previous 1.20
change pointers so that 1 diag. can be used several times (with # freq.)


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu May 19 01:18:31 2005 UTC (18 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57h_done, checkpoint57i_post
Changes since 1.19: +1 -46 lines
Diff to previous 1.19
put function "diagnostics_is_on" out of diagnostics_utils.F
 (for future modifications not to affect the other file)


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Feb 17 00:00:47 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57e_post, checkpoint57f_post, checkpoint57f_pre, checkpoint57g_post, checkpoint57g_pre, checkpoint57h_post, checkpoint57h_pre, eckpoint57e_pre
Changes since 1.18: +88 -1 lines
Diff to previous 1.18
add small S/R: DIAGNOSTICS_COUNT to increment the diagnostics counter only


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Feb 7 03:07:49 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57d_post
Changes since 1.17: +59 -117 lines
Diff to previous 1.17
fix a bug (writing sub-set of levels); keep double precision when
 divide by counter; use only one S/R GETDIAG for both cases (with
 and without counter diagnostics)


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Jan 28 01:06:12 2005 UTC (19 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.16: +58 -1 lines
Diff to previous 1.16
set the correct units (atmos or ocean, z or p coordinate).


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Dec 20 01:53:54 2004 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57b_post, checkpoint57c_post, checkpoint57c_pre
Changes since 1.15: +3 -2 lines
Diff to previous 1.15
Implement instantaneous output in diagnostics:
 setting a negative frequency in data.diagnostics produces
 "snap-shot" output (as opposed to time-average if freq > 0)


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 21:55:48 2004 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.14: +116 -154 lines
Diff to previous 1.14
new S/R diagnostics_fill (replace fill_diagnostics):
 * look through the short list of active diag. (instead of through the long
   list of all available diagnostics) ;
 * create function DIAGNOSTICS_IS_ON to tell if a diagnostics is active


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jul 26 21:16:18 2004 UTC (19 years, 9 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint54d_post, checkpoint54e_post, checkpoint54f_post, checkpoint55, checkpoint55a_post, checkpoint55b_post, checkpoint55c_post, checkpoint55d_post, checkpoint55d_pre, checkpoint55e_post, checkpoint55f_post, checkpoint55g_post, checkpoint55h_post, checkpoint55i_post, checkpoint55j_post, checkpoint56, checkpoint56a_post, checkpoint56b_post, checkpoint56c_post, checkpoint57, checkpoint57a_post, checkpoint57a_pre
Changes since 1.13: +6 -3 lines
Diff to previous 1.13
Code to write fewer than total number of levels to output file


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 16:16:09 2004 UTC (19 years, 9 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint54b_post, checkpoint54c_post
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
 o fix missing comment character


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 00:30:45 2004 UTC (19 years, 9 months ago) by edhill
Branch: MAIN
Changes since 1.11: +78 -60 lines
Diff to previous 1.11
 o fix the logic: ".ge." should be ".le."
 o indent the fixed areas
 o protex-ify the two altered subroutines


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 15:58:17 2004 UTC (19 years, 9 months ago) by molod
Branch: MAIN
Changes since 1.10: +87 -86 lines
Diff to previous 1.10
Replace old version of the routine - replace code that was removed - fix bug


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 03:47:05 2004 UTC (19 years, 9 months ago) by edhill
Branch: MAIN
Changes since 1.9: +86 -87 lines
Diff to previous 1.9
 o remove pointless code
 o more formatting


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 03:55:53 2004 UTC (19 years, 9 months ago) by edhill
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
 o prepare diagnostics for MNC/NetCDF output
   - add Nrphys to MNC
   - encode KDIAG within GDIAG
   - add use_mdsio and use_mnc flags to data.diagnostics
   - start converting diagnostics to Protex format
   - mdsio-based output for hs94.cs-32x32x5 is *identical*


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed May 5 00:39:21 2004 UTC (19 years, 11 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52n_post, checkpoint53, checkpoint53a_post, checkpoint53b_post, checkpoint53b_pre, checkpoint53c_post, checkpoint53d_post, checkpoint53d_pre, checkpoint53f_post, checkpoint53g_post, checkpoint54, checkpoint54a_post, checkpoint54a_pre
Changes since 1.7: +3 -0 lines
Diff to previous 1.7
 o adding cvs 'Header:' and 'Name:' strings


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 17:50:43 2004 UTC (20 years ago) by molod
Branch: MAIN
CVS Tags: checkpoint52m_post
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
Add packages_config.h to list of includes (code uses ALLOW_....!)


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Mar 1 20:31:58 2004 UTC (20 years, 2 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint52l_post, checkpoint52l_pre, hrcube5
Changes since 1.5: +2 -26 lines
Diff to previous 1.5
Diagnostics utility errors fixed


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 22:20:36 2004 UTC (20 years, 2 months ago) by molod
Branch: MAIN
Changes since 1.4: +21 -0 lines
Diff to previous 1.4
Fix implementation


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 19:52:05 2004 UTC (20 years, 2 months ago) by molod
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
Still fixing bugs


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 18:33:46 2004 UTC (20 years, 2 months ago) by molod
Branch: MAIN
Changes since 1.2: +69 -45 lines
Diff to previous 1.2
Modification to fix bugs


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 02:21:18 2004 UTC (20 years, 2 months ago) by molod
Branch: MAIN
Changes since 1.1: +146 -67 lines
Diff to previous 1.1
Implementing diagnostics package


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 15:56:38 2004 UTC (20 years, 2 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint52j_post, checkpoint52j_pre, checkpoint52k_post, hrcube4
New diagnostics routines - initialise, read namelist, utilities


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