Skip to content

bug: wrf convert_vertical_state does not use which_vert, #1038

@hkershaw-brown

Description

@hkershaw-brown

Skeleton will fill in later

wrf convert_vertical_state

subroutine convert_vertical_state(state_handle, num, locs, loc_qtys, loc_indx, &

Does not use the passed in which_vert. It uses a module global
wrf%dom(id)%localization_coord

if (wrf%dom(id)%localization_coord == VERTISLEVEL) then

So if you call convert_vertical_state to test the routine, and pass in a which_vert, this is ignored and whatever is set in the model_nml is used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingwrfWeather Research & Forecasting Model

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions