nasa / RHEAS

Regional Hydrologic Extremes Assessment System
MIT License
73 stars 54 forks source link

DSSAT maize EnKf error #126

Open wle0001 opened 5 years ago

wle0001 commented 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