Thank you, I was able to get the files.
I think the problem is that KPP has not been turned on, so the parameter is unused. Your parameter also needs to be defined with a KPP parameter block.
You probably want something like this in MOM_override:
Code:
USE_KPP = True
KPP%
USE_KPP_LT_K = True
%KPP
(#override is not necessary since they were not set in MOM_input, but it does not seem to do any harm).
If I do this, then I see a new error:
Code:
FATAL: Get_Langmuir_number called without defining a WaveMethod. Suggest to make sure USE_LT is set/overridden to False or choose a wave method (or set USE_LA_LI2016 to use statistical waves).
If I also set USE_LA_LI2016 = True, then it runs. But I have no idea if this is a good choice for your experiment. You will need to talk with others about configuring the Langmuir turbulence.