Ignore:
Timestamp:
May 17, 2021, 3:35:58 PM (3 years ago)
Author:
evignon
Message:

Commission de la nouvelle interface LMDZ-SISVAT
la prochaine commission consistera a supprimer l'ancien repertoire sisvat
et a faire un peu de nettoyage.

File:
1 edited

Legend:

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

    r3893 r3900  
    10541054       CALL histwrite_phy(o_tauy, zx_tmp_fi2d)
    10551055
    1056        IF (landice_opt .GE. 1) THEN
    1057           CALL histwrite_phy(o_snowsrf, snow_o)
    1058           CALL histwrite_phy(o_qsnow, qsnow)
    1059           CALL histwrite_phy(o_snowhgt,snowhgt)
    1060           CALL histwrite_phy(o_toice,to_ice)
    1061           CALL histwrite_phy(o_sissnow,sissnow)
    1062           CALL histwrite_phy(o_runoff,runoff)
    1063           CALL histwrite_phy(o_albslw3,albsol3_lic)
    1064        ENDIF
     1056       ! Etienne: test sorties pour compil sur JZ
     1057!       IF (landice_opt .GE. 1) THEN
     1058!          CALL histwrite_phy(o_snowsrf, snow_o)
     1059!          CALL histwrite_phy(o_qsnow, qsnow)
     1060!          CALL histwrite_phy(o_snowhgt,snowhgt)
     1061!          CALL histwrite_phy(o_toice,to_ice)
     1062!          CALL histwrite_phy(o_sissnow,sissnow)
     1063!          CALL histwrite_phy(o_runoff,runoff)
     1064!          CALL histwrite_phy(o_albslw3,albsol3_lic)
     1065!       ENDIF
    10651066
    10661067       DO nsrf = 1, nbsrf
Note: See TracChangeset for help on using the changeset viewer.