/[lmdze]/trunk/filtrez/coefils.f
ViewVC logotype

Annotation of /trunk/filtrez/coefils.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (hide annotations)
Wed Mar 5 14:57:53 2014 UTC (10 years, 3 months ago) by guez
File size: 391 byte(s)
Changed all ".f90" suffixes to ".f".
1 guez 25 module coefils
2    
3 guez 54 ! From filtrez/coefils.h, v 1.1.1.1 2004/05/19 12:53:09
4 guez 25
5     use dimens_m, only: iim, jjm
6    
7     implicit none
8    
9     private iim, jjm
10    
11 guez 54 real sddu(iim), sddv(iim)
12     real unsddu(iim), unsddv(iim), coefilu(iim, jjm), coefilv(iim, jjm)
13     integer modfrstu(jjm), modfrstv(jjm)
14     real eignfnu(iim, iim), eignfnv(iim, iim)
15     real coefilu2(iim, jjm), coefilv2(iim, jjm)
16 guez 25
17     end module coefils

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.21