Open wle0001 opened 5 years ago
Pulled the latest updates on develop. Got everything working but the new DSSAT_EnKF_maize.exe is looking for different naming conventions:
In data/dssat dir MODEL.ERR should be DSSAT_EnMODEL.ERR
In maize.py line 180:
filename = "{0}/DSSAT40_{1:03d}.INP" .format(modelpath, ens + 1)
DSSAT40 is hard coded, use to be ensemble number now exe just looks for DSSAT_{1:03d}.INP
Pulled the latest updates on develop. Got everything working but the new DSSAT_EnKF_maize.exe is looking for different naming conventions:
In data/dssat dir MODEL.ERR should be DSSAT_EnMODEL.ERR
In maize.py line 180:
filename = "{0}/DSSAT40_{1:03d}.INP" .format(modelpath, ens + 1)
DSSAT40 is hard coded, use to be ensemble number now exe just looks for DSSAT_{1:03d}.INP