Skip to content

Commit

Permalink
added exemple notebook 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérémy LAVARENNE committed Jan 9, 2025
1 parent d4c4ee2 commit 21c7693
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 0 deletions.
33 changes: 33 additions & 0 deletions data/exemple_data/exemple_4/itk_exemple_4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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: 53333.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
73 changes: 73 additions & 0 deletions data/exemple_data/exemple_4/variety_exemple_4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# params ok depuis MaisOPV_MLIV42 - fichier SyntheseCalibrationVarietes_04_2020 feuille maïsv42
AGauss: 1.0
KRdtBiom: 0.0 # ok
KRdtPotA: 0.4 # ok
KRdtPotB: 200.0 # ok
LGauss: 1.0
NIYo: 1.0
NIp: 0.0
PFactor: 0.45 # ok
PPCrit: 11.0 # ok
PPExp: 0.0 # ok
PPsens: 5.0 # ok

# SARRA |---Levée---|---BVP---|---PSP---|---RPR---|---MATU1---|---MATU2---|
# WOFOST |---TSUMEM--|------------TSUM1------------|---------TSUM2---------|

# WOFOST TSUMEM
# temperature sum from sowing to emergence
SDJLevee: 90.0 # ok
SDJBVP: 500.0 # ok
SDJRPR: 400.0 # ok
SDJMatu1: 500.0 # ok
SDJMatu2: 200.0 # ok

SeuilPP: 13.6 # ok

TBase: 8.0 # ok

TLim: 44.0 # ok
TOpt1: 26.0 # ok
TOpt2: 34.0 # ok
VRacLevee: 30.0 # ok
VRacBVP: 15.0 # ok
VRacPSP: 15.0 # ok
VRacRPR: 15.0 # ok
VRacMatu1: 12.0 # ok
VRacMatu2: 12.0 # ok

aeroTotBase: 0.6 # ok
aeroTotPente: 3.5e-05 # ok

# optimal density
# according to http://www.tropicultura.org/text/v29n3/183.pdf spacings go from 25 x 25cm to 40 x 40cm
# -> 62500 to 160000 plants/ha
densOpti: 65000.0 # ok
densiteA: 0.7 # ok
densiteP: 4.5 # ok

feuilAeroBase: 0.6 # ok
feuilAeroPente: -1.4e-04 # ok
kRespMaint: 0.01 # ok
kcMax: 1.25 # ok
kdf: 0.4 # ok
pcReallocFeuille: 0.7 # ok
phaseDevVeg: 0
poidsSecGrain: 0.38 # ok
senCO2: 10.0 # ok
seuilCstrMortality: 3.0 # ok

slaMax: 0.006 # ok
slaMin: 0.002 # ok
slaPente: 0.4 # ok

tempMaint: 25 # ok

txAssimBVP: 1.0 # ok
txAssimMatu1: 0.9 # ok
txAssimMatu2: 0.1 # ok

#
txConversion: 5.8 # ok
txRealloc: 0.4 # ok
txResGrain: 0.55 # ok
Loading

0 comments on commit 21c7693

Please sign in to comment.