Skip to content

Commit

Permalink
input file changes for easy popping
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Blevins committed Oct 26, 2023
1 parent 0b171ab commit 924c89c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 91 deletions.
30 changes: 15 additions & 15 deletions examples/global-lunar-bombardment/ctem.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@


! Testing input. These are used to perform non-Monte Carlo tests.
testflag F ! Set to T to create a single crater with user-defined impactor properties
testimp 100000 ! Diameter of test impactor (m)
testflag T ! Set to T to create a single crater with user-defined impactor properties
testimp 15000.0 ! Diameter of test impactor (m)
testvel 18.3e3 ! Velocity of test crater (m/s)
testang 45.0 ! Impact angle of test crater (deg) - Default 90.0
testxoffset 0 ! x-axis offset of crater center from grid center (m) - Default 0.0
testyoffset 0 ! y-axis offset of crater center from grid center (m) - Default 0.0
testang 90.0 ! Impact angle of test crater (deg) - Default 90.0
testxoffset 0.0 ! x-axis offset of crater center from grid center (m) - Default 0.0
testyoffset 0.0 ! y-axis offset of crater center from grid center (m) - Default 0.0
tallyonly F ! Tally the craters without generating any craters
testtally F
quasimc F ! MC run constrained by non-MC 'real' craters given in a list
realcraterlist qmctest2.in ! list of 'real' craters for Quasi-MC runs
realcraterlist craterlist.in ! list of 'real' craters for Quasi-MC runs



! IDL driver in uts
interval 10.0
interval 1.0
numintervals 1 ! Total number of intervals (total time = interval * numintervals) <--when runtype is 'single'
restart F ! Restart a previous run
impfile NPFextrap.dat ! Impactor SFD rate file (col 1: Dimp (m), col 2: ! impactors > D (m**(-2) y**(-1))
Expand All @@ -33,10 +33,10 @@ runtype single ! Run type: options are normal /
! statistical: surface is reset between intervals

! CTEM required inputs
seed 765 ! Random number generator seed
gridsize 500 ! Size of grid in pixels
seed 1111 ! Random number generator seed
gridsize 1000 ! Size of grid in pixels
numlayers 10 ! Number of perched layers
pix 12.32e3 ! Pixel size (m)
pix 6.16e3 ! 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 All @@ -60,11 +60,11 @@ doseismic F ! Perform seismic shaking calcul

! Optional inputF These have internally set default values that work reasonable well. Comment them out with
deplimit 9e99 ! Depth limit for craters (m) - Default is to ignore.
maxcrat 0.15 ! Fraction of gridsize that maximum crater can be - Default 1.0 (0.15 for full MC; 3.15e-2 for Quasi-MC)
maxcrat 3.15e-2 ! Fraction of gridsize that maximum crater can be - Default 1.0 <--0.15 for full MC; 3.15e-2 for Quasi-MC
killatmaxcrater F ! Stop the run if a crater larger than the maximum is produced - Default F
basinimp 35.0e3 ! Size of impactor to switch to lunar basin scaling law - Default is to ignore
basinimp 35.0e6 ! 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
dosoftening F ! Do ejecta softening - Default T
doangle T ! Vary the impact angle. Set to F to have only vertical impacts - Default T
Kd1 0.0001
psi 2.000
Expand All @@ -74,5 +74,5 @@ doregotrack T
dorays F
superdomain F
dorealistic F
domixing T
dotopodiffusion F
dotopodiffusion F
domixing F
76 changes: 0 additions & 76 deletions examples/global-lunar-bombardment/temp.in

This file was deleted.

0 comments on commit 924c89c

Please sign in to comment.