Changeset 958 for LMDZ4/trunk/libf/phylmd
- Timestamp:
- May 27, 2008, 4:46:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/phys_output_write.h
r951 r958 15 15 IF (flag_aire(iff)<=lev_files(iff)) THEN 16 16 CALL histwrite_phy(nid_files(iff),"aire",itau_w,airephy) 17 ENDIF18 19 IF (flag_pourc_sol(iff)<=lev_files(iff)) THEN20 zx_tmp_fi2d(1 : klon) = pctsrf(1 : klon, is_ter)* 100.21 CALL histwrite_phy(nid_files(iff),22 $ "pourc_"//clnsurf(is_ter),itau_w,23 $ zx_tmp_fi2d)24 ENDIF25 26 IF (flag_fract_sol(iff)<=lev_files(iff)) THEN27 zx_tmp_fi2d(1 : klon) = pctsrf(1 : klon, is_ter)28 CALL histwrite_phy(nid_files(iff),29 $ "fract_"//clnsurf(is_ter),itau_w,30 $ zx_tmp_fi2d)31 17 ENDIF 32 18 … … 283 269 ENDIF 284 270 271 sollwdownclr(1:klon) = -1.*lwdn0(1:klon,1) 285 272 IF (flag_LWupSFCclr(iff)<=lev_files(iff)) THEN 286 273 zx_tmp_fi2d(1:klon)=sollwdownclr(1:klon)-sollw0(1:klon) … … 322 309 323 310 DO nsrf = 1, nbsrf 324 IF(nsrf.GT.2) THEN325 311 IF (flag_pourc_sol(iff)<=lev_files(iff)) THEN 326 312 zx_tmp_fi2d(1 : klon) = pctsrf( 1 : klon, nsrf)*100. … … 336 322 $ zx_tmp_fi2d) 337 323 ENDIF 338 ENDIF !nsrf.GT.2339 324 340 325 IF (flag_taux_sol(iff)<=lev_files(iff)) THEN
Note: See TracChangeset
for help on using the changeset viewer.