PEST calibration instruction file

185 views
Skip to first unread message

Chang Liao

unread,
Jul 20, 2015, 9:56:59 PM7/20/15
to mod...@googlegroups.com
The PEST inputs file--instruction file, which PEST uses to read the model outputs, requires that model output file should be no more than 2000 characters in width.
But my modflow model output file, the head file, exceeds that limit. So what is the option to get over this constrain?
What comes in my mind is either using another package to save to desired head into another shorter output file or adding post-process utility to reduce the characters.
Has anyone encountered this problem before?

Simon Woodward

unread,
Jul 21, 2015, 10:41:33 PM7/21/15
to mod...@googlegroups.com

Isn’t the HDS file a binary file? Or do you mean a different file.

From the PEST manual page 3-10:

“If your model produces only  binary files, you will

need to write a simple program which reads this binary data and rewrites it in ASCII form;”

 

 

--
You received this message because you are subscribed to the Google Groups "MODFLOW Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to modflow+u...@googlegroups.com.
To post to this group, send email to mod...@googlegroups.com.
Visit this group at http://groups.google.com/group/modflow.
For more options, visit https://groups.google.com/d/optout.

Chang Liao

unread,
Jul 22, 2015, 12:02:48 PM7/22/15
to MODFLOW Users Group, simon.w...@lincolnagritech.co.nz
MODFLOW could output both ascii or binary format files, which is controlled using the OC package.

I found another way out by reducing the line characters count using the FORMAT keyword in OC package. It is simply a Fortran format controls.
Now the the instruction file could read the output directly. 
Since format strictly follows the spaces, it is actually better for PEST to read since I can directly direct PEST to read exact column.
Reply all
Reply to author
Forward
0 new messages