Changeset 3588


Ignore:
Timestamp:
Oct 16, 2019, 5:25:43 AM (5 years ago)
Author:
fhourdin
Message:

On enleve temporairement la sortie d'une variable porbablement mal initialisee.

File:
1 edited

Legend:

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

    r3575 r3588  
    15491549          CALL histwrite_phy(o_icc3dstra, icc3dstra)
    15501550          CALL histwrite_phy(o_cldicemxrat, zfice)
    1551           zx_tmp_fi3d(:,:)=1-zfice(:,:)
    1552           CALL histwrite_phy(o_cldwatmxrat, zx_tmp_fi3d)
     1551          ! A reactiver ???
     1552          !zx_tmp_fi3d(:,:)=1-zfice(:,:)
     1553          !CALL histwrite_phy(o_cldwatmxrat, zx_tmp_fi3d)
    15531554          CALL histwrite_phy(o_reffclwtop, reffclwtop)
    15541555       ENDIF
Note: See TracChangeset for help on using the changeset viewer.