-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added exemple notebook 8 with rice simulation parameters for Cameroon…
… - also added exemple 7
- Loading branch information
Jérémy Lavarenne
committed
Apr 14, 2024
1 parent
821425f
commit dbfe683
Showing
4 changed files
with
7,545 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# params itk pour simulation Rice SATIVA F95 d'après paramètres fournis par Agali Alhassane le 14/04/2024 | ||
|
||
DateSemis: 2020-5-1 | ||
NI: .nan # intensification parameter ; if .nan computation will be done without taking intensification into consideration | ||
coefMc: 0.0 # impact of permanent covering effect on estimation of coefficient of evaporation from the soil (kce) | ||
|
||
densite: 320000.0 # sowing density (ha-1) | ||
|
||
nbjTestSemis: 0 # parameter for testing sowing date | ||
profRacIni: 0.0 # used in the initiatlization of root_tank_capacity | ||
seuilEauSemis: 8.0 # if surface_tank_stock is above this threshold, crop is initiated | ||
|
||
# irrigation related | ||
irrigAuto: false | ||
irrigAutoTarget: 0.0 | ||
maxIrrig: 0.0 | ||
|
||
# mulch related | ||
surfMc: 1.0 # overing capacity of the mulch (ha/t) | ||
biomIniMc: 0.0 # initial mulch biomass (kg/ha) | ||
humSatMc: 0.0 # saturation point of mulch, kg H2O/kg biomass (% m/m) | ||
mulch: 1.0 # permanent mulch effect | ||
|
||
KI: 0.0 # coefficient used in mulch calculations | ||
KNLit: 0.0 # coefficient used in mulch calculations | ||
KNUp: 0.0 # coefficient used in mulch calculations | ||
KT: 0.0 # coefficient used in mulch calculations | ||
|
||
# non utilisés dans le modèle python | ||
DisMc: 0 | ||
TxRecolte: 0.0 | ||
TxaTerre: 0.0 | ||
NbUBT: 10.0 | ||
dateFin: 300.0 # does not seem to be used ? | ||
precision: 0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# params Rice SATIVA F95 d'après paramètres fournis par Agali Alhassane le 14/04/2024 | ||
|
||
# Phenology | ||
# SARRA |---Levée---|---BVP---|---PSP---|---RPR---|---MATU1---|---MATU2---| | ||
# WOFOST |---TSUMEM--|------------TSUM1------------|---------TSUM2---------| | ||
SDJLevee: 50.0 | ||
SDJBVP: 340.0 | ||
SDJRPR: 410.0 | ||
SDJMatu1: 180.0 | ||
SDJMatu2: 135.0 | ||
|
||
KRdtPotA: 0.85 | ||
KRdtPotB: 1000.0 | ||
|
||
PPExp: 0.0 | ||
SeuilPP: 13.6 | ||
PPsens: 1.0 | ||
PPCrit: 11.5 | ||
|
||
TBase: 13.0 | ||
TOpt1: 25.0 | ||
TOpt2: 36.0 | ||
TLim: 44.0 | ||
|
||
pcReallocFeuille: 0.6 | ||
txConversion: 5.0 | ||
txAssimBVP: 1.0 | ||
txAssimMatu1: 1.0 | ||
txAssimMatu2: 0.9 | ||
kRespMaint: 0.01 | ||
|
||
aeroTotBase: 0.65 | ||
aeroTotPente: 2.8e-05 | ||
feuilAeroBase: 0.65 | ||
feuilAeroPente: -6.5e-05 | ||
txRealloc: 0.5 | ||
|
||
tempMaint: 25.0 | ||
|
||
kcMax: 1.25 | ||
PFactor: 0.55 | ||
seuilCstrMortality: 5.0 | ||
kdf: 0.5 | ||
|
||
txResGrain: 0.55 | ||
|
||
VRacLevee: 10.0 | ||
VRacBVP: 10.0 | ||
VRacPSP: 15.0 | ||
VRacRPR: 10.0 | ||
VRacMatu1: 0.0 | ||
VRacMatu2: 0.0 | ||
|
||
slaMin: 0.0012 | ||
slaMax: 0.0073 | ||
slaPente: 0.3 | ||
|
||
densiteA: 0.7 | ||
densiteP: 4.5 | ||
|
||
# supp params | ||
densOpti: 53333.0 | ||
AGauss: 1.0 | ||
KRdtBiom: 0.0 | ||
LGauss: 1.0 | ||
NIYo: 1.0 | ||
NIp: 0.0 | ||
phaseDevVeg: 0 | ||
poidsSecGrain: 0.025 | ||
senCO2: 10.0 |
Oops, something went wrong.