Skip to content

Commit

Permalink
Merge branch 'visualize3d' into realistic
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 23, 2022
2 parents e7c6208 + ed8cac8 commit fc8fc40
Show file tree
Hide file tree
Showing 15 changed files with 855 additions and 835 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ examples/global-lunar-bombardment/scale.ipynb
*.code-workspace

*.png

python/ctem/ctem.egg-info/
4 changes: 2 additions & 2 deletions examples/global-lunar-bombardment/ctem.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ runtype single ! Run type: options are normal /

! CTEM required inputs
seed 76535 ! Random number generator seed
gridsize 2000 ! Size of grid in pixels
gridsize 200 ! Size of grid in pixels
numlayers 10 ! Number of perched layers
pix 3.08e3 ! Pixel size (m)
pix 3.08e4 ! Pixel size (m)
mat rock ! Material (rock or ice)
! Bedrock scaling parameters
mu_b 0.55e0 ! Experimentally derived parameter for bedrock crater scaling law
Expand Down
1 change: 1 addition & 0 deletions python/ctem/ctem/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# from ctem.ctem_io_readers import *
# from ctem.ctem_io_writers import *
# from ctem.ctem_driver import *
from ctem.driver import *
69 changes: 0 additions & 69 deletions python/ctem/ctem/ctem_draw_surf.py

This file was deleted.

229 changes: 0 additions & 229 deletions python/ctem/ctem/ctem_driver.py

This file was deleted.

Loading

0 comments on commit fc8fc40

Please sign in to comment.