@@ -87,29 +87,29 @@ def main():
87
87
# ----------- Template files
88
88
templatePath = '/full/path/where/template/files/are'
89
89
90
- # remove from dict or put None on any input that is not applicable to your case
90
+ # Put None on any input that is not applicable to your case
91
91
# Files should be in templatePath
92
92
templateFiles = {
93
- "EDfilename" : 'ElastoDyn.T' ,
94
- 'SEDfilename' : 'SimplifiedElastoDyn.T' ,
95
- 'HDfilename' : 'HydroDyn.dat' ,
96
- 'SrvDfilename' : 'ServoDyn.T' ,
97
- 'ADfilename' : 'AeroDyn.dat' ,
98
- 'ADskfilename' : 'AeroDisk.dat' ,
99
- 'SubDfilename' : 'SubDyn.dat' ,
100
- 'IWfilename' : 'InflowWind.dat' ,
101
- 'BDfilepath' : None ,
102
- 'bladefilename' : 'Blade.dat' ,
103
- 'towerfilename' : 'Tower.dat' ,
104
- 'turbfilename' : 'Model.T' ,
105
- 'coeffTablefilename ' : 'CpCtCq.csv ' ,
106
- 'FFfilename' : 'Model_FFarm.fstf ' ,
107
- 'controllerInputfilename ' : 'DISCON.IN ' ,
108
- 'libdisconfilepath' : '/full/path/to/controller/libdiscon.so ' ,
93
+ "EDfilename" : 'ElastoDyn.T' ,
94
+ 'SEDfilename' : None , # 'SimplifiedElastoDyn.T',
95
+ 'HDfilename' : 'HydroDyn.dat' ,
96
+ 'SrvDfilename' : 'ServoDyn.T' ,
97
+ 'ADfilename' : 'AeroDyn.dat' ,
98
+ 'ADskfilename' : 'AeroDisk.dat' ,
99
+ 'SubDfilename' : 'SubDyn.dat' ,
100
+ 'IWfilename' : 'InflowWind.dat' ,
101
+ 'BDfilepath' : None ,
102
+ 'bladefilename' : 'Blade.dat' ,
103
+ 'towerfilename' : 'Tower.dat' ,
104
+ 'turbfilename' : 'Model.T' ,
105
+ 'libdisconfilepath ' : '/full/path/to/controller/libdiscon.so ' ,
106
+ 'controllerInputfilename' : 'DISCON.IN ' ,
107
+ 'coeffTablefilename ' : 'CpCtCq.csv ' ,
108
+ 'FFfilename' : 'Model_FFarm.fstf ' ,
109
109
110
110
# TurbSim setups
111
- 'turbsimLowfilepath' : './SampleFiles/template_Low_InflowXX_SeedY.inp' ,
112
- 'turbsimHighfilepath' : './SampleFiles/template_HighT1_InflowXX_SeedY.inp'
111
+ 'turbsimLowfilepath' : './SampleFiles/template_Low_InflowXX_SeedY.inp' ,
112
+ 'turbsimHighfilepath' : './SampleFiles/template_HighT1_InflowXX_SeedY.inp'
113
113
}
114
114
115
115
# SLURM scripts
0 commit comments