Skip to content
Snippets Groups Projects
Commit e55f7a94 authored by Dave Whipp's avatar Dave Whipp
Browse files

added isobc to parameters for new isostasy B/Cs

parent 5b25e4d7
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,8 @@ module definitions
! this contains all sorts of parameters used in the code, such as flags,
! convergence parameters, octree levels, ... pretty much all parameters
! that are read in the input file.
! isobc is a boolean value used to turn on/off the use of the modified isostasy
! boundary conditions (dwhipp 12/09)
type parameters
logical compute_qpgram
......@@ -214,6 +216,7 @@ module definitions
logical calculate_temp
logical isostasy
logical flexure
logical isobc
integer nmpi
integer levelcut
integer levelapprox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment