/[MITgcm]/MITgcm/pkg/exf/exf_readparms.F
ViewVC logotype

Diff of /MITgcm/pkg/exf/exf_readparms.F

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

revision 1.1.4.4 by dimitri, Sun Jan 12 08:20:10 2003 UTC revision 1.1.4.5 by dimitri, Sun Jan 12 09:18:32 2003 UTC
# Line 97  c     Surface flux data. Line 97  c     Surface flux data.
97       &          exf_iprec,         exf_yftype,       &          exf_iprec,         exf_yftype,
98       &           scal_hfl,           scal_ust,       scal_vst,       &           scal_hfl,           scal_ust,       scal_vst,
99       &           scal_swf,           scal_sst,       scal_sss,       &           scal_swf,           scal_sst,       scal_sss,
100       &     scal_apressure,           scal_sfl,       scal_runoff       &     scal_apressure,           scal_sfl,       scal_runoff,
101         &     EXFwindOnBgrid
102    
103        _BEGIN_MASTER(mythid)        _BEGIN_MASTER(mythid)
104    
# Line 243  c     scaling between exf units and MITg Line 244  c     scaling between exf units and MITg
244    
245  cds   convert runoff from m/yr to m/s and change sign.  cds   convert runoff from m/yr to m/s and change sign.
246        scal_runoff    = -1.0/(86400.*365.0)        scal_runoff    = -1.0/(86400.*365.0)
247    c
248          EXFwindOnBgrid = .FALSE.
249    
250  c     Check for the availability of the right calendar version.  c     Check for the availability of the right calendar version.
251        if ( calendarversion .ne. usescalendarversion ) then        if ( calendarversion .ne. usescalendarversion ) then

Legend:
Removed from v.1.1.4.4  
changed lines
  Added in v.1.1.4.5

  ViewVC Help
Powered by ViewVC 1.1.22