Pete Bachant

Results 231 comments of Pete Bachant

Just looking at some Nsight reports now (using [this repo](https://github.com/petebachant/clima-coupled-land-slowdown) for the investigation; reports are saved there), and one big difference I see is that the integrated land model is...

A little more evidence with some NVTX ranges (rev `198565bb`)--looks like these are happening in `Interfacer.remap!`:

Taking a note to profile some of the changes on #1562 to see why that's ~15% faster.

Just re-profiled `main` and confirmed the big memcopies are gone: From the logs of the slower run, it seems it was the `get_field!` call on `height_int` that had incompatible spaces...

Ah, so this was probably resolved by #1573. I profiled that branch as well and it also didn't have the memcopies.

This would be using HF as a full-featured DVC remote, so, for example, `dvc push` will send objects there. I assume they will be saved with their md5 as the...

Nope, this has not yet been addressed. If you can post a sample case that reproduces the error that would be a good first step.

Hi Yang, Since the free stream velocity is specified, not detected from the flow, you should be able to multiply the value in `fvOptions` to get a dimensional power, if...

It's correct there is no active pitching system, and yes, adding a constant to all of the twist values will effectively pitch the blade. However, it would be a fairly...

Thanks for your contribution! Are you willing to learn how to formulate the changes into a pull request up here on GitHub? It will make it easier to review before...