/[lmdze]/trunk/phylmd/oasis_m.f
ViewVC logotype

Annotation of /trunk/phylmd/oasis_m.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (hide annotations)
Wed Mar 5 14:57:53 2014 UTC (10 years, 2 months ago) by guez
File size: 275 byte(s)
Changed all ".f90" suffixes to ".f".
1 guez 3 module oasis_m
2    
3     ! From phylmd/oasis.h,v 1.1.1.1 2004/05/19 12:53:08
4    
5     !@ Contents : choice for the OASIS version: clim or pipe
6    
7     implicit none
8    
9     logical ok_oasis
10     parameter(ok_oasis = .false.)
11    
12     CHARACTER(len=8) cchan
13     PARAMETER ( cchan='CLIM' )
14    
15     end module oasis_m

  ViewVC Help
Powered by ViewVC 1.1.21