* First set of loop pushes - feature addition to stats too to allow for calling stats_update multiple times in a timestep and averaging the results, which is quite nice for silhs and allows us to get rid of the special microphysics stats type
* More loop pushes
* Tiny changes to restore BFBness
* Pushing loop into advance_microphys
* Little more loop push
* More basic loop pushing
* More loop pushing, also found what seems to be a bug with additional columns, theres code that uses only the first one. Im leaving this in for now to maintain BFBness, but labeled the problem areas with TODOs
* Potentially final batch of loop pushes
* Adding acc fixes for microphys stuff - the 2D versions called are GPUized, so they need acc data statements surrounding them
* Removing unneccesary single col versions of lots of things
* First set of loop pushes - feature addition to stats too to allow for calling stats_update multiple times in a timestep and averaging the results, which is quite nice for silhs and allows us to get rid of the special microphysics stats type
* More loop pushes
* Tiny changes to restore BFBness
* Pushing loop into advance_microphys
* Little more loop push
* More basic loop pushing
* More loop pushing, also found what seems to be a bug with additional columns, theres code that uses only the first one. Im leaving this in for now to maintain BFBness, but labeled the problem areas with TODOs
* Potentially final batch of loop pushes
* Adding acc fixes for microphys stuff - the 2D versions called are GPUized, so they need acc data statements surrounding them
* Removing unneccesary single col versions of lots of things