Changes between Version 6 and Version 7 of Documentation/UserGuide/ErrAct


Ignore:
Timestamp:
2020-05-29T16:44:50+02:00 (4 years ago)
Author:
aducharne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/ErrAct

    v6 v7  
    2424 
    2525=== hydrol.f90 === 
    26 Water budget closure is checked in hydrol.f90 for the related water stores (soil, snowpack and canopy) owing to the diagnostic variable ''TWBR'' (total water budget residu). This variable can be seen in the MONITORING tool when running with libIGCM. 
     26Since [https://forge.ipsl.jussieu.fr/orchidee/changeset/2720 r2720], water budget closure is checked in hydrol.f90 for the related water stores (soil, snowpack and canopy) owing to the diagnostic variable ''TWBR'' (total water budget residu). This variable can be seen in the MONITORING tool when running with libIGCM. 
    2727 
    28 It is calculated at each time step as the difference between the total water storage change and the net fluxes, and should be close to zero if water is conserved. '''Acceptable values are in the oder of 10-13 kg/m2/s''' (~ less than 10^-8 kg/m2/d). 
     28It is calculated at each time step as the difference between the total water storage change and the net fluxes, and should be close to zero if water is conserved. '''Acceptable values are in the order of 10-13 kg/m2/s''' (~ less than 10^-8 kg/m2/d). 
    2929 
    3030Another useful check variable is ''undermcr'', which is defined per soiltile, and holds the number of orchidee time steps per output time step in which at least one soil layer has a moisture content mc below the residual value mcr. These situations are pathological, since they are close to negative moisture contents, which make no physical sense and cannot be tracted correctly by the code. 
     
    3434=== routing.f90 === 
    3535 
    36 Note that TWBR does not tell anything about water conservation in the routing scheme. Instead, specific water budget residues are  calculated for the 4 main reservoirs of the routing scheme: ''wbr_stream'', ''wbr_fast'', ''wbr_slow'', and ''wbr_lake''. The standard output unit is also in kg/m2/s, and these values must also be as close to zero as possible ('''DSG_review ADD RECOMMENDED VALUE for trunk revision XXXX''').  
     36Note that TWBR does not tell anything about water conservation in the routing scheme. Instead, specific water budget residues are  calculated for the 4 main reservoirs of the routing scheme: ''wbr_stream'', ''wbr_fast'', ''wbr_slow'', and ''wbr_lake''. The standard output unit is also in kg/m2/s, and these values must also be as close to zero as possible.  
    3737 
    38 In the trunk, the output level for these variables is 8, so they are not exported by default (SECHIBA_HISTLEVEL = 5), and you need change the the output level to get them. Explanations are [https://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/XIOSinConfig here].  
    39  
     38In the trunk (2.0), the output level for these variables is 8, so they are not exported by default (SECHIBA_HISTLEVEL = 5), and you need change the the output level to get them. Explanations are [https://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/XIOSinConfig here].  
    4039 
    4140== Energy conservation ==