File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ function reinit!(
438438 ! ispath (model_path) && error (" $model_path not found. Run init!(s::SymbolicAWEModel) first." )
439439 try
440440 s. serialized_model = deserialize (model_path)
441- catch e
441+ catch
442442 @warn " Failure to deserialize $model_path !"
443443 return s. integrator, false
444444 end
852852 set_v_wind_ground!(s::SymbolicAWEModel, v_wind_gnd=s.set.v_wind, upwind_dir=-π/2) -> Nothing
853853
854854Set ground wind speed (m/s) and upwind direction (radians). Direction: 0=north, π/2=east,
855- π=zouth , -π/2=west (default).
855+ π=south , -π/2=west (default).
856856"""
857857function set_v_wind_ground! (s:: SymbolicAWEModel , v_wind_gnd= s. set. v_wind, upwind_dir= - pi / 2 )
858858 s. set_wind (s. integrator, [v_wind_gnd, upwind_dir])
You can’t perform that action at this time.
0 commit comments