Ignore:
Timestamp:
Feb 1, 2023, 6:33:30 PM (16 months ago)
Author:
evignon
Message:

nettoyage surf_landice_mod + ajout d'un only pour le use du module
phys_output_mod

File:
1 edited

Legend:

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

    r4283 r4414  
    3030    USE cpl_mod,          ONLY : cpl_send_landice_fields
    3131    USE calcul_fluxs_mod
    32     USE phys_output_var_mod
     32    USE phys_output_var_mod, ONLY : snow_o,zfra_o
    3333!FC
    3434    USE ioipsl_getin_p_mod, ONLY : getin_p
     
    380380 
    381381!****************************************************************************************
    382 ! Etienne: comment these lines because of duplication just below
    383 !       snow_o=0.
    384 !       zfra_o = 0.
    385 !       DO j = 1, knon
    386 !           i = knindex(j)
    387 !           snow_o(i) = snow(j)
    388 !           zfra_o(i) = zfra(j)
    389 !       ENDDO
    390 !
    391 !****************************************************************************************
    392382       snow_o=0.
    393383       zfra_o = 0.
Note: See TracChangeset for help on using the changeset viewer.