Skip to content

Commit

Permalink
Updated the ray generation input file
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Apr 25, 2024
1 parent 06a6da8 commit da73d47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1,005 deletions.
15 changes: 10 additions & 5 deletions examples/ray-generation-test-environment/ctem.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runtype single ! Run type: options are normal /
seed 1108267 ! Random number generator seed
gridsize 1000 ! Size of grid in pixels
numlayers 10 ! Number of perched layers
pix 1.0e0 ! Pixel size (m)
pix 1.0e2 ! Pixel size (m)
mat rock ! Material (rock or ice)
! Bedrock scaling parameters
mu_b 0.41d0 ! Experimentally derived parameter for bedrock crater scaling law
Expand Down Expand Up @@ -62,18 +62,23 @@ neff 5.0d-10 ! Impact energy seismic efficien
! Optional input. These have internally set default values that work reasonable well. Comment them out with
countingmodel Fassett ! Crater counter model. Default is by Caleb Fassett.
deplimit 10d3 ! Depth limit for craters (m) - Default is to ignore.
maxcrat 1.00d0 ! Fraction of gridsize that maximum crater can be - Default 1.0
maxcrat 1.00d4 ! Fraction of gridsize that maximum crater can be - Default 1.0
killatmaxcrater F ! Stop the run if a crater larger than the maximum is produced - Default F
basinimp 35.0d3 ! Size of impactor to switch to lunar basin scaling law - Default is to ignore
docollapse T ! Do slope collapse - Default T
dosoftening T ! Do ejecta softening - Default T
doangle T ! Vary the impact angle. Set to F to have only vertical impacts - Default T
doregotrack F
doregotrack T
Kd1 0.00312669649143281
psi 2.000
fe 10.0
dorays T
ejecta_truncation 100.0

! Testing input. These are used to perform non-Monte Carlo tests.
testflag T ! Set to T to create a single crater with user-defined impactor properties
testimp 1.0 ! Diameter of test impactor (m)
testvel 15.d3 ! Velocity of test crater (m/s)
testimp 1.e2 ! Diameter of test impactor (m)
testvel 15.e3 ! Velocity of test crater (m/s)
testang 90.0 ! Impact angle of test crater (deg) - Default 90.0
testxoffset 0.0d0 ! x-axis offset of crater center from grid center (m) - Default 0.0
testyoffset 0.0d0 ! y-axis offset of crater center from grid center (m) - Default 0.0
Expand Down
Loading

0 comments on commit da73d47

Please sign in to comment.