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

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

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

revision 1.8 by heimbach, Thu Sep 1 05:26:43 2005 UTC revision 1.9 by jmc, Mon Mar 20 15:14:27 2006 UTC
# Line 101  c     (version 0.1.3 >> START << ) Line 101  c     (version 0.1.3 >> START << )
101    
102        namelist /CAL_NML/        namelist /CAL_NML/
103       & TheCalendar,       & TheCalendar,
104       & startDate_1,startDate_2       & startDate_1,startDate_2,
105         & calendarDumps
106    
107  c     (version 0.1.3 >> END << )  c     (version 0.1.3 >> END << )
108    
# Line 114  c       Initialise the calendar paramete Line 115  c       Initialise the calendar paramete
115          startdate_2 = 0          startdate_2 = 0
116          enddate_1   = 0          enddate_1   = 0
117          enddate_2   = 0          enddate_2   = 0
118            calendarDumps = .FALSE.
119    
120  c       Next, read the calendar data file.  c       Next, read the calendar data file.
121          WRITE(msgBuf,'(A)') 'CAL_READPARMS: opening data.cal'          WRITE(msgBuf,'(A)') 'CAL_READPARMS: opening data.cal'

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22