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

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

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


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

Revision 1.25
Mon Dec 13 21:51:06 2004 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +1 -1 lines
FILE REMOVED
re-arrange diagnostics pkg initialization: remove the old version.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Oct 26 00:58:06 2004 UTC (19 years, 6 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint55i_post, checkpoint55j_post, checkpoint56, checkpoint56a_post, checkpoint56b_post, checkpoint56c_post, checkpoint57, checkpoint57a_post, checkpoint57a_pre
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
Open format statement for larger counter value


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 22:44:59 2004 UTC (19 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint55f_post, checkpoint55g_post, checkpoint55h_post
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
call MNC_CW_RL_W (and not MNC_CW_RL_W_S !) to write the full array.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Oct 10 06:08:48 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.21: +1 -4 lines
Diff to previous 1.21
 o move useMNC and related runtime switches to PARAMS.h


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Oct 7 01:48:07 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
 o fixes for passing scalars to mnc_cw_*


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Sep 23 03:28:42 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55c_post, checkpoint55d_post, checkpoint55d_pre, checkpoint55e_post
Changes since 1.19: +5 -5 lines
Diff to previous 1.19
 o finish MNC_CW_ADD_VATTR_* cleanup and add 'IF (useMNC) THEN' around
   all current sections of MNC code
   - the following tests compiled & ran with these fixes:
       exp0 global_ocean.90x40x15 aim.5l_cs dic_example hs94.cs-32x32x5


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Sep 22 02:50:49 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55b_post
Changes since 1.18: +4 -1 lines
Diff to previous 1.18
 o update diagnostics output flags to have either MNC, MDSIO, or both
   - add MNC to verification/hs94.cs-32x32x5


Revision 1.18 - (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
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
Code to write fewer than total number of levels to output file


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Jul 20 17:47:01 2004 UTC (19 years, 9 months ago) by adcroft
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
Fix for global file behavior with MDSIO


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 00:34:21 2004 UTC (19 years, 10 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint54b_post, checkpoint54c_post
Changes since 1.15: +23 -10 lines
Diff to previous 1.15
 o add a "level_indicies" variable to each NetCDF file that tells which
   levels of the source arrays were used
 o tested and works with g77


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 03:10:15 2004 UTC (19 years, 10 months ago) by edhill
Branch: MAIN
Changes since 1.14: +8 -1 lines
Diff to previous 1.14
 o more protex-ing
 o numerous formatting cleanups


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 22:49:13 2004 UTC (19 years, 10 months ago) by edhill
Branch: MAIN
Changes since 1.13: +53 -6 lines
Diff to previous 1.13
 o diagnostics are now producing NetCDF output
   - tested with hs94.cs-32x32x5 and seems to work well
   - still need some variable attributes:
     - list the levels
     - describe the time averaging periods where applicable
   - need the N+1 points for U and V values (or do we care?)


Revision 1.13 - (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.12: +111 -87 lines
Diff to previous 1.12
 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.12 - (view) (download) (annotate) - [select for diffs]
Mon Jul 5 04:44:51 2004 UTC (19 years, 10 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint54a_post, checkpoint54a_pre
Changes since 1.11: +24 -5 lines
Diff to previous 1.11
 o first steps towards putting diagnostics output into MNC/NetCDF


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Jun 23 22:18:43 2004 UTC (19 years, 10 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint53f_post, checkpoint53g_post, checkpoint54
Changes since 1.10: +8 -5 lines
Diff to previous 1.10
Bug fix in write sequence for multiple level fields


Revision 1.10 - (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
Changes since 1.9: +3 -0 lines
Diff to previous 1.9
 o adding cvs 'Header:' and 'Name:' strings


Revision 1.9 - (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.8: +1 -0 lines
Diff to previous 1.8
Add packages_config.h to list of includes (code uses ALLOW_....!)


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Mar 26 16:40:37 2004 UTC (20 years, 1 month ago) by molod
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
Update diagnostics code for tracers


Revision 1.7 - (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.6: +4 -3 lines
Diff to previous 1.6
Diagnostics utility errors fixed


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 23:57:02 2004 UTC (20 years, 2 months ago) by molod
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Fix file name of diagnostics output stream


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 23:46:52 2004 UTC (20 years, 2 months ago) by molod
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Fixed errors in diagnostics routines, add wrapper to change units


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 22:08:49 2004 UTC (20 years, 2 months ago) by molod
Branch: MAIN
Changes since 1.3: +11 -3 lines
Diff to previous 1.3
Wrapper routine to fill diagnostics from model without seeing commons


Revision 1.3 - (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.2: +51 -54 lines
Diff to previous 1.2
Still fixing bugs


Revision 1.2 - (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.1: +14 -9 lines
Diff to previous 1.1
Modification to fix bugs


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 02:21:18 2004 UTC (20 years, 2 months ago) by molod
Branch: MAIN
Implementing diagnostics package


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