Changes between Version 7 and Version 8 of Documentation/Frac_Nobio


Ignore:
Timestamp:
2016-05-12T10:22:44+02:00 (8 years ago)
Author:
aducharne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Frac_Nobio

    v7 v8  
    2222== slowproc == 
    2323 
    24 slowproc_veget : computes the frac_nobio from the vegetation map read. It sums all the fractions which are covered by ice in carteveg5km.nc. 
     24slowproc_veget :  
     25- computes the frac_nobio from the vegetation map read. It sums all the fractions which are covered by ice in carteveg5km.nc. 
     26- AD: defines soiltile(:,jst=1,3) for hydrol. totfrac_nobio(:) is included in soiltile(:,1), the fraction covered by bare soil (PFT1, jv=1).  
    2527 
    2628slowproc_readvegetmax : derived from the PFT map as the complement needed to bring the sum of veget(ig,jv) to 1. So the other types of non biological active surface types are apparently not documented in the PFT maps. 
     
    5153Here frac_nobio is not used. The information about the fraction of the grid box which is not covered by vegetation or bare soil is integrated in the various surface parameters provided to enerbil (vbeta1, soilflx, soilcap). 
    5254 
     55AD: do the energy and water and fluxes produced by enerbil correspond to vegtot= SUM(veget_max(:,jv), jv=1,nvm), or to vegtot+totfrac_nobio=1 ?? 
    5356== hydrol == 
    5457 
    5558hydrol_snow : frac_nobio is used to update the snow mass with the fraction of sublimation attributable to the fraction of the grid not covered by biological active surfaces. It also intervenes in the melting of the snow on (1-totfrac_nobio) and split the falling snow over the 2 sub areas of the grid box.  
     59 
     60AD: hydrol_soil treats the soil water balance with the following features, which may not be consistent from the point of view of nobio: 
     61- the soil treated in hydrol_soil covers SUM(soiltile(ji,:))=1=vegtot+totfrac_nobio 
     62- excluding the water fluxes to/from the routing scheme for simplicity, the soil receives as liquid input fluxes: (i) the snowmelt that was produced from vegtot+totfrac_nobio, and (ii) the rainfall that fell on vegtot only. Here, I am not sure if it's consistent to redistribute this rainfall on vegtot+totfrac_nobio without renormalization...? 
     63- the water fluxes that leave the soil are (i) the surface runoff, drainage, and bare soil evaporation (evapnu), which are produced over SUM(soiltile(ji,:))=vegtot+totfrac_nobio, (ii) the transpiration and interception loss, which are only produced from the PFT 2 to nvm, corresponding to soiltile(ji,2)+soiltile(ji,3). This sends back to my question regarding enerbil, although I don't imply this is wrongly done in the code. 
     64 
    5665 
    5766== thermosoil ==