gavin971 / cvmix

Automatically exported from code.google.com/p/cvmix
0 stars 0 forks source link

Need more cvmix_coeffs_kpp interfaces #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now cvmix_coeffs_kpp require the user to call 
cvmix_kpp_compute_OBL_depth... we need interfaces for cvmix_coeffs_kpp that 
make this call [and perhaps also the call to 
cvmix_kpp_compute_bulk_Richardson()] before computing coefficients.

Note: I haven't thought through how to make sure the interface using wrapped 
CVMix datatypes knows how much work to do.

Original issue reported on code.google.com by mike.l...@gmail.com on 4 Dec 2013 at 7:50

GoogleCodeExporter commented 9 years ago
We've talked about how we need to split the cvmix_coeffs_kpp routine into two 
pieces, one that is called before shortwave penetrative radiation calculations 
(which must be done in the model since it requires knowledge of the equations 
of state being used) and one that is called afterwards. As such, I don't think 
we actually want cvmix_coeffs_kpp to call compute_OBL_depth.

Original comment by mike.l...@gmail.com on 9 Feb 2014 at 7:44