/[lmdze]/trunk/libf/phylmd/oasis_m.f90
ViewVC logotype

Annotation of /trunk/libf/phylmd/oasis_m.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 3 months ago) by guez
File size: 275 byte(s)
Initial import
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