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

Initial conditions #23

Closed hanhydro closed 4 years ago

hanhydro commented 4 years ago

Dear Dr. Garcia-Castellanos,

I was wondering if you could direct me to the lines of TISC code where it deals with initial conditions of both isostasy (fourth-order) and landscape diffusion (second-order) equations to pass them to the solver.

I figured out the boundary conditions and have to know how TISC assigns initial conditions for the equations above.

Thank you.

Doe Han New Mexico Tech

danigeos commented 4 years ago

Hi, 4 sets of boundary conditions can be specified via the PRM input file.

I don't understand what do you mean by initial conditions.

On Fri, May 8, 2020 at 1:43 AM hanhydro notifications@github.com wrote:

Dear Dr. Garcia-Castellanos,

I was wondering if you could direct me to the lines of TISC code where it deals with initial conditions of both isostasy (fourth-order) and landscape diffusion (second-order) equations to pass them to the solver.

I figured out the boundary conditions and have to know how TISC assigns initial conditions for the equations above.

Thank you.

Doe Han New Mexico Tech

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/danigeos/tisc/issues/23, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACYFBCV5FBT4QTWSDNSE7B3RQNBTLANCNFSM4M3X2F2Q .

mberry28 commented 4 years ago

Doe,

I am also not sure what you mean by initial conditions, for flexure, do you mean effective elastic thickness and viscous relaxation? Those are located in tisc.c, look for the functions below.

Elastic_Deflection();
Viscous_Relaxation();

Landscape diffusion is just a coefficent and the code is in surf_proc.c, look for: Diffusive_Eros

hanhydro commented 4 years ago

Hi all,

Great. I got everything I needed.

Thank you for your help!

Doe