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

Annotation of /trunk/phylmd/oasis_m.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 76 - (hide annotations)
Fri Nov 15 18:45:49 2013 UTC (10 years, 6 months ago) by guez
Original Path: trunk/phylmd/oasis_m.f90
File size: 275 byte(s)
Moved everything out of libf.
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