frank0434 / Master

repo for the master project - water stress for APSIMX lucerne model
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

DUL mismatch in calculation results and prediction #32

Closed frank0434 closed 3 years ago

frank0434 commented 3 years ago

image

image

frank0434 commented 3 years ago

becuase the observed data is not reduced to 0.95

frank0434 commented 3 years ago

why the observed data missed the last point

> SW_mean_new[Experiment =="AshleyDene" & SowingDate == "SD9"]$Clock.Today %>% range()
[1] "2012-01-10" "2012-06-22"
frank0434 commented 3 years ago

why obs in AD got trimmed out during preparation?

> obs_Richard[Clock.Today > "2012-06-10" & SimulationName =="AshleyDene"]
Empty data.table (0 rows and 37 cols): Clock.Today,Height,ShootPopulation,ShootWt,LeafWt,StemWt...
frank0434 commented 3 years ago

~https://github.com/frank0434/Master/blob/3501a16a25d0a8442e38b4247cd26a842a7f545c/02scripts/Chapter4DataPreparation.Rmd#L186~ ~this is the step the last point lost~ no obs lost here was apsimx configuration issue