Ignore:
Timestamp:
Dec 11, 2006, 4:55:31 PM (18 years ago)
Author:
Laurent Fairhead
Message:

Nettoyage sur la version YM
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/V3_test/libf/phylmd/interface_surf.F90

    r735 r743  
    20652065! sorties NETCDF des champs recus
    20662066!
    2067 !ym       ndexcs(:)=0
    2068 !ym       itau_w = itau_phy + itime
    2069 !ym       CALL histwrite(nidcs,cl_read(1),itau_w,read_sst,iim*(jjm+1),ndexcs)
    2070 !ym       CALL histwrite(nidcs,cl_read(2),itau_w,read_sic,iim*(jjm+1),ndexcs)
    2071 !ym       CALL histwrite(nidcs,cl_read(3),itau_w,read_alb_sic,iim*(jjm+1),ndexcs)
    2072 !ym       CALL histwrite(nidcs,cl_read(4),itau_w,read_sit,iim*(jjm+1),ndexcs)
    2073 !ym       CALL histsync(nidcs)
     2067     if (monocpu) THEN
     2068       ndexcs(:)=0
     2069       itau_w = itau_phy + itime
     2070       CALL histwrite(nidcs,cl_read(1),itau_w,read_sst,iim*(jjm+1),ndexcs)
     2071       CALL histwrite(nidcs,cl_read(2),itau_w,read_sic,iim*(jjm+1),ndexcs)
     2072       CALL histwrite(nidcs,cl_read(3),itau_w,read_alb_sic,iim*(jjm+1),ndexcs)
     2073       CALL histwrite(nidcs,cl_read(4),itau_w,read_sit,iim*(jjm+1),ndexcs)
     2074       CALL histsync(nidcs)
     2075     endif
    20742076! pas utile      IF (npas-itime.LT.nexca )CALL histclo(nidcs)
    20752077
     
    24012403      tmp_field(ig) = 1.
    24022404    enddo   
    2403     call WriteField_phy('knindex',tmp_field,1)
     2405!ym    call WriteField_phy('knindex',tmp_field,1)
    24042406   
    24052407    tmp_field=0.
     
    24082410      tmp_field(ig) = tsurf_new(i)
    24092411    enddo   
    2410     call WriteField_phy('tsurf_new',tmp_field,1)
     2412!ym    call WriteField_phy('tsurf_new',tmp_field,1)
    24112413   
    24122414    tmp_field=0.
     
    24152417      tmp_field(ig) = alb_new(i)
    24162418    enddo   
    2417     call WriteField_phy('alb_new',tmp_field,1)
     2419!ym    call WriteField_phy('alb_new',tmp_field,1)
    24182420   
    24192421!    tmp_field=0.
     
    24222424!      tmp_field(ig) = pctsrf_new(i,nisurf)
    24232425 !   enddo   
    2424     call WriteField_phy('pctsrf_new', pctsrf_new(:,nisurf),1)
     2426!ym    call WriteField_phy('pctsrf_new', pctsrf_new(:,nisurf),1)
    24252427  endif
    24262428!ym  do j=1,jjphy_nb
Note: See TracChangeset for help on using the changeset viewer.