Changeset 492 for trunk/LMDZ.COMMON/libf/dyn3d/ce0l.F90
- Timestamp:
- Jan 5, 2012, 8:28:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/ce0l.F90
r270 r492 28 28 IMPLICIT NONE 29 29 #ifndef CPP_EARTH 30 WRITE( lunout,*)'limit_netcdf: Earth-specific routine, needs Earth physics'30 WRITE(*,*)'limit_netcdf: Earth-specific program, needs Earth physics' 31 31 #else 32 32 !------------------------------------------------------------------------------- … … 67 67 #endif 68 68 69 IF ( config_inca /= 'none') THEN69 IF (type_trac == 'inca') THEN 70 70 #ifdef INCA 71 71 CALL init_const_lmdz(nbtr,anneeref,dayref,iphysiq,day_step,nday)
Note: See TracChangeset
for help on using the changeset viewer.