Changeset 4525 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- May 8, 2023, 2:29:51 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
r4523 r4525 206 206 o_dxtajs,o_dxtvdf,o_dxtthe, o_dxtch4, & 207 207 o_dxtprod_nucl,o_dxtcosmo,o_dxtdecroiss, & 208 o_xtevap_srf, & 208 209 #endif 209 210 ! Tropopause … … 271 272 wTSTD, u2STD, v2STD, T2STD, missing_val_nf90, delta_sal, ds_ns, & 272 273 #ifdef ISO 273 xtrain_con, xtsnow_con, xtrain_fall, xtsnow_fall, &274 xtrain_con, xtsnow_con, xtrain_fall, xtsnow_fall, fxtevap, & 274 275 #endif 275 276 dt_ns, delta_sst, dter, dser … … 2660 2661 CALL histwrite_phy(o_xtoliq(ixt), xtl_seri(ixt,:,:)) 2661 2662 2663 DO nsrf = 1, nbsrf ! ajout Camille 8 mai 2023 2664 IF (vars_defined) zx_tmp_fi2d(1 : klon) = fxtevap(ixt,:, nsrf) 2665 CALL histwrite_phy(o_xtevap_srf(ixt,nsrf), zx_tmp_fi2d) 2666 ENDDO 2667 2662 2668 IF (vars_defined) zx_tmp_fi3d(:,:)=xtl_seri(ixt,:,:)+xts_seri(ixt,:,:) 2663 2669 CALL histwrite_phy(o_xtcond(ixt), zx_tmp_fi3d)
Note: See TracChangeset
for help on using the changeset viewer.