################################################################################
# Header version information
################################################################################
WINDBLADE_HEADER_VERSION 1.0.0

################################################################################
# Grid size in the x-dimension
################################################################################
GRID_SIZE_X 160

################################################################################
# Grid size in the y-dimension
################################################################################
GRID_SIZE_Y 80

################################################################################
# Grid size in the z-dimension
################################################################################
GRID_SIZE_Z 70

################################################################################
# Grid delta in the x-dimension
################################################################################
GRID_DELTA_X 2.0

################################################################################
# Grid delta in the y-dimension
################################################################################
GRID_DELTA_Y 2.0

################################################################################
# Grid delta in the z-dimension
################################################################################
GRID_DELTA_Z 5.0

################################################################################
# Topographic data (if not a calculation is used to stretch Z)
################################################################################
USE_TOPOGRAPHY_FILE 1

################################################################################
# Topographic data file
################################################################################
TOPOGRAPHY_FILE WT_topo1.dat

################################################################################
# Compression of sigma (z coordinate) at the surface
# Range [0,1] where 1 means no stretching and 0 means spline interpolation
# Variable aa1 in the mkcoords.f code
# 1 / 22 = 0.4545
################################################################################
COMPRESSION 0.5

################################################################################
# Indicator for cubic fit or quadratic fit
# Range of [0,1] where 0 is pure cubic and 1 is pure quadratic
################################################################################
FIT 0.0

################################################################################
# Turbine data
################################################################################
USE_TURBINE_FILE 1

################################################################################
# Turbine data directory
################################################################################
TURBINE_DIRECTORY turbine

################################################################################
# Turbine tower file
################################################################################
TURBINE_TOWER WT_list

################################################################################
# Turbine blade base name
################################################################################
TURBINE_BLADE wtbl.

################################################################################
# First time step
################################################################################
TIME_STEP_FIRST 10

################################################################################
# First time step
################################################################################
TIME_STEP_LAST 5500

################################################################################
# Delta time step
################################################################################
TIME_STEP_DELTA 5490

################################################################################
# Field data information
################################################################################
DATA_DIRECTORY field
DATA_BASE_FILENAME comp.out.
DATA_VARIABLES 16
"UVW" VECTOR 3 FLOAT 4
"Temperature" SCALAR 1 FLOAT 4
"A-scale turbulence" SCALAR 1 FLOAT 4
"B-scale turbulence" SCALAR 1 FLOAT 4
"Density" SCALAR 1 FLOAT 4
"rhof" SCALAR 1 FLOAT 4
"rhof initial" SCALAR 1 FLOAT 4
"temps" SCALAR 1 FLOAT 4
"Oxygen" SCALAR 1 FLOAT 4
"tempg" SCALAR 1 FLOAT 4
"sies" SCALAR 1 FLOAT 4
"rhos" SCALAR 1 FLOAT 4
"rhodirt" SCALAR 1 FLOAT 4
"rhowater" SCALAR 1 FLOAT 4
"psimax" SCALAR 1 FLOAT 4
"actual fuel depth" SCALAR 1 FLOAT 4
"rnetsol" SCALAR 1 FLOAT 4
"rnetgas" SCALAR 1 FLOAT 4
"convht" SCALAR 1 FLOAT 4
"firad" SCALAR 1 FLOAT 4
"frhosiesrad" SCALAR 1 FLOAT 4
"ff" SCALAR 1 FLOAT 4
"thetasolid" SCALAR 1 FLOAT 4
