Changes between Version 3 and Version 4 of Documentation/Frac_Nobio


Ignore:
Timestamp:
2016-05-11T22:18:18+02:00 (8 years ago)
Author:
jpolcher
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Frac_Nobio

    v3 v4  
    99 
    1010In the following we will go through each of the modules and detail where the frac_nobio is used and with which intention. 
     11 
     12== general comments == 
     13 
     14the 2 variables frac_nobio and totfrac_nobio are passed to most subroutines and thus this is redundant information as in principle totfrac_nobio(:) = SUM(frac_nobio(:,jv), jv=1,nnobio) but nowhere is it verified that the this is indeed true. 
     15 
     16The addition of the second dimension to frac_nobio (nnobio) was not done correctly and is not fully implemented. 
     17 
     18Thus a first step in an effort to better handle the no-bio fraction would be to clean-up the code and only use frac_nobio and deal properly with its second dimension. 
    1119 
    1220== slowproc == 
     
    2230There is no code either to update all the prognostic variables of the model which depend on frac_nobio, does this matter ? 
    2331 
     32== condveg == 
     33 
     34In condveg the frac_nobio is used in the same way as veget in order to derive surface properties. 
     35 
     36condveg_snow : used frac_nobio to add the albedo of ice to the total albedo of the grid box. Should other nobio types be present the model will stop. So only frac_nobio for ice is foreseen for the moment. 
     37 
     38condveg_z0logz and condveg_z0cdrag : use the same logic as for the snow and compute the grid box average surface roughness taking into account the properties of the ice (z0_nobio). 
     39 
    2440== diffuco == 
     41 
     42Ensures that over the frac_nobio only sublimation can occur. 
     43 
     44diffuco_snow : in this subroutine vbetaveg1 will be modified assuming that the all frac_nobio types have sublimation. 
     45 
    2546 
    2647== enerbil ==