Changeset 4525


Ignore:
Timestamp:
May 8, 2023, 2:29:51 PM (13 months ago)
Author:
crisi
Message:

adding isotopes in sub-surface outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90

    r4523 r4525  
    206206         o_dxtajs,o_dxtvdf,o_dxtthe, o_dxtch4, &
    207207         o_dxtprod_nucl,o_dxtcosmo,o_dxtdecroiss, &
     208         o_xtevap_srf, &
    208209#endif
    209210! Tropopause
     
    271272         wTSTD, u2STD, v2STD, T2STD, missing_val_nf90, delta_sal, ds_ns, &
    272273#ifdef ISO
    273         xtrain_con, xtsnow_con, xtrain_fall, xtsnow_fall, &
     274        xtrain_con, xtsnow_con, xtrain_fall, xtsnow_fall, fxtevap, &
    274275#endif
    275276         dt_ns, delta_sst, dter, dser
     
    26602661        CALL histwrite_phy(o_xtoliq(ixt), xtl_seri(ixt,:,:))
    26612662
     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
    26622668        IF (vars_defined) zx_tmp_fi3d(:,:)=xtl_seri(ixt,:,:)+xts_seri(ixt,:,:)
    26632669        CALL histwrite_phy(o_xtcond(ixt), zx_tmp_fi3d)
Note: See TracChangeset for help on using the changeset viewer.