/[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)
Links to checkpoint58m_post: (view) (download) (annotate)
Sticky Tag:

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, 10 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, 3 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, 10 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, 10 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, 10 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, 10 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, 10 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 (20 years 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, 3 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