Skip to content

stress_mag passed to MOM6 not filled with proper values #112

@zhaobin74

Description

@zhaobin74

Currently in MOM6 plug, stress_mag, one of the components of ocean boundary forcing, is allocated but filled with zeros. The logic in MOM6 is that if a field is allocated, it will use its value, hence zeros are used. This apparently is not correct if certain mixing schemes use friction velocity for their purpose. @adarmenov first pointed out the output of ustar is zero everywhere, precisely due to this.

The fix is easy: do not allocate it such that MOM6 will compute it using wind stress (TAUX and TAUY).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions