Changeset 2302 for LMDZ5/trunk/libf/dyn3d
- Timestamp:
- Jun 17, 2015, 2:46:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/leapfrog.F
r2286 r2302 443 443 IF (ip_ebil_dyn.ge.1 ) THEN 444 444 ztit='bil dyn' 445 ! Ehouarn: be careful, diagedyn is Earth-specific (includes ../phylmd/..)!445 ! Ehouarn: be careful, diagedyn is Earth-specific! 446 446 IF (planet_type.eq."earth") THEN 447 #ifdef CPP_EARTH448 447 CALL diagedyn(ztit,2,1,1,dtphys 449 448 & , ucov , vcov , ps, p ,pk , teta , q(:,:,1), q(:,:,2)) 450 #endif451 449 ENDIF 452 450 ENDIF ! of IF (ip_ebil_dyn.ge.1 )
Note: See TracChangeset
for help on using the changeset viewer.