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

Annotation of /trunk/phylmd/comgeomphy.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (hide annotations)
Wed Mar 5 14:57:53 2014 UTC (10 years, 2 months ago) by guez
File size: 355 byte(s)
Changed all ".f90" suffixes to ".f".
1 guez 3 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 guez 37 real airephy(klon)
12     real cuphy(klon), cvphy(klon) ! "cu" and "cv" values on the scalar grid
13 guez 3 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