-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Labels
BugSomething isn't workingSomething isn't workingwrfWeather Research & Forecasting ModelWeather Research & Forecasting Model
Description
Skeleton will fill in later
wrf convert_vertical_state
Line 3048 in 4c89e64
| 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
Line 3094 in 4c89e64
| 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
Labels
BugSomething isn't workingSomething isn't workingwrfWeather Research & Forecasting ModelWeather Research & Forecasting Model