Changeset 5572


Ignore:
Timestamp:
Mar 10, 2025, 6:50:34 PM (3 months ago)
Author:
asima
Message:

Commenting out the output of 2 tracer depositions fluxes introduced in rev 5473,
until the corresponding fields are added in field_def_lmdz.xml for all LMDZ tracers
(or at least for those concerned by "testing" simulations).

File:
1 edited

Legend:

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

    r5524 r5572  
    28642864             CALL histwrite_phy(o_dtr_uscav(itr),d_tr_uscav(:,:,itr))
    28652865            !--2D fields
    2866              CALL histwrite_phy(o_dtr_wet_cv(itr), flux_tr_wet_cv(:,itr))
    2867              CALL histwrite_phy(o_dtr_wet(itr), flux_tr_wet(:,itr))
     2866             ! flux*_wet and _wet_cv are introduced in r5473. They work with IOIPSL.
     2867             ! For XIOS, the corresponding fields must be added in field_def_lmdz.xml for the LMDZ tracers. 
     2868             ! Until then, these outputs are commented out.
     2869             !CALL histwrite_phy(o_dtr_wet_cv(itr), flux_tr_wet_cv(:,itr))
     2870             !CALL histwrite_phy(o_dtr_wet(itr), flux_tr_wet(:,itr))
    28682871             CALL histwrite_phy(o_dtr_dry(itr), flux_tr_dry(:,itr))
    28692872             zx_tmp_fi2d=0.
Note: See TracChangeset for help on using the changeset viewer.