|
From: James T. <ja...@fl...> - 2023-06-14 11:06:40
|
> On 13 Jun 2023, at 17:12, Wayne Bragg <kil...@co...> wrote: > > I was assuming someone knew this code well enough to maybe understand a possible mistake just with this little bit of information, possibly not. Unfortunately I think no one knows the code well, we’re all figuring it out from what we see. > Also I submit, the values for land cover friction should be directly tied to material settings, not some amped up value. What other reason would you design this code this way, include a material value for friction only to completely obliterate it later in the code. In this instance, I get you could be trying to adjust for local weather conditions. Where you have a base value for ideal conditions and adjust accordingly, if raining, divide by x. My understanding, which is also a bit limited, is the value is not being obliterated, it’s simply being scaled to compensate for some (possible historical) difference in units or definition or similar. (Same as we convert feet to metres in many other places) Of course, I don’t know what units the friction is supposed to be in, to know if this understanding is correct, but it’s certainly very common to see such conversion factors being applied when values are read from files. Also, you keep suggesting this is a difference between YASim and JSBsim, but the groundractions.cxx file in question is *not* specific to either one, so I wonder if we have some additional confusion going on. Kind regards, James |