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

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

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


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

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 21:25:26 2013 UTC (11 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, 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.60: +2 -10 lines
Diff to previous 1.60
change default missing_value from UNSET_RL to -999.


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sun Jan 13 22:46:38 2013 UTC (11 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64c
Changes since 1.59: +3 -2 lines
Diff to previous 1.59
- add missing value argument to S/R MDS_WR_METAFILES argument list


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Tue Jul 26 20:05:20 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint64, checkpoint64a, checkpoint64b
Changes since 1.58: +2 -4 lines
Diff to previous 1.58
fix untested new pieces of code (from revision 1.53)


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Fri Jul 1 18:49:35 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63
Changes since 1.57: +51 -13 lines
Diff to previous 1.57
- Switch to write qtmp2 (instead of always qtmp1) for Post-Processed diag from
  an other Post-Processed diag.
- Skip computation of 2nd Post-Processed diag if it's still stored in qtmp2 ;


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Jun 27 22:27:23 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.56: +4 -7 lines
Diff to previous 1.56
use run-time parameter "useMissingValue" to fill land-point (i.e., where mask=0)
 with MissingValue (MNC output file only).
This replaces CPP-option DIAGNOSTICS_MISSING_VALUE.


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Thu Jun 23 15:29:01 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.55: +8 -10 lines
Diff to previous 1.55
Extend the use of "missing_value" setting from data.diagnostics
for the case of counter-diagnostics (where fraction-weight is zero).
This applies both to MNC and MDS output file.


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Wed Jun 22 19:09:40 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.54: +9 -28 lines
Diff to previous 1.54
Change the ordering of fields and time-period in MDS output file
 when using periodic averaging: now writes one time record with the full set
 of fields for this time period, then the next time reccord (it used to be
 one field with the full set of time records then the next field)
Note: this is now similar to NetCDF (MNC) output file.


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 18:00:48 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.53: +73 -19 lines
Diff to previous 1.53
Update Velocity-potential computation using post-processed diag framework.


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 00:18:37 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62z
Changes since 1.52: +14 -3 lines
Diff to previous 1.52
first attempt to compute Velocity Potential (from UVELMASS & VVELMASS diags).


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sun Jun 12 19:16:09 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.51: +30 -31 lines
Diff to previous 1.51
- declare qtmp2 in diagnostics_out.F and pass it as arg. to diagnostics_interp_vert
- change arguments and name of S/R GETDIAG (now: DIAGNOSTICS_GET_DIAG)


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sun Jun 12 13:58:33 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.50: +6 -4 lines
Diff to previous 1.50
fix previous modif


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat Jun 11 23:29:44 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.49: +19 -279 lines
Diff to previous 1.49
move MNC code out of diagnostics_out.F into 2 S/R (in diagnostics_mnc_out.F)


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 15:42:58 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
refine debugLevel criteria when printing messages


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Mar 16 00:14:47 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: 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.47: +2 -2 lines
Diff to previous 1.47
avoid unbalanced quote (single or double) in commented line


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Mon Jan 11 19:42:32 2010 UTC (14 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62a, checkpoint62b, checkpoint62c
Changes since 1.46: +49 -34 lines
Diff to previous 1.46
Added/modified to output levels (vertical) integral of diagnostics field


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Fri Jan 8 19:19:44 2010 UTC (14 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.45: +9 -2 lines
Diff to previous 1.45
fix previous modif for some unlikely case (negative time)


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu Jan 7 23:48:01 2010 UTC (14 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.44: +2 -1 lines
Diff to previous 1.44
fix previous modif for negative time (if baseTime << 0)


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Thu Jan 7 01:09:40 2010 UTC (14 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.43: +39 -5 lines
Diff to previous 1.43
time info in meta file: if time-averaged output, write the 2 edges of
 the time-averaging interval.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Jan 3 00:42:45 2010 UTC (14 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.42: +4 -4 lines
Diff to previous 1.42
avoid unused variables


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 18:00:29 2009 UTC (14 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62
Changes since 1.41: +4 -2 lines
Diff to previous 1.41
changed to pass when compiling with strick checking of arguments across S/R


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sun Jan 25 20:22:57 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
Changes since 1.40: +112 -87 lines
Diff to previous 1.40
fix/hack "periodic averaging diagnostics" for MNC output.


Revision 1.40 - (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.39: +20 -11 lines
Diff to previous 1.39
move getcon.F from model/src to pkg/fizhi


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue May 27 08:37:19 2008 UTC (15 years, 11 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e
Changes since 1.38: +27 -35 lines
Diff to previous 1.38
clean up the missing value code a little, but still leave it off by
default


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Thu May 22 09:53:21 2008 UTC (15 years, 11 months ago) by mlosch
Branch: MAIN
Changes since 1.37: +31 -5 lines
Diff to previous 1.37
although this model teaches you to be care, I was not careful enough:
why is the mnc-package so ... complicated!!!!
Fixed the use of missing values for mnc-variables that are added "on
the fly" and put everything within #ifdef DIAGNOSTICS_MISSING_VALUE,
so that this feature needs to be turned on explicity for now


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Thu May 22 08:35:44 2008 UTC (15 years, 11 months ago) by mlosch
Branch: MAIN
Changes since 1.36: +51 -10 lines
Diff to previous 1.36
enforce missing_value attribute for scalar variables at mass points,
when using mnc for output


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 20:19:18 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
fix previous modif


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 15:13:01 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.34: +15 -15 lines
Diff to previous 1.34
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.34 - (view) (download) (annotate) - [select for diffs]
Tue Nov 13 19:43:44 2007 UTC (16 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59k, checkpoint59l, checkpoint59m
Changes since 1.33: +9 -12 lines
Diff to previous 1.33
replace call to MDS_WRTIE_FIELD by corresponding RW version.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Wed Jan 31 21:47:55 2007 UTC (17 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58v_post, checkpoint58w_post, checkpoint58x_post, checkpoint58y_post, checkpoint59, checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f, checkpoint59g, checkpoint59h, checkpoint59i, checkpoint59j
Changes since 1.32: +2 -7 lines
Diff to previous 1.32
set maximum size of array to write to "numLevels" (consistent with
length of level list that is read from data.diagnostics)


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Dec 29 23:57:15 2006 UTC (17 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58t_post, checkpoint58u_post
Changes since 1.31: +9 -4 lines
Diff to previous 1.31
fix for multi-threaded.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Dec 29 05:43:56 2006 UTC (17 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.30: +23 -4 lines
Diff to previous 1.30
use a trick to write list of fields in meta files (a test for new MDSIO options)


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Dec 24 20:15:42 2006 UTC (17 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.29: +50 -47 lines
Diff to previous 1.29
vertical interpolation:
- prestopres.F moved to diagnostics_interp_p2p.F
- more flexible: p-levels are set in data.diagnostics (no longer limited
  to 3 hard coded scales)
- safer (few diagnostics options were not giving the right output).


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Jun 5 18:17:23 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, mitgcm_mapl_00
Changes since 1.28: +71 -44 lines
Diff to previous 1.28
Implement periodic averaging diagnostics (e.g., mean seasonal cycle,
 mean diurnal cycle)


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 15:52:02 2006 UTC (18 years, 2 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58a_post, checkpoint58b_post, checkpoint58c_post, checkpoint58d_post, checkpoint58e_post, checkpoint58f_post
Changes since 1.27: +10 -3 lines
Diff to previous 1.27
Per Baylor's observations, a zero missing_value attribute for the netCDF
  diagnostics output totally breaks ferret.  So I'm commenting it out
  until we come up with a more flexible/capable arrangement.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 21:20:23 2006 UTC (18 years, 2 months ago) by edhill
Branch: MAIN
Changes since 1.26: +3 -1 lines
Diff to previous 1.26
add a missing_value = 0 field to all the diagnostics
 - we can revisit this (make it per-variable) at a later date


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Jan 26 04:15:05 2006 UTC (18 years, 3 months ago) by edhill
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
bug: only the first tile contained 'iter' data but ALL tiles should
 - bug (indirectly) reported by D. Ferreira because not having the iter
   data causes serious problems in both rdnctiles() and rdmnc()


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Nov 25 06:12:31 2005 UTC (18 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57x_post, checkpoint57y_post, checkpoint57y_pre, checkpoint57z_post, checkpoint58
Changes since 1.24: +7 -1 lines
Diff to previous 1.24
 o add notes from discussion with JMC


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Nov 18 23:46:39 2005 UTC (18 years, 5 months ago) by molod
Branch: MAIN
Changes since 1.23: +6 -6 lines
Diff to previous 1.23
Fix mnc diagnostics output level dimension for vertical interpolation case


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Nov 2 14:42:31 2005 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57w_post
Changes since 1.22: +10 -10 lines
Diff to previous 1.22
- argument useCurrentDir was added to mdswritefield_new S/R ;
- handle fflags in a safer way.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Sep 29 16:44:21 2005 UTC (18 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpint57u_post, checkpoint57t_post, checkpoint57v_post
Changes since 1.21: +6 -3 lines
Diff to previous 1.21
 o have mnc default to writeBinaryPrec if no precision is explicitly
   specified


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Sep 6 17:45:19 2005 UTC (18 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57r_post, checkpoint57s_post
Changes since 1.20: +6 -1 lines
Diff to previous 1.20
 o fix the time and iter values written


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 21:54:54 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.19: +15 -138 lines
Diff to previous 1.19
do vertical interpolation in dedicated S/R DIAGNOSTICS_INTERP_VERT


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 18:35:19 2005 UTC (18 years, 9 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57n_post, checkpoint57o_post, checkpoint57p_post, checkpoint57q_post
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Send a real level value (not integer) to getdiag for the vertical interp on the fly sequence


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Jul 13 17:47:21 2005 UTC (18 years, 9 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint57l_post
Changes since 1.17: +1 -14 lines
Diff to previous 1.17
Remove initialization of qtmp1 array to undef -- not needed


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Jul 12 20:25:45 2005 UTC (18 years, 9 months ago) by molod
Branch: MAIN
Changes since 1.16: +158 -4 lines
Diff to previous 1.16
Check in for code to activate pressure interpolation on the fly


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jul 7 15:32:35 2005 UTC (18 years, 9 months ago) by edhill
Branch: MAIN
Changes since 1.15: +9 -1 lines
Diff to previous 1.15
 o use #ifdef to comment out record dimension bits that only work for
   quantities defined on dynamics grids and add comment pointing out
   how this needs work


Revision 1.15 - (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.14: +105 -95 lines
Diff to previous 1.14
change pointers so that 1 diag. can be used several times (with # freq.)


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed May 25 04:03:09 2005 UTC (18 years, 11 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57i_post
Changes since 1.13: +4 -2 lines
Diff to previous 1.13
 o for mnc output, fill the 'T' coordinate var with myTime and create a
   separate 'iter' variable for iteration count


Revision 1.13 - (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_done, checkpoint57h_post, checkpoint57h_pre
Changes since 1.12: +22 -5 lines
Diff to previous 1.12
 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.12 - (view) (download) (annotate) - [select for diffs]
Mon Apr 4 22:05:14 2005 UTC (19 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57f_post, checkpoint57f_pre, checkpoint57g_post, checkpoint57g_pre
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
write "counter" to standard-output with I8 format (I4 was too short)


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


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Mar 1 15:48:03 2005 UTC (19 years, 2 months ago) by edhill
Branch: MAIN
Changes since 1.9: +32 -19 lines
Diff to previous 1.9
 o improve mnc handling of the Z diag coordinate locations


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Feb 28 19:38:30 2005 UTC (19 years, 2 months ago) by edhill
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
 o write the "levs" variable as a real


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 17:50:40 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57e_post, eckpoint57e_pre
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
fix lower and upper scale (lower = k_center-1/2 , upper = k_center+1/2)


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Feb 8 20:39:58 2005 UTC (19 years, 2 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57d_post
Changes since 1.6: +71 -15 lines
Diff to previous 1.6
 o add coordinate variables to the MNC output from the diagnostics package


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Feb 7 03:07:49 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.5: +27 -38 lines
Diff to previous 1.5
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.5 - (view) (download) (annotate) - [select for diffs]
Wed Dec 29 02:13:38 2004 UTC (19 years, 4 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57c_post, checkpoint57c_pre
Changes since 1.4: +39 -15 lines
Diff to previous 1.4
o improvements for the MNC output from DIAGNOSTICS:
  - correct handling of the unlimitied dimension
  - all dims now have associated coordinate variables
  - variables located at U, V, and Corner ("Z") points are now written
    with the correct horzontal dimensions (eg. 'Xp1', 'Yp1') so that
    *all* data points are output


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Dec 18 02:18:55 2004 UTC (19 years, 4 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57b_post
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
o more CF compliance: convert all MNC 'iter' variables to 'T' so that it
  becomes the coordinate variable for the 'T' dimension


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Dec 14 20:19:30 2004 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.2: +164 -120 lines
Diff to previous 1.2
write zeros to file when diagnostics is empty + give a clear warning


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Dec 14 02:30:58 2004 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1
diagnostics with mnc: use "filename" from data.diagnostics as a prefix


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