gotm-model / code

Source code for the General Ocean Turbulence Model
https://gotm.net
GNU General Public License v2.0
53 stars 44 forks source link

Update configuration format for CVMix #13

Closed qingli411 closed 3 years ago

qingli411 commented 3 years ago

This PR updates the configuration format for the CVMix module. It also fixes a bug in the Stokes drift module that a minimum value of 0.0 was incorrectly set for us0, vs0, uwnd and vwnd. For some reason the earlier version of the code I was using didn't check this minimum value so the cases were running fine with this bug. Fixing this bug doesn't change the results.