Defining a fractional time step

Status
Not open for further replies.

kwerner

Administrator
Staff member
You will need to use all 3 of the following namelist options in the &domains section:

time_step = 0,
time_step_fract_num = 1,
time_step_fract_den = 3,

The above example sets the time step to 1/3 sec.
 
Status
Not open for further replies.
Back
Top