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

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

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

revision 1.2 by heimbach, Mon Jan 2 21:17:02 2006 UTC revision 1.3 by dimitri, Wed Nov 8 18:08:05 2006 UTC
# Line 77  cph            endif Line 77  cph            endif
77  cph         endif  cph         endif
78        endif        endif
79    
80    #ifdef USE_EXF_INTERPOLATION
81          if ( usingCartesianGrid ) then
82           print*,'USE_EXF_INTERPOLATION assumes latitude/longitude'
83           print*,'input and output coordinates.  Trivial to extend to'
84           print*,'cartesian coordinates, but has not yet been done.'
85           stop
86          endif
87    #endif
88    
89  #ifdef ALLOW_CLIMTEMP_RELAXATION  #ifdef ALLOW_CLIMTEMP_RELAXATION
90        STOP 'ALLOW_CLIMTEMP_RELAXATION no longer supported. Use pkg/rbcs'        STOP 'ALLOW_CLIMTEMP_RELAXATION no longer supported. Use pkg/rbcs'
91  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.22