nbren12 / uwnet

Neural Networks based unified physics parameterization for atmospheric models
MIT License
3 stars 2 forks source link

Run SAM with the new scheme #31

Closed nbren12 closed 5 years ago

nbren12 commented 5 years ago

The SAM model running capability was broken since the torch model no longer does the time stepping itself. This was fixed by moving the time stepping into SAM directly.

The SAM compilation also failed because the LOCAL_FLAGS variables wasn't set in the docker image.