-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update MOM6 cap for 2-way ocean-wave coupling for HAFS #143
base: dev/emc
Are you sure you want to change the base?
Conversation
I think doing this via a hard-coded FillValue is problematic. It may work in UFS, but what about other users of the cap? Have you tried implementing this via a logical control flag (eg You're also only checking one component of the stokes drift. |
agree with @DeniseWorthen , NCAR is also using nuopc driver for their system |
@DeniseWorthen ,@jiandewang Thank you for the suggestions. I will try to use the case_name option. |
@binli2337 I am trying to understand your logic here. |
The mom_cap_methods.F90 file located in the MOM6/config_src/drivers/nuopc_cap directory is revised to convert imported Stokes drift components from a missing value (9.99e20) to zero. This update doesn't have any impacts on global applications.