DataWaveProject / CAM

Community Atmosphere Model
Other
0 stars 0 forks source link

Load Neural Net #12

Open jatkinson1000 opened 2 weeks ago

jatkinson1000 commented 2 weeks ago

Closes #11

This is built on top of #9 which is itself build upon #4 and #5.

Testing using the CAM_GW_Net case on Derecho.

jatkinson1000 commented 1 week ago

This is now ready for review.

It loads the net during the init phase of the simulation, and adds a gw_final subroutine to destroy it at the end. The net is then available to be called within the gw_drag module as a module variable.