Spencer Bryngelson

Results 234 comments of Spencer Bryngelson

Note: I found this https://github.com/MFlowCode/MFC/issues/390

I guess what I really mean is a WSL+MFC guide. maybe there's nothing more to do, but I've watched people try to install MFC who aren't familiar with WSL and...

Update: This issue is associated with `parallel_IO = 'T'`. I witnessed it again on a Rogues Gallery GH200 chip w/ NVHPC 24.1.

Possibly. Can you go back in the git history (perhaps looking at `MFC-develop` repo as well) and see _when_ they were used? I assume, at some point, they were.

Note on this issue: VSCode seems to be pretty good at finding variables that are declared multiple times (once globally and again locally) and finding _unused_ variables. You will need...

@anandrdbz remove `_flat` names in variables.

I think `m_variable_conversion` is a more natural home for this kind of thing.

@anshgupta1234 Check out these lines in `m_cbc`: https://github.com/MFlowCode/MFC/blob/d80602abfc6c1528708963032ef8cd44b3f26622/src/simulation/m_cbc.fpp#L786-L853 I think these can probably be factored out completely. One thing we didn't initially notice is how pervasive the computation of `c`,...

I realize this is becoming an omnibus "issue". Let's merge your pull request when you have all of the main variables conversion stuff done, then do speed of sound `c`...