-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.properties
145 lines (120 loc) · 3.78 KB
/
example.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# Config for Particle_test.java
destinationDirectory=
# Directories to use for cluster runs
#basedir = /home/sa01ta/particle_track/
#datadir = /home/sa01ta/particleTrack/hydroFiles/westcoms2/
# As above, for running on desktop
basedir = C:\\Users\\sa01ta\\Documents\\particle_track\\
datadir = D:\\hydroOut\\WestCOMS2\\
#datadir = W:\\common\\sa01da-work\\WeStCOMS2\\Archive\\
#datadirPrefix = netcdf_
datadirPrefix =
datadirSuffix =
datadir2 =
#datadir2 = D:\\hydroOut\\NEA_ROMS\\1hr\\
datadir2Prefix =
datadir2Suffix =
mesh1=WestCOMS2_Mesh.nc
#mesh1=C:\\Users\\SA01TA\\Documents\\particle_track\\WestCOMS_mesh.nc
mesh1Type = FVCOM
mesh2 =
#mesh2Type =
#mesh2=D:\\hydroOut\\NEA_ROMS\\1hr\\2018\\NEATL_2018122722.nc
#mesh2Type = ROMS
#coordRef=WGS84
coordRef=OSGB1936
#sitefile = sitesActive_20190401.dat
#sitefile = siteSingle.dat
sitefile = C:\\Users\\sa01ta\\Documents\\OFF-AQUA\\liceTracking\\airdsPoint\\airdsBay.dat
#sitefileEnd =
#restartParticles = C:\\Users\\sa01ta\\Documents\\OFF-AQUA\\liceTracking\\locationsEnd_20190501_first67.dat
restartParticlesCutoffDays = 21
location = westcoms
#location = minch
minchVersion = 2
habitat =
suffix =
# Run data info
# Time parameters for run
start_ymd=20191021
# If numberOfDays is specified and !=0, "end_ymd" is ignored
numberOfDays = 3
# Use this as the last day if numberOfDays=0
end_ymd=20160301
# Forwards or backwards run
# Currently only available by uncommenting specific loop lines; not tested for years 15/06/17)
#backwards = false
# Integration routine
# rk4=false => euler
rk4 = true
# Calculate using concurrent operations (particle movement only)
parallel = true
parallelThreads = 4
#cluster = true; # redundant if setting up directories as above
# Diffusion?
diffusion = true
variableDiff = false
# Particle options
# Do particles carry on moving after reaching a settlement site (and therefore able to "settle"/"infect" multiple sites)?
endOnArrival = false
# Read just the velocity arrays from hydordynamic files?
readHydroVelocityOnly = true
# Info on hydrodynamic files read in
# timestep between records (s)
dt=3600
# number of integration steps to use per velocity record
# 30 works well with RK4 method, if using Euler method, need closer to 200
stepsPerStep=30
# number of time records per file
#(model assumes these will overlap by one record
# i.e. last record of each file is the first of the next file)
recordsPerFile1=25
# integer to switch release scenario
# 0 all at "releaseTime"
# 1 continuous release ("nparts" per hour per site)
# 2 continuous release between releaseTime and releaseTimeEnd ("nparts" released per hour, on the hour, per site)
releaseScenario = 2
# Number of particles per site per release
nparts=1000
# Hour at which to release particles if "releaseScenario" = 0
releaseTime = 7
releaseTimeEnd = 11
# The threshold distance (m), closer than which particles are deemed to have settled.
thresh=500
# Coefficient for horizontal diffusion
D_h = 0.1
# Define species - will influence behaviour of particles
species = sealice
salinityThreshold = 20
behaviour=1
vertSwimSpeedMean=0
vertSwimSpeedStd=0
sinkingRateMean = 0
sinkingRateStd = 0
# Coefficient for vertical diffusion - NOT PRESENTLY USED
D_hVert = 0
# A starting depth for particles
setStartDepth = true
fixDepth = true
startDepth = 2
# Hourly mortality rate
mortalityRate = 0.01
# time at which particles become able to settle (hr)
#viabletime=86
#maxParticleAge=336
#viableDegreeDays = -1
#maxDegreeDays = -1
# Alternative to the above, set degree-days for switch to settlement stage ("viable")
# and maximum lifespan ("max"). Set to -1 to ignore.
viabletime=-1
maxParticleAge=-1
viableDegreeDays = 40
maxDegreeDays = 150
# Data outputs
recordPsteps=true
splitPsteps=false
pstepsInterval=130
recordConnectivity=true
connectivityInterval=130
recordLocations=true
recordArrivals=true