forked from StormSurgeLive/asgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_defaults.sh
106 lines (106 loc) · 2.56 KB
/
config_defaults.sh
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
#!/bin/bash
#----------------------------------------------------------------
#
# config_defaults.sh: This script provides the default
# configuration parameters for the ASGS.
#
#----------------------------------------------------------------
# Copyright(C) 2014 Jason Fleming
#
# This file is part of the ADCIRC Surge Guidance System (ASGS).
#
# The ASGS is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# ASGS is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with the ASGS. If not, see <http://www.gnu.org/licenses/>.
#----------------------------------------------------------------
#
OUTPUTDIR=${SCRIPTDIR}/output # dir containing post processing scripts
PERL5LIB=${SCRIPTDIR}/PERL # dir with DateCale.pm perl module
INSTANCENAME=1
BACKGROUNDMET=on
TIDEFAC=off
TROPICALCYCLONE=off
WAVES=off
VARFLUX=off
MINMAX=continuous
REINITIALIZESWAN=no
USERIVERFILEONLY=no
STORMNAME=stormname
RIVERSITE=ftp.nssl.noaa.gov
RIVERDIR=/projects/ciflow/adcirc_info
RIVERUSER=null
RIVERDATAPROTOCOL=null
ELEVSTATIONS=null
VELSTATIONS=null
METSTATIONS=null
GETINPUTSCRIPT=null
GRIDFILE=fort.14
GRIDNAME=fort14
OUTPUTOPTIONS=null
ARCHIVEBASE=/dev/null
ARCHIVEDIR=null
FORECASTCYCLE="00,06,12,18"
TRIGGER="rss"
FORECASTLENGTH=84
ALTNAMDIR=null
HOTSTARTCOMP=fulldomain
HINDCASTWALLTIME="10:00:00"
ADCPREPWALLTIME="00:30:00"
NOWCASTWALLTIME="02:00:00"
FORECASTWALLTIME="05:00:00"
SWANDT=600
UMASK=002
GROUP=""
DRY=1
DEMO=null
STORM=0
YEAR=null
HOTORCOLD=coldstart
NOWCASTLENGTH=null
FORECASTLENGTH=null
FTPSITE=null
FTPFCSTDIR=null
FTPHCSTDIR=null
ADCIRCDIR=null
ADCIRCBUILD=static
SCRATCHDIR=null
MAILINGLIST=null
QUEUESYS=null
QUEUENAME=null
SERQUEUE=null
QCHECKCMD=null
NCPU=null
JOBTYPE=null
NUMWRITERS=0
ACCOUNT=desktop
SUBMITSTRING=null
INTERSTRING=null
RESULTSHOST=null
RESULTSPATH=null
RESULTSUSERNAME=null
RESULTSPROMPT=null
RESULTSPASSWORD=null
NOTIFYUSER=null
INPUTDIR=null
HOTSTARTFORMAT=null
DEFAULTSFILE=null
STORMDIR=stormdir
SSHKEY=null
PPN=1
VELOCITYMULTIPLIER=1.0
HOTSWAN=off
ONESHOT=no # yes if ASGS is launched by cron
NCPUCAPACITY=2 # total number of CPUs available to run jobs
CYCLETIMELIMIT="05:00:00"
IMAGEMAGICKBINPATH=null
SERQSCRIPT=null
SERQSCRIPTGEN=null