Doubt related with the pathname of my model output file #251
gonzaloalen
started this conversation in
General
Replies: 2 comments 2 replies
-
Hi @gonzaloalen |
Beta Was this translation helpful? Give feedback.
1 reply
-
The way the lines in the control file are being parsed is by whitespace so any spaces in paths like "Time Series" is going to throw things off. Can you just rename "Time Series" to "Time_Series" in your workflow? If not, I can try to modify the control file reader to support this...I don't want to tell you how to do your work, but I avoid spaces in paths like the plague because it causes all sorts of trouble... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to use the pestpp-ies with my model. My model output file is not located in the working folder. If my working folder is:
D:...\Event\Landro.gid
My model output file is named "Hydrology_Hydrographs.csv" and is located here:
D:...\Event\Landro.gid\Time series\Hydrology_Hydrographs.csv
PEST++ Manual (section 4.14 - version 5.2.3) states that:
The “model output” section of the PEST control file contains instruction file - model output file pairs. If a filename contains a space, its name must be enclosed in quotes. Pathnames must be provided for both instruction files and model output files if they do not reside in the current working folder.
So I defined my pst file as:
However, even though I have included the quotes, it seems that pestpp-ies.exe is not able to read the path because of the spaces in the name of my "time series" folder:
The same document executed with pest.exe does not give me any problems. What mistake could I be making?
Beta Was this translation helpful? Give feedback.
All reactions