/[MITgcm]/MITgcm/pkg/cal/cal_summary.F
ViewVC logotype

Diff of /MITgcm/pkg/cal/cal_summary.F

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

revision 1.2 by edhill, Thu Oct 9 04:19:19 2003 UTC revision 1.3 by jmc, Tue Apr 28 23:27:24 2009 UTC
# Line 92  c     == end of interface == Line 92  c     == end of interface ==
92        call print_message( msgbuf, standardmessageunit,        call print_message( msgbuf, standardmessageunit,
93       &                    SQUEEZE_RIGHT , mythid)       &                    SQUEEZE_RIGHT , mythid)
94    
95        call write_0d_r8( modelstart, INDEX_NONE,'startTime =',        call WRITE_0D_RL( modelstart, INDEX_NONE,'startTime =',
96       &'   /* Start time of the model integration [s] */')       &'   /* Start time of the model integration [s] */')
97        call write_0d_r8( modelend, INDEX_NONE,'endTime =',        call WRITE_0D_RL( modelend, INDEX_NONE,'endTime =',
98       &'   /* End time of the model integration [s] */')       &'   /* End time of the model integration [s] */')
99        call write_0d_r8( modelstep, INDEX_NONE,'deltatclock =',        call WRITE_0D_RL( modelstep, INDEX_NONE,'deltatclock =',
100       &'   /* Time interval for a model forward step [s] */')       &'   /* Time interval for a model forward step [s] */')
101        call write_0d_l( usingGregorianCalendar, INDEX_NONE,        call write_0d_l( usingGregorianCalendar, INDEX_NONE,
102       &                'usingGregorianCalendar =',       &                'usingGregorianCalendar =',

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22