Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add namelist variable to control strength of turbulent orographic form drag in UGWPv1 suite #208

Open
mdtoyNOAA opened this issue May 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mdtoyNOAA
Copy link
Collaborator

Description

The calculation of the turbulent orographic form drag (TOFD) in the UGWPv1 drag suite 'GWD/drag_suite.F90' involves a coefficient 'alpha' as formulated in Beljaars et al. (QJRMS, 2004). Until now, this coefficient has been 'hard wired' to the value 12.0 per the original publication. Through personal communication with Anton Beljaars, the ECMWF has found that varying the alpha coefficient can result in improved forecast skill in the IFS. Experiments with the FV3GFS has confirmed that this is the case for our model. Instead of having this coefficient hardwired in the code, requiring recompilation when changing its value, we would like to convert it to a runtime namelist-controlled variable.

Solution

Add the coefficient 'alpha' to the namelist variable list. (Call it 'alpha_fd' for 'alpha form drag'.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant