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

Contents of /trunk/libf/phylmd/comgeomphy.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 2 months ago) by guez
File size: 307 byte(s)
Initial import
1 module comgeomphy
2
3 ! From phylmd/comgeomphy.h,v 1.1.1.1 2004/05/19 12:53:09
4
5 ! Passage de la geometrie de la dynamique a la physique
6
7 use dimphy, only: klon
8
9 implicit none
10
11 real airephy(klon), cuphy(klon), cvphy(klon)
12 REAL rlatd(klon), rlond(klon)
13
14 save
15
16 private klon
17
18 end module comgeomphy

  ViewVC Help
Powered by ViewVC 1.1.21