Changeset 1442 for trunk/LMDZ.VENUS/libf/phyvenus/dyn1d/rcm1d.F
- Timestamp:
- Jun 4, 2015, 4:23:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/dyn1d/rcm1d.F
r1403 r1442 8 8 use cpdet_mod, only: ini_cpdet 9 9 use moyzon_mod, only: tmoy 10 USE comvert_mod, ONLY: ap,bp,presnivs,pa,preff,nivsigs,nivsig, 11 . aps,bps,scaleheight,pseudoalt, 12 . disvert_type,pressure_exner 10 13 11 14 IMPLICIT NONE … … 30 33 #include "dimsoil.h" 31 34 #include "comcstfi.h" 32 #include "comvert.h"33 35 #include "netcdf.inc" 34 36 #include "logic.h" … … 77 79 character*2 str2 78 80 79 c normalement dans dyn3d/comconst .h81 c normalement dans dyn3d/comconst_mod.F90 80 82 COMMON/cpdetvenus/cppdyn,nu_venus,t0_venus 81 83 REAL cppdyn,nu_venus,t0_venus
Note: See TracChangeset
for help on using the changeset viewer.