Changeset 743 for LMDZ4/branches/V3_test/libf/phylmd/interface_surf.F90
- Timestamp:
- Dec 11, 2006, 4:55:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/V3_test/libf/phylmd/interface_surf.F90
r735 r743 2065 2065 ! sorties NETCDF des champs recus 2066 2066 ! 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 2074 2076 ! pas utile IF (npas-itime.LT.nexca )CALL histclo(nidcs) 2075 2077 … … 2401 2403 tmp_field(ig) = 1. 2402 2404 enddo 2403 call WriteField_phy('knindex',tmp_field,1)2405 !ym call WriteField_phy('knindex',tmp_field,1) 2404 2406 2405 2407 tmp_field=0. … … 2408 2410 tmp_field(ig) = tsurf_new(i) 2409 2411 enddo 2410 call WriteField_phy('tsurf_new',tmp_field,1)2412 !ym call WriteField_phy('tsurf_new',tmp_field,1) 2411 2413 2412 2414 tmp_field=0. … … 2415 2417 tmp_field(ig) = alb_new(i) 2416 2418 enddo 2417 call WriteField_phy('alb_new',tmp_field,1)2419 !ym call WriteField_phy('alb_new',tmp_field,1) 2418 2420 2419 2421 ! tmp_field=0. … … 2422 2424 ! tmp_field(ig) = pctsrf_new(i,nisurf) 2423 2425 ! enddo 2424 call WriteField_phy('pctsrf_new', pctsrf_new(:,nisurf),1)2426 !ym call WriteField_phy('pctsrf_new', pctsrf_new(:,nisurf),1) 2425 2427 endif 2426 2428 !ym do j=1,jjphy_nb
Note: See TracChangeset
for help on using the changeset viewer.