Error while running ldt.parameter file #1382
-
Hello, I was running ldt.parameter file using LDT and PRINCETON met forcing for irrigation parameterization, it is showing this kind of error: Error: It is showing that there is no such file named fort.15, in fact I haven't used any file with such name in the config file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
First, can you try again, but remove the double-quotes before/after your directory paths?:
From your error message, the code is stopping at Line 78 in this routine I am highlighting: https://github.com/NASA-LIS/LISF/blob/master/ldt/params/crop_parms/readcropinventory.F90#L64-L78 It's likely the filename is not being set correctly (such as due to the double-quotes that should not be there). Also, do you have this file on disk available from the directory in which you are running LDT?
|
Beta Was this translation helpful? Give feedback.
Hi @Arijit22IITDelhi
First, can you try again, but remove the double-quotes before/after your directory paths?:
From your error message, the code is stopping at Line 78 in this routine I am highlighting:
https://github.com/NASA-LIS/LISF/blob/master/ldt/params/crop_parms/readcropinventory.F90#L64-L78
It's likely the filename is not being set correctly (such as due to the double-quotes that should not be there).
Also, do you have this file on disk available from the directory in which you are running LDT?
./INPUT/LS_PARAMETERS/cro…