Ignore:
Timestamp:
Jan 4, 2021, 6:01:25 PM (3 years ago)
Author:
evignon
Message:

Ajout de INLANDSIS, nouvelle interface entre LMDZ et la neige de SISVAT
Etienne, 04/01/2021

File:
1 edited

Legend:

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

    r3787 r3792  
    361361    USE infotrac_phy, ONLY: nqtot, nqo, type_trac, tname, niadv
    362362    USE geometry_mod, ONLY: cell_area, latitude_deg, longitude_deg
    363     USE surface_data, ONLY: type_ocean, version_ocean, ok_veget, ok_snow
     363    USE surface_data, ONLY: type_ocean, version_ocean, ok_veget, landice_opt
    364364    USE aero_mod, ONLY: naero_tot, id_STRAT_phy
    365365    USE ioipsl, ONLY: histend, histsync
     
    10011001       CALL histwrite_phy(o_tauy, zx_tmp_fi2d)
    10021002
    1003        IF (ok_snow) THEN
     1003       IF (landice_opt .GE. 1) THEN
    10041004          CALL histwrite_phy(o_snowsrf, snow_o)
    10051005          CALL histwrite_phy(o_qsnow, qsnow)
Note: See TracChangeset for help on using the changeset viewer.