failed conversion using boost::any_cast #12
Replies: 4 comments 2 replies
-
|
The issue here is that you are using an input file of an earlier version with slightly different options. In addition you can run and you can find a list of options of the main input file I have struggle myself a few times after I change the options. eg. Let me know if there are uncertainties about that |
Beta Was this translation helpful? Give feedback.
-
|
This is a strange error. It must be some input inconsistency. |
Beta Was this translation helpful? Give feedback.
-
|
In this link you can see an input file that almost match the version you are using. https://raw.githubusercontent.com/wiki/giorgk/ichnos/Mwrkspc/input_files02/c2vsim_CLOUD_SS_config.ini |
Beta Was this translation helpful? Give feedback.
-
|
I believe I found the source of the error. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I created INOCHOS files for a small model. I run the code with version 0.4.13.
In the new version, it didn't recognize increaseRateChange and limitUpperDecreaseStep so I commented them out. Then I got the following error message:
Ichnos will run using 1 processors
Reading input data...
--> Configuration file: Lakes_config.ini
boost::bad_any_cast: failed conversion using boost::any_cast
Do you have any thoughts on this? I put my configuration file below:
Model configuration file for SUTRA 3D Lakes example
Input file version 0.4.13
[Velocity]
XYZType = CLOUD
Type = DETRM
ConfigFile = Lakes_vf_config.ini
[Domain]
Outline = Lakes_outline.ich
TopFile = Lakes_TopBottom.ich
#TopRadius = 500
#TopPower = 3
BottomFile =
#BottomRadius = 500
#BottomPower = 0
ProcessorPolys =
#ExpandedPolys = c2vsim_Single_proc_poly.ich
[StepConfig]
Method = RK45
Direction = -1
StepSize = 3600
StepSizeTime = 3600
nSteps = 10
nStepsTime = 0
minExitStepSize = 0.1
[AdaptStep]
MaxStepSize = 10000
MinStepSize = 1000
#increaseRateChange = 1.1
#limitUpperDecreaseStep = 0.15
Tolerance = 10
[StoppingCriteria]
MaxIterationsPerStreamline = 3000
MaxProcessorExchanges = 50
AgeLimit = -1
StuckIter = 10
AttractFile =
AttractRadius = 30
[InputOutput]
ParticleFile = Lakes_particles.ich
#WellFile = Lakes_wells.ich
OutputFile = Lakes_out_
ParticlesInParallel = 5000
GatherOneFile = 0
[Other]
Version = 0.4.13
#Nrealizations = 1
Beta Was this translation helpful? Give feedback.
All reactions