danigeos / tisc

TISC is a code to model isostasy, erosion/sediment transport/sedimentation, and tectonic kinematics, mostly for the study of sedimentary basins and source to sink systems.
https://sites.google.com/site/daniggcc/software/tisc
16 stars 2 forks source link

Changing velocites of a fault block with .UNIT files #8

Closed mberry28 closed 5 years ago

mberry28 commented 8 years ago

I'm sure that you are tired of me!

I've been stuck on this one for a few days... If I have one fault block, and I want to change the velocity of a fault block, I basically copy proj1.UNIT to proj2.UNIT and change the velocity value and redefine the time and time_stop values, and everything works fine. I have done this numerous times.

However...

Suppose that I have 2 separate fault blocks defined proj1.UNIT and proj2.UNIT. If I want to change the velocity of each of those blocks, and copy proj1.UNIT and proj2.UNIT to proj3.UNIT and proj4.UNIT respectively, change the velocity and the time values and it should work (making sure that the numbers in the .UNIT in order of timing). However, it doesn't seem to read the proj3.UNIT or proj4.UNIT files. I have troubleshooted this by rearranging the file name numbers with no success.

Any pointers?

danigeos commented 8 years ago

Your strategy seems correct, so you should send me the input files so that i can try them. Meanwhile, check out the cut_all, cut_units, etc available parameters at the template.UNIT

mberry28 commented 8 years ago

See attached.

I have been toying with the order of the .UNIT files so if they seem out of order that will be why.

Thanks

RGR.zip

danigeos commented 8 years ago

The time_final in the PRM is < than the time in the last two units, so it did not reach to read them. But anyway, you just have to add the 'cut_all 1', as i said, then it changes de velocity displayed at the en of the tisc run, on the screen.

You setup seems to gradually improve!

danigeos commented 8 years ago

@mberry28 can you close the issue if this was already clarified?