-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Dear CLAWPACK Maintainers,
The VisIt version I use is 3.1.4. CLAWPACK files (produced by CLAWPACK 5.7.1) cannot be imported in VisIt even if the instruction from the CLAWPACK official documentation is followed:
https://www.clawpack.org/v5.1.x/visit_plotting.html
The error I encountered is "The pipeline object is being used improperly: scanf() matched only 2 of 5 items in time header". The suspected reason for that is because VisIt read the time header for the time files fort.t* following the one produced by the old-version CLAWPACK. Due to the change in the time header in the latest CLAWPAKC version, VisIt cannot match the time header and therefore complains. The time-header reader is implemented by ReadTimeStepHeader function in the avtClawFileFormat.c file. So this CLAWPACK file reader seems to be obsolete for the current CLAWPACK version 5.7.1 and there is no way to modify the Claw reader to adapt to the latest CLAWPACK version.
Therefore, I ask sincerely for your advice on the method to import CLAWPACK files using the latest VisIt 3.1.4. I would further appreciate your help if this feature could be included in the documentation.
Thank you.