Changeset 8039
- Timestamp:
- 08/13/19 03:03:22 (4 months ago)
- Location:
- trunk/params
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/params/ew2moledb.desc
r6237 r8039 26 26 modName ew2moledb 27 27 modId MOD_EW2MOLEDB 28 instId ${EW_INST _ID}28 instId ${EW_INSTALLATION} 29 29 # 30 30 # -
trunk/params/gmew.d
r7968 r8039 243 243 244 244 ## OPTIONAL PARAMETER 245 ## ariasIntensity: When present this parameter causes the Arias Intensity 246 # value to be calculated and appended to the TYPE_STRONGMOTION2 messages. 247 # This is optional. 248 # 249 #ariasIntensity 250 251 ## OPTIONAL PARAMETER 245 252 ## sendActivate: When present this parameter sends an activated_scripts 246 253 # message with the eventID as the first argument and written XML file as the -
trunk/params/gmewhtmlemail.d
r8012 r8039 1 1 # gmewhtmlemail configuration file 2 3 2 4 3 # Earthworm stuff … … 49 48 # in a new format. 50 49 51 RAD_file /path/to/file/USBR_sites_2016.csv 50 RAD_file /path/to/file/USBR_sites_2016.csv 52 51 53 52 # conversions_file - file gain factors used by EWAVE to convert from displaying … … 259 258 260 259 # DontHiliteMax # Option to night highlight maxima 260 261 # list of PGA(%g) threshold values and colors (name or #FFFFFF) in decreasing order 262 ColorPGA 25 red 263 ColorPGA 10 orange 264 ColorPGA 5 yellow 265 ColorPGA 3 green 266 ColorPGA 1 darkgreen 267 ColorPGA 0.1 lightgreen 268 ColorPGA 0.01 blue -
trunk/params/startstop.desc
r7968 r8039 35 35 # until the status manager is restarted. 36 36 # 37 tsec: 60 page: 0 mail: 9937 tsec: 30 page: 0 mail: 1 38 38 # 39 39 # -
trunk/params/startstop_nt.d
r7968 r8039 9 9 # amount of physical RAM and configured virtual (paging) memory 10 10 # available. A good place to start is 1024 kilobytes. 11 # Ring names are listed in file earthworm. d.11 # Ring names are listed in file earthworm.h. 12 12 # 13 13 nRing 4 14 Ring AD_RING 102415 Ring WAVE_RING 102416 Ring PICK_RING 102417 Ring HYPO_RING 102414 Ring EEW_RING 1024 15 Ring WAVE_RING 4064 16 Ring PICK_RING 1024 17 Ring HYPO_RING 1024 18 18 # 19 19 MyModuleId MOD_STARTSTOP # Module Id for this program … … 25 25 # for a child process to self-terminate 26 26 # before killing it 27 # statmgrDelay 2 28 29 30 # maxStatusLineLen 158# Uncomment to set the maximum value of a27 # statmgrDelay 2 # Uncomment to specify the number of seconds 28 # to wait after starting statmgr 29 # default is 1 second 30 # maxStatusLineLen 80 # Uncomment to set the maximum value of a 31 31 # status line length. 80 is the default 32 # if this parameter is not set 33 #PipeName EarthwormStartstopPipe # name of "named pipe" for 32 # PipeName EarthwormStartstopPipe # name of "named pipe" for 34 33 # startstopconsole to access. you only 35 34 # need to use this if you're running 36 35 # multiple startstops on one Windows box 37 36 38 37 # … … 59 58 # To comment out a line, preceed the line by #. 60 59 # 61 Process "statmgr statmgr.d" 60 61 Process "tankplayer tankplayer.d" 62 PriorityClass Normal 63 ThreadPriority Normal 64 Display MinimizedConsole 65 66 67 Process "pick_eew_v1 pick_eew.d" 62 68 PriorityClass Normal 63 69 ThreadPriority Normal 64 70 Display NewConsole 65 # 66 # Process "adsend adsend.d" 67 # PriorityClass RealTime 68 # ThreadPriority TimeCritical 69 # Display NewConsole 70 # 71 # Process "coaxtoring coaxtoring.d" 72 # PriorityClass RealTime 73 # ThreadPriority TimeCritical 74 # Display NewConsole 75 # 76 Process "pick_ew pick_ew.d" 71 72 Process "tcpd_v1 tcpd.d" 77 73 PriorityClass Normal 78 74 ThreadPriority Normal 79 75 Display NewConsole 80 # 81 Process " binder binder.d"76 77 Process "dcsn_xml_v1 dcsn_xml.d" 82 78 PriorityClass Normal 83 79 ThreadPriority Normal 84 Display NewConsole85 # 86 Process " eqproc eqproc.d"80 Display MinimizedConsole 81 82 Process "wave_serverV wave_serverV.d" 87 83 PriorityClass Normal 88 84 ThreadPriority Normal 89 Display NewConsole 90 # 91 # Process "copystatus WAVE_RING HYPO_RING" 92 # PriorityClass Normal 93 # ThreadPriority Normal 94 # Display NoNewConsole 95 # 96 # Process "copystatus PICK_RING HYPO_RING" 97 # PriorityClass Normal 98 # ThreadPriority Normal 99 # Display NoNewConsole 100 # 101 # Process "diskmgr diskmgr.d" 102 # PriorityClass Normal 103 # ThreadPriority Normal 104 # Display NoNewConsole 105 # 106 # Process "menlo_report menlo_report.d" 107 # PriorityClass Normal 108 # ThreadPriority Normal 109 # Display NewConsole 110 # 111 # Process "pagerfeeder pagerfeeder.d" 112 # PriorityClass Normal 113 # ThreadPriority Normal 114 # Display NewConsole 115 # 116 # Process "ringtocoax ringtocoax.d" 117 # PriorityClass Normal 118 # ThreadPriority Normal 119 # Display NewConsole 120 # 121 # Process "tankplayer tankplayer.d" 122 # PriorityClass Normal 123 # ThreadPriority Normal 124 # Display NewConsole 125 # 126 # Process "import_generic import_generic.d" 127 # PriorityClass Normal 128 # ThreadPriority Normal 129 # Display NewConsole 130 # 131 # Process "export_generic export_generic.d" 132 # PriorityClass Normal 133 # ThreadPriority Normal 134 # Display NewConsole 135 # 136 # Process "export_scn export_scn.d" 137 # PriorityClass Normal 138 # ThreadPriority Normal 139 # Display NewConsole 140 # 85 Display MinimizedConsole 86 87 Process "wave_viewer wave_viewer.d" 88 PriorityClass Normal 89 ThreadPriority Normal 90 Display MinimizedConsole 141 91 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 -
trunk/params/startstop_unix.d
r5930 r8039 1 1 # 2 # Startstop (Unix Version -- Linux) Configuration File2 # Startstop Configuration File for Unix 3 3 # 4 4 # <nRing> is the number of transport rings to create. 5 5 # <Ring> specifies the name of a ring followed by it's size 6 6 # in kilobytes, eg Ring WAVE_RING 1024 7 # The maximum size of a ring depends on your operating system, 8 # amount of physical RAM and configured virtual (paging) memory 9 # available. A good place to start is 1024 kilobytes. 10 # Ring names are listed in file earthworm.d. 7 # The maximum size of a ring is 1024 kilobytes. 8 # Ring names are listed in file earthworm.h. 11 9 # 12 # refer to the wiki for how to change your specific system's shared memory 13 # size - if you encounter problems with large or too many rings, this is probably 14 # the issue. 10 nRing 2 11 Ring WAVE_RING 8192 # Make it large enough for ~2 secs of data 12 Ring STATUS_RING 128 15 13 14 MyModuleId MOD_STARTSTOP # Module Id for this program 15 HeartbeatInt 15 # Heartbeat interval in seconds 16 16 17 nRing 3 18 Ring WAVE_RING 1024 19 Ring PICK_RING 1024 20 Ring HYPO_RING 1024 21 # 22 MyModuleId MOD_STARTSTOP # Module Id for this program 23 HeartbeatInt 50 # Heartbeat interval in seconds 24 MyClassName OTHER # For this program 25 MyPriority 0 # For this program 26 LogFile 1 # 1=write a log file to disk, 0=don't 27 KillDelay 30 # seconds to wait before killing modules on 28 # shutdown 29 HardKillDelay 5 # number of seconds to wait on hard shutdown 30 # for a child to respond to KILL signal 31 # If missing or 0, no KILL signal will be sent 32 # maxStatusLineLen 80 # Uncomment to specify length of lines in status 33 # statmgrDelay 2 # Uncomment to specify the number of seconds 34 # to wait after starting statmgr 35 # default is 1 second 17 # The next two are for Unix only - must be here 18 MyClassName OTHER # For this program 19 MyPriority 0 # For this program 20 21 # The next one is for Windows only - must be here 22 #MyPriorityClass Normal # For startstop 23 24 LogFile 1 # 1=write a log file to disk, 0=don't, 25 # 2=write to module log but not stderr/stdout 26 KillDelay 5 # Number of seconds to wait on shutdown 27 # for a child process to self-terminate 28 # before killing it 29 30 # The next one is for Unix only - must be here 31 HardKillDelay 5 # Wait this many more secs for procs to die 32 # before really killing them 33 34 # The next one is for Windows only - must be here 35 #PipeName myEWPipe # Name of the startstop console pipe to use 36 37 # Uncomment to specify the number of seconds to wait after starting statmgr 38 #statmgrDelay 1 # default is 1 second 36 39 37 40 # 41 # PriorityClass values: 42 # Idle 4 43 # Normal 9 forground, 7 background 44 # High 13 45 # RealTime 24 38 46 # 39 Process "statmgr statmgr.d" 40 Class/Priority OTHER 0 47 # ThreadPriority values: 48 # Lowest PriorityClass - 2 49 # BelowNormal PriorityClass - 1 50 # Normal PriorityClass 51 # AboveNormal PriorityClass + 1 52 # Highest PriorityClass + 2 53 # TimeCritical 31 if PriorityClass is RealTime; 15 otherwise 54 # Idle 16 if PriorityClass is RealTime; 1 otherwise 41 55 # 42 Process "tankplayer tankplayer.d" 43 Class/Priority OTHER 0 56 # Display can be either NewConsole, NoNewConsole, or MinimizedConsole. 44 57 # 45 # Process "coaxtoring coaxtoring.d" 46 # Class/Priority OTHER 0 58 # If the command string required to start a process contains 59 # embedded blanks, it must be enclosed in double-quotes. 60 # Processes may be disabled by commenting them out. 61 # To comment out a line, preceed the line by #. 47 62 # 48 Process "tankplayer tankplayer2.d"49 63 Process "copystatus WAVE_RING STATUS_RING" 64 Class/Priority OTHER 0 50 65 # 51 Process "pick_ew pick_ew.d"52 66 ##Process "statmgr statmgr.d" 67 ##Class/Priority OTHER 0 53 68 # 54 Process "binder_ew binder_ew.d" 55 Class/Priority OTHER 0 56 # 57 Process "eqproc eqproc.d" 58 Class/Priority OTHER 0 59 # 60 Process "diskmgr diskmgr.d" 61 Class/Priority OTHER 0 62 # 63 Process "copystatus WAVE_RING HYPO_RING" 64 # Class/Priority OTHER 5 65 Class/Priority OTHER 0 66 # 67 Process "copystatus PICK_RING HYPO_RING" 68 # Class/Priority OTHER 5 69 Class/Priority OTHER 0 70 # 71 Process "menlo_report menlo_report.d" 72 Class/Priority OTHER 0 73 69 Process "maketrace maketrace.d" 70 Class/Priority OTHER 0 -
trunk/params/statmgr.d
r7373 r8039 1 1 # 2 2 # Status Manager Configuration File 3 3 # (statmgr.d) … … 20 20 # knows about will be checked for status messages. The above 21 21 # single RingName, however, still needs to be a valid ring name. 22 # If you use CheckAllRings, you don't want to use any 22 # If you use CheckAllRings, you don't want to use any 23 23 # copystatus modules. Note statmgr may not be able to keep up 24 # on a system with a very busy ring, and you may need to 24 # on a system with a very busy ring, and you may need to 25 25 # set CheckAllRings to 0 and go back to the old way of using copystatus 26 26 # Note this defaults to OFF if not set in the config file. … … 79 79 # mail <emailAddressN> 80 80 # 81 mail earthworm-ops@your.org81 #mail earthworm-ops@your.org 82 82 83 83 # Mail program to use, e.g /usr/ucb/Mail (not required) … … 123 123 # 124 124 Descriptor statmgr.desc 125 # Descriptor adsend_a.desc # Data source (adsend) on lardass126 # Descriptor adsend_b.desc # Data source (adsend) on honker127 # Descriptor picker_a.desc # Picker programs on redhot128 # Descriptor picker_b.desc # Picker programs on redhot129 # Descriptor coaxtoring.desc130 # Descriptor diskmgr.desc131 # Descriptor binder.desc132 # Descriptor eqproc.desc133 125 Descriptor startstop.desc 134 # Descriptor pagerfeeder.desc 135 # Descriptor pick_client.desc 136 # Descriptor pick_server.desc 126 127 Descriptor maketrace.desc -
trunk/params/statmgr.desc
r6237 r8039 1 1 # 2 2 # Descriptor File for the Status Manager Program 3 3 # … … 20 20 # <instId> is the installation id number as specified in the file 21 21 # earthworm.h. 22 # 22 # 23 23 # Optional Parameters: 24 24 # -------------------- … … 50 50 # until the status manager is restarted. 51 51 # 52 tsec: 0 page: 0 mail: 0 52 tsec: 0 page: 0 mail: 0 53 53 # 54 54 # … … 71 71 # 72 72 # <text> is the default character string that will be reported. 73 # Enclose string in double-quotes if it contains embedded 73 # Enclose string in double-quotes if it contains embedded 74 74 # blanks. 75 75 # Each module may also issue a text string for an error, -
trunk/params/wave_serverV.desc
r7968 r8039 1 # 1 2 2 # Descriptor File for the wave_serverV module 3 3 #
Note: See TracChangeset
for help on using the changeset viewer.