Open
Description
From Mehmet Ilicak, by email:
I was coding CVmix into the NorESM model and I realized a default value in tidal mixing scheme is wrong.
Here is the github issue link: CVMix/CVMix-src#91
Before I opened that issue, I was searching google just in case if I was making a mistake, and I saw this link about MPAS;
https://oceans11.lanl.gov/mpas_data/mpas_ocean/doxygen/release_3.0/mpas__ocn__vmix__cvmix_8_f_source.html
I am not sure how much it is up to date, or if you guys are using CVmix at all or not, but it looks like MPAS is using default values;
! ! initialize tidal mixing
688 ! (at present, tidal mixing can only use CVMix default parameter settings)
689 !
690 if (config_use_cvmix_tidal_mixing) then
691 call cvmix_init_tidal(cvmix_tidal_params,'Simmons')
692 endif