-
Notifications
You must be signed in to change notification settings - Fork 43
griddedInitialization
Natalie Wagenbrenner edited this page Jul 31, 2023
·
1 revision
- Supply an input wind speed grid and an input wind direction grid
- Input wind grid requirements:
- Must be in .asc format
- Must be in the same projection as the DEM
- Must completely overlap the DEM
- You can specify the wind speed units for the grid just like you do for a uniform wind, by specifying
input_speed_units
- Diurnal and stability options can be used, just supply date, time, uniform air temperature, and uniform cloud cover as normal
num_threads = 4
elevation_file = /path/to/elevation.asc
initialization_method = griddedInitialization
vegetation = trees
diurnal_winds = true
uni_air_temp = 30
air_temp_units = C
uni_cloud_cover = 0
cloud_cover_units = fraction
year = 2017
month = 8
day = 9
hour = 20
minute = 0
input_speed_units = mps
output_speed_units = mps
time_zone = auto-detect
input_speed_grid = /path/to/speed.asc
input_dir_grid = /path/to/direction.asc