Ignore:
Timestamp:
Oct 22, 2020, 2:50:18 PM (4 years ago)
Author:
evignon
Message:

Premiere comission Etienne: changements pour le 1D (forcage en Ts au dessus des continents) et inclusion drag arbres dans yamada4_num=6

File:
1 edited

Legend:

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

    r3102 r3780  
    241241!
    242242!****************************************************************************************
     243
     244    ! EV: use calbeta
     245    CALL calbeta(dtime, is_lic, knon, snow, qsol, beta, cal, dif_grnd)
     246
     247
     248    ! use soil model and recalculate properly cal
    243249    IF (soil_model) THEN
    244250       CALL soil(dtime, is_lic, knon, snow, tsurf, tsoil, soilcap, soilflux)
     
    255261!
    256262!****************************************************************************************
    257     beta(:) = 1.0
    258     dif_grnd(:) = 0.0
     263 !   beta(:) = 1.0
     264 !   dif_grnd(:) = 0.0
    259265
    260266! Suppose zero surface speed
     
    291297!****************************************************************************************
    292298    CALL albsno(klon,knon,dtime,agesno(:),alb_neig(:), precip_snow(:)) 
     299
    293300    WHERE (snow(1 : knon) .LT. 0.0001) agesno(1 : knon) = 0.
    294301    zfra(1:knon) = MAX(0.0,MIN(1.0,snow(1:knon)/(snow(1:knon)+10.0)))
     
    303310!IM: KstaTER0.77 & LMD_ARMIP6   
    304311
    305 ! Attantion: alb1 and alb2 are the same!
     312! Attantion: alb1 and alb2 are not the same!
    306313    alb1(1:knon)  = alb_vis_sno_lic
    307314    alb2(1:knon)  = alb_nir_sno_lic
Note: See TracChangeset for help on using the changeset viewer.