Skip to content

Error in horizontal mixing for w in mpas_atm_time_integration.F #6

@matusmartini

Description

@matusmartini

Looking at mpas_atm_time_integration.F at line 2586:

theta_turb_flux = 0.25*(kdiff(k,cell1)+kdiff(k,cell2)+kdiff(k-1,cell1)+kdiff(k,cell2)) &

I think the vertical index in the last term should be kdiff(k-1,cell2)) and not kdiff(k,cell2)). Is it supposed to be an average of four values (two neighboring cells in horizontal and vertical)? Would you please take a look at this.

Thank you,
Matus

Matus Martini
Postdoctoral Research Associate
Atmospheric Sciences and Global Change Division
Pacific Northwest National Laboratory
Tel: 509-372-4082

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions