-
Notifications
You must be signed in to change notification settings - Fork 508
Open
Labels
Description
When running OpenFAST coupled with AMR-Wind, seems like the output time step is coming from the AMR-Wind input time.fixed_dt. I had the following settings:
DT = 0.01
DT_Out = Default
time.fixed_dt = 0.05
time.initial_dt = 0.025
time.delay_time = 100
And the .out file had frequency of 0.05 s. Note that during the delay_time, AMR-Wind is actually running at initial_dt, and not at fixed_dt; however, it seems like the ouput is always following fixed_dt.
Bonus questions/issue: What is happening during the delay time when the ratio dt_amr/dt_OF is not an integer?