daquinterop / Py_DSSATTools

A Python library for crop modeling using DSSAT
GNU General Public License v3.0
54 stars 19 forks source link

Yes, I manually modified the cultivar value in DSSAT and it worked. #11

Closed taynaravaleriano closed 1 year ago

taynaravaleriano commented 1 year ago
          Yes, I manually modified the cultivar value in DSSAT and it worked. 

Could you, please, check if it is possible to manage this in fortran?

_Originally posted by @taynaravaleriano in https://github.com/daquinterop/Py_DSSATTools/issues/10#issuecomment-1669598623_

daquinterop commented 1 year ago

Hi Taynara. I just fixed that issue and pushed the last changes. Thanks for letting me know. Please install the last version from the repository and let me know if it works.

taynaravaleriano commented 1 year ago

Hi Diego, thank you for your support. However is not working yet, when I try to run with values like 1000, it gives me an error, and in the CUL file the values stays like this:

image

daquinterop commented 1 year ago

How did you installed the latest version?

taynaravaleriano commented 1 year ago

Yes, I run:

pip install DSSATTools

daquinterop commented 1 year ago

Ok. That'll install the latest version I uploaded to PyPI. I won't upload the latest changes to PyPI until I'm sure the fix works. So, please do this:

First uninstall the library:

pip uninstall DSSATTools

Then clone the repository and install it from it:

git clone https://github.com/daquinterop/Py_DSSATTools
cd Py_DSSATTools
pip install -e .

Try that and let me know if it works

taynaravaleriano commented 1 year ago

Hii Diego, it worked!

Thank you so much!