Last change
on this file since 3820 was
3816,
checked in by millour, 10 years ago
|
Further cleanup and adaptations:
- setup iniphusiq to pass on information from dyn to phys.
- infis (now module inifi_mod) transfers the information and for now also storesthe information. Thus modules control_mod_phys, comconst_phy_mod, comgeom2_phy_mod and temps_phy_mod are now useless.
- removed q_sat_phy, and put q_sat in misc, since it is quite general.
- moved information on horizontal and vertical grid to module comgeomphy.F90
EM
|
-
Property svn:eol-style set to
native
|
File size:
227 bytes
|
Line | |
---|
1 | ! |
---|
2 | ! $Header$ |
---|
3 | ! |
---|
4 | c |
---|
5 | c |
---|
6 | c Common de passage de la geometrie de la dynamique a la physique |
---|
7 | real airephy(klon),cuphy(klon),cvphy(klon) |
---|
8 | REAL rlatd(klon), rlond(klon) |
---|
9 | common/comgeomphy/airephy,cuphy,cvphy,rlatd, rlond |
---|
Note: See
TracBrowser
for help on using the repository browser.