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