Add computation of sine and cosine of wind rotation angle at U and V points
commit6e288dff46136478c0fbabead4d9451702b0d53c
authorMichael Duda <duda@ucar.edu>
Sun, 7 Aug 2016 02:54:38 +0000 (7 02:54 +0000)
committerMichael Duda <duda@ucar.edu>
Sun, 7 Aug 2016 02:54:38 +0000 (7 02:54 +0000)
tree7e3d6bb8caa4b70425c7036167fe7dc97e5984e4
parentc95912cc7c78b938860da5f71903b10f3f7e2a22
Add computation of sine and cosine of wind rotation angle at U and V points

This commit adds code in geogrid to compute the sine and cosine of the wind
rotation angle at the U- and V-staggered points in the grid. The new fields
are written to geogrid output as SINALPHA_U, COSALPHA_U, SINALPHA_V, and
COSALPHA_V. These fields are currently only used by the code to initialize
WRF from MPAS output.

M    geogrid/src/process_tile_module.F
M    geogrid/src/output_module.F

git-svn-id: https://svn-wrf-wps.cgd.ucar.edu/trunk@942 86b71a92-4018-0410-97f8-d555beccfc3a
geogrid/src/output_module.F
geogrid/src/process_tile_module.F