Ignore:
Timestamp:
Feb 7, 2013, 3:56:38 PM (11 years ago)
Author:
musat
Message:

Ajout coefficient beta (=Evap/Evap? potentielle) fonction de la latitude
et de la saison (voir these AbdulKhadre? Traore).

Frederic Hourdin
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/surf_land_bucket_mod.F90

    r1146 r1724  
    2424    USE cpl_mod
    2525    USE dimphy
     26    USE comgeomphy
    2627    USE mod_grid_phy_lmdz
    2728    USE mod_phys_lmdz_para
     
    9798! calculate constants
    9899    CALL calbeta(dtime, is_ter, knon, snow, qsol, beta, capsol, dif_grnd)
     100    if (type_veget=='betaclim') then
     101       CALL calbeta_clim(knon,jour,rlatd(knindex(:)),beta)
     102    endif
     103
    99104       
    100105! calculate temperature, heat capacity and conduction flux in soil
Note: See TracChangeset for help on using the changeset viewer.