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

Contents of /trunk/phylmd/comgeomphy.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 76 - (show annotations)
Fri Nov 15 18:45:49 2013 UTC (10 years, 6 months ago) by guez
File size: 355 byte(s)
Moved everything out of libf.
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)
12 real cuphy(klon), cvphy(klon) ! "cu" and "cv" values on the scalar grid
13 REAL rlatd(klon), rlond(klon)
14
15 save
16
17 private klon
18
19 end module comgeomphy

  ViewVC Help
Powered by ViewVC 1.1.21