Changeset 180 for LMDZ.3.3/branches/rel-LF
- Timestamp:
- Mar 27, 2001, 11:09:52 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/interface_surf.F90
r179 r180 1205 1205 CALL histwrite(nidcs,cl_read(1),itime,read_sst,iim*(jjm+1),ndexcs) 1206 1206 CALL histwrite(nidcs,cl_read(2),itime,read_sic,iim*(jjm+1),ndexcs) 1207 CALL histwrite(nidcs,cl_read(3),itime,read_ sit,iim*(jjm+1),ndexcs)1208 CALL histwrite(nidcs,cl_read(4),itime,read_ alb_sic,iim*(jjm+1),ndexcs)1207 CALL histwrite(nidcs,cl_read(3),itime,read_alb_sic,iim*(jjm+1),ndexcs) 1208 CALL histwrite(nidcs,cl_read(4),itime,read_sit,iim*(jjm+1),ndexcs) 1209 1209 CALL histsync(nidcs) 1210 1210 ! pas utile IF (npas-itime.LT.nexca )CALL histclo(nidcs) … … 1271 1271 ! 1272 1272 ! allocation memoire 1273 if (nisurf == is_oce ) then1273 if (nisurf == is_oce .and. (.not. cumul) ) then 1274 1274 sum_error = 0 1275 1275 allocate(tmp_sols(iim,jjm+1,2), stat=error); sum_error = sum_error + error … … 1947 1947 ! Traitement neige et humidite du sol 1948 1948 ! 1949 ! if (first .and. nisurf == is_ter) then1950 ! do i = 1, knon1951 ! write(67,*)i, snow(i), precip_snow(i), evap(i)1952 ! enddo1953 ! endif1954 ! if (second .and. nisurf == is_ter) then1955 ! do i = 1, knon1956 ! write(77,*)i, snow(i), precip_snow(i), evap(i)1957 ! enddo1958 ! endif1959 1949 if (nisurf == is_oce) then 1960 1950 snow = 0. … … 2004 1994 & * p1lay(i)/(RD*t1lay(i)) 2005 1995 2006 ! if (first .and. nisurf == is_ter) then2007 ! write(43,*) &2008 ! &i,zx_coef(i),coef1lay(i),u1lay(i),v1lay(i),p1lay(i),t1lay(i)2009 ! endif2010 ! if (second .and. nisurf == is_ter) then2011 ! write(53,*) &2012 ! &i,zx_coef(i),coef1lay(i),u1lay(i),v1lay(i),p1lay(i),t1lay(i)2013 ! endif2014 2015 1996 ENDDO 2016 1997 … … 2042 2023 zx_nh(i) = - (zx_k1(i) * RCPD * zx_pkh(i))/ zx_oh(i) 2043 2024 2044 ! if (first .and. nisurf == is_ter) then2045 ! write(41,*) &2046 ! & i,zx_k1(i),petAcoef(i),petBcoef(i),&2047 ! & zx_oh(i),zx_mh(i),zx_nh(i)2048 ! endif2049 2050 ! if (second .and. nisurf == is_ter) then2051 ! write(51,*) &2052 ! & i,zx_k1(i),petAcoef(i),petBcoef(i),&2053 ! & zx_oh(i),zx_mh(i),zx_nh(i)2054 ! endif2055 2025 2056 2026 ! Tsurface … … 2081 2051 dflux_l(i) = (zx_sl(i) * zx_nq(i)) 2082 2052 2083 ! if (first .and. nisurf == is_ter) then2084 ! write(42,*) &2085 ! & i,tsurf_new(i),d_ts(i),zx_h_ts(i),zx_q_0(i),&2086 ! & evap(i),fluxsens(i)2087 ! endif2088 2089 ! if (second .and. nisurf == is_ter) then2090 ! write(52,*) &2091 ! & i,tsurf_new(i),d_ts(i),zx_h_ts(i),zx_q_0(i),&2092 ! & evap(i),fluxsens(i)2093 ! endif2094 2053 ! 2095 2054 ! en cas de fonte de neige … … 2108 2067 qsol(i) = min(qsol(i), max_eau_sol) 2109 2068 ENDDO 2110 2111 ! if (nisurf == is_oce .and. second) then2112 ! second =.f.2113 ! endif2114 2115 ! if (nisurf == is_oce .and. first) then2116 ! first = .f.2117 ! second = .t.2118 ! endif2119 2069 2120 2070 END SUBROUTINE calcul_fluxs
Note: See TracChangeset
for help on using the changeset viewer.