Changeset 139 for LMDZ.3.3/branches/rel-LF
- Timestamp:
- Sep 15, 2000, 3:15:42 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/interface_surf.F90
r138 r139 286 286 endif 287 287 ! 288 ! Remplissage des pourcentages de surface 289 ! 290 pctsrf_new(:,nisurf) = pctsrf(:,nisurf) 291 288 292 else if (nisurf == is_oce) then 289 293 … … 424 428 enddo 425 429 alb_new = alb_neig*zfra + 0.6 * (1.0-zfra) 430 ! 431 ! Remplissage des pourcentages de surface 432 ! 433 pctsrf_new(:,nisurf) = pctsrf(:,nisurf) 426 434 427 435 else … … 429 437 abort_message = 'Index surface non valable' 430 438 call abort_gcm(modname,abort_message,1) 439 endif 440 441 if (check) then 442 write(*,*)'In ',modname 443 do ii = 1, nbsrf 444 write(*,*) 'surface, pctsrf_new',ii,pctsrf_new(:,ii) 445 enddo 431 446 endif 432 447 … … 1005 1020 endif 1006 1021 enddo 1022 if (check) write(*,*)'In ',modname 1023 if (check) write(*,*)' surface, pctsrf_new',is_oce,pctsrf_new(:,is_oce) 1024 if (check) write(*,*)' surface, pctsrf_new',is_sic,pctsrf_new(:,is_sic) 1007 1025 else if (nisurf == is_sic) then 1008 1026 call cpl2gath(read_sit, tsurf_new, klon, knon,iim,jjm, knindex)
Note: See TracChangeset
for help on using the changeset viewer.