Changeset 3805 for LMDZ6


Ignore:
Timestamp:
Jan 19, 2021, 9:51:28 PM (3 years ago)
Author:
asima
Message:

Replacement of LOGICAL "ok_snow" flag by INTEGER "landice_opt" (as in phys_output_write_mod.F90),
required by the introduction of INLANDSIS interface between LMDZ and the snow in SISVAT (rev r3792 by E. Vignon).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/Dust/phys_output_write_spl_mod.F90

    r3786 r3805  
    383383    USE infotrac, ONLY: nqtot, nqo, nbtr, type_trac
    384384    USE geometry_mod, ONLY: cell_area
    385     USE surface_data, ONLY: type_ocean, version_ocean, ok_veget, ok_snow
     385    USE surface_data, ONLY: type_ocean, version_ocean, ok_veget, landice_opt
    386386!    USE aero_mod, ONLY: naero_spc
    387387    USE aero_mod, ONLY: naero_tot, id_STRAT_phy
     
    677677       CALL histwrite_phy(o_tauy, zx_tmp_fi2d)
    678678
    679        IF (ok_snow) THEN
     679       IF (landice_opt .GE. 1 ) THEN
    680680          CALL histwrite_phy(o_snowsrf, snow_o)
    681681          CALL histwrite_phy(o_qsnow, qsnow)
Note: See TracChangeset for help on using the changeset viewer.