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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 37 - (show annotations)
Tue Dec 21 15:45:48 2010 UTC (13 years, 4 months ago) by guez
File size: 355 byte(s)
Inlined procedure "pression".

Split "guide.f90" into "guide.f90" and "tau2alpha.f90". Split
"read_reanalyse.f" into single-procedure files in directory
"Read_reanalyse".

Useless copy of variables in "iniphysiq". Directly define module
variables in "gcm" and remove procedure "iniphysiq".

Added "pressure-altitude" in "test_disvert".

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