Bonnie Jonkman

Results 85 comments of Bonnie Jonkman

@andrew-platt: I guess the work-around is to not check that the values are real and finite (e.g., put a preprocessor directive around those calls to `IEEE_IS_NAN` and `IEEE_IS_FINITE` or remove...

The scaling parameters section in InflowWind is used only for for HAWC-formatted data files (WindType=5). Scaling full-field turbulence files is valid only if the wind that is contained in the...

@rafmudaf: I haven't seen an intermittent error with AD driver from the debug modules test recently. Did the problem get fixed? Or are we just not testing for this problem...

I don't think this is a matter of the glue code being aware of rotors in AD15.... For instance, the glue code calls `AD_JacobianPInput`, which calls `Rot_JacobianPInput`. I don't think...

Could you share the documentation on these linearization updates? I see that AeroDyn has more meshes, different fields on those meshes, and reordered some of the meshes in its linearization...

Thanks, Andy. I would appreciate it if the reordering you do on these meshes gets updated in Jason's LinearizationOfMeshMapping document since the code was originally written to follow that document....

TurbSim always generates winds aligned with the mean wind direction (noted by lower case u, v, w). By that definition, v and w should have mean velocities of 0. After...

FYI, Intel OneAPI 2024.1 also gives an internal compiler error on `ModVar.f90` in the dev-unstable-pointers branch. I have traced it to two lines that are supposed to perform automatic deallocation/allocation...

> > FYI, Intel OneAPI 2024.1 also gives an internal compiler error on `ModVar.f90` in the dev-unstable-pointers branch. I have traced it to two lines that are supposed to perform...