- Timestamp:
- Apr 28, 2005, 3:40:30 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/interface_surf.F90
r594 r623 330 330 call abort_gcm(modname,abort_message,1) 331 331 endif 332 tmp_rriv = 0.0 333 tmp_rcoa = 0.0 334 tmp_rlic = 0.0 332 335 333 336 !!$ … … 1290 1293 ! alb_ice albedo de la glace 1291 1294 ! 1292 1295 #ifdef CPP_PSMILE 1296 USE oasis 1297 integer :: il_time_secs !time in seconds 1298 #endif 1293 1299 1294 1300 ! Parametres d'entree … … 1463 1469 #ifdef CPP_COUPLE 1464 1470 #ifdef CPP_PSMILE 1465 CALL inicma(iim, (jjm+1))1471 CALL inicma(iim, (jjm+1)) 1466 1472 #else 1467 1473 call inicma(npas , nexca, idtime,(jjm+1)*iim)
Note: See TracChangeset
for help on using the changeset viewer.