/[MITgcm]/MITgcm/pkg/flt/flt_readparms.F
ViewVC logotype

Diff of /MITgcm/pkg/flt/flt_readparms.F

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

revision 1.2 by jmc, Sun Feb 1 20:48:50 2009 UTC revision 1.3 by dfer, Fri Feb 27 00:44:47 2009 UTC
# Line 28  C     == local variables == Line 28  C     == local variables ==
28        INTEGER iUnit        INTEGER iUnit
29    
30        NAMELIST /FLT_NML/ flt_int_traj, flt_int_prof,        NAMELIST /FLT_NML/ flt_int_traj, flt_int_prof,
31       &                   flt_noise,       &                   flt_noise, flt_deltaT,
32       &                   flt_file       &                   flt_file
33    
34  C     == end of interface ==  C     == end of interface ==
# Line 36  C     == end of interface == Line 36  C     == end of interface ==
36        _BEGIN_MASTER(myThid)        _BEGIN_MASTER(myThid)
37    
38  C     Set default values.  C     Set default values.
39          flt_deltaT   = deltaTClock
40        flt_int_traj =  3600.        flt_int_traj =  3600.
41        flt_int_prof = 43200.        flt_int_prof = 43200.
42        flt_noise    = 0.0        flt_noise    = 0.0

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

  ViewVC Help
Powered by ViewVC 1.1.22