Skip to content

Bug in gravity wave frontogensis code #7845

@jgfouca

Description

@jgfouca

Around line 171 of components/eam/src/physics/cam/gw/gw_front.F90

  do l = 0, ngwv
     where (launch_wave)
        tau(:,l,kbot) = fav(l)
        tau(:,-l,kbot) = fav(l)

Should be

  do l = 0, ngwv
     where (launch_wave)
        tau(:,l,kbot) = fav(l)
        tau(:,-l,kbot) = fav(-l)

Metadata

Metadata

Assignees

Labels

EAMFortran-based E3SM Atmosphere Modelbug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions