Changeset 5086 for LMDZ6/branches/Amaury_dev/libf/dyn3d_common/geopot.F
- Timestamp:
- Jul 19, 2024, 7:54:50 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/geopot.F
r2600 r5086 47 47 c calcul de phi au niveau 1 pres du sol ..... 48 48 49 DO 1ij = 1, ngrid49 DO ij = 1, ngrid 50 50 phi( ij,1 ) = phis( ij ) + teta(ij,1) * ( pks(ij) - pk(ij,1) ) 51 1 CONTINUE51 END DO 52 52 53 53 c calcul de phi aux niveaux superieurs .......
Note: See TracChangeset
for help on using the changeset viewer.