Create a dictionary containing modeling options that can be used as an input in run.SurEauR
Type
Default
Details
time_step_for_evapo
int
1
time step for the main evapotranspiration loop. Should be one of the following 1,2,4,6,8
reset_swc
bool
False
Boolean indicating whether soil layers should be refilled at the beginning of each year
avoid_water_soil_transfer
bool
True
Yet to be implemented. Boolean indicating whether the transfer of water between soil layers should be avoided by disconnecting the soil layers that get refilled from the soil-plant system
soil_evapo
bool
True
Boolean indicating whether soil evaporation should be simulated (True) or not (False)
defoliation
bool
False
Boolean indicating whether trees should loose leaves whenoccurs.cavitation occurs of the above part of plant. Defoliation starts only when PLC_Leaf > 10% .
threshold_mortality
int
90
Percentange value indicating the percentage loss of conductivity above which the plant is considered dead and simulation stops for the current year.
transpiration_model
str
[‘jarvis’, ‘granier’]
Transpiration model type
etp_formulation
str
[‘pt’, ‘penman’]
rn_formulation
str
[‘linacre’, ‘linear’]
the formulation of ETP to be used, either pt (Priestley-Taylor) or penman (Penmman)
pedo_transfer_formulation
str
[‘vg’, ‘campbell’]
method to be used to calculate net radiation from global radiation, either linacre or ‘linear’ (the linear method is not implemnted yet)
constant_climate
bool
False
Boolian indicating whether the climate should be considered constant or not
comp_options_for_evapo
str
[‘normal’, ‘accurate’, ‘fast’, ‘custom’]
custom_small_time_step_in_sec
int
600
Time step in seconds. Use if comp_options_for_evapo is set to custom