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

Contents of /trunk/Sources/phylmd/comgeomphy.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 168 - (show annotations)
Wed Sep 9 10:41:47 2015 UTC (8 years, 7 months ago) by guez
File size: 249 byte(s)
In order to be able to choose finer resolutions, set large memory
model in compiler options and use dynamic libraries.

Variables rlatd, rlond, cuphy and cvphy of module comgeomphy were
never used. (In LMDZ, they are used only for Orchid.)

There is a bug in PGI Fortran 13.10 that does not accept the
combination of forall, pack and spread in regr_pr_av and
regr_pr_int. In order to circumvent this bug, created the function
gr_dyn_phy.

In program test_inifilr, use a single latitude coordinate for north
and south.

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, save:: airephy(klon)
12
13 private klon
14
15 end module comgeomphy

  ViewVC Help
Powered by ViewVC 1.1.21