-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpahm_control.in
111 lines (91 loc) · 3.73 KB
/
pahm_control.in
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
!--------------------------------------------------------------------
! PAHM C O N T R O L F I L E
!--------------------------------------------------------------------
! Panagiotis Velissariou <[email protected]>
!
!> PAHM Standard Input parameters.
!> Program PAHM
!> Version 1.0
!
!> The input variables can be entered in any order (case insensitive),
!> provided that they obey the format: KEYWORD followed by the "=" or
!> "==" symbols.
!> Comment lines are allowed and must begin with an exclamation mark (!)
!> or the hash mark (#) in column one. Comments may appear to the right
!> of a parameter definition to improve documentation. Comments are
!> ignored e as well as the blank lines while scanning the file.
!> Continuation lines in a parameter specification are also allowed
!> and must be preceded by the backslash mark (\).
!> In some instances, more than one value is required for a parameter and
!> in this case the parameter format takes the form: KEYWORD followed by
!> the "==" symbol (plural symbol). If fewer values are provided, the
!> last value is assigned for the entire parameter array (if applicable).
!>
!--------------------------------------------------------------------
!========================================
!=== General parameters ===
!========================================
!### Application title.
Title = PaHM Winds for TC Sandy
!### The log file name where all messages are written.
logFileName = pahm_sandy.log
!### Print all model parameters on the screen for the current model run (writeParams > 0).
writeParams = 0
!========================================
!=== Input/Output file parameters ===
!========================================
!----------
! Input best track file name(s)
!----------
!### Number of UNIQUE best track files
NBTRFILES = 1
!### The best track filename(s) (max NBTRFILES)
bestTrackFileName = inputs/sandy2012-bdeck.dat
!bestTrackFileName = inputs/sandy2012-hurdat2.dat
!bestTrackFileName = inputs/sandy2012-ibtracs.dat
!bestTrackFileName = inputs/sandy2012-tcvitals.dat
!----------
! Mesh file name and format
!----------
!### The mesh file type (aka ADCIRC default)
meshFileType = ADCIRC
!### The mesh file to be read to create the gridded wind data
meshFileName = inputs/adcirc_mesh-shinnecock.dat
!### The mesh file format (ASCII, NETCDF)
meshFileForm = ASCII
!----------
! Output files and NetCDF-4 parameters
!----------
outFileName = pahm_windout-sandy
!### For NetCDF-4: turn on the shuffle filter (ncShuffle > 0),
!### turn on the deflate filter (ncDeflate > 0),
!### deflate level (ncDLevel = [0-9])
ncShuffle = 0
ncDeflate = 1
ncDLevel = 2
!ncVarNam_Pres = P
!ncVarNam_WndX = uwnd
!ncVarNam_WndY = vwnd
!========================================
!=== Model/Physical parameters ===
!========================================
!----------
! Physical parameters
!----------
!gravity = 9.80665d0
!rhoWater = 1000.0d0
!rhoAir = 1.1478d0
!backgroundAtmPress = 1013.25d0
!windReduction = 0.9d0
!----------
! Time-Stepping parameters
!----------
refDateTime = 1990-01-01 00:00:00
unitTime = D
outDT = 0.041666667
begDateTime = 2012-10-19 00:00:00
endDateTime = 2012-11-03 00:00:00
!----------
! Model parameters
!----------
modelType = 1