30 |
import numpy as np #numerial python for arrays |
import numpy as np #numerial python for arrays |
31 |
from math import * # math package |
from math import * # math package |
32 |
#used to construct polygons for plotting from pycad |
#used to construct polygons for plotting from pycad |
33 |
from cblib import getLoopCoords |
from cblib import getLoopCoords, needdirs |
34 |
|
|
35 |
#set modal to 1 for a syncline or -1 for an anticline structural |
#set modal to 1 for a syncline or -1 for an anticline structural |
36 |
#configuration |
#configuration |
39 |
# the folder to put our outputs in, leave blank "" for script path - |
# the folder to put our outputs in, leave blank "" for script path - |
40 |
# note this folder path must exist to work |
# note this folder path must exist to work |
41 |
save_path = "data/heatrefrac001" |
save_path = "data/heatrefrac001" |
42 |
|
needdirs([save_path]) |
43 |
|
|
44 |
#Model Parameters |
#Model Parameters |
45 |
width=5000.0 #width of model |
width=5000.0 #width of model |