[Wrf-users] Adding downward longwave radiation flux to output variables
Atsuyoshi Manda
manda at nagasaki-u.ac.jp
Fri May 29 01:52:10 MDT 2015
Hello wrf-users,
Could anyone advice how to add downward longwave radiation flux
(lwdnflx) to output variables?
I have modified the registry file and codes as described in the
following website:
https://sites.google.com/site/afcwrf/home/report_add_lwdnflx
Since the array size of lwdnflx, which is an optional argument in
subroutine radiation_driver, seems different from the that of an array
generated automatically by the registry file, I created a temporal
variable named lwdnflx_out by using a registry file and add a routine
for coping the values in lwdnflx to lwdnflx_out in solve_em.F.
The results look unreasonable. Please see the bottom of the website:
https://sites.google.com/site/afcwrf/home/report_add_lwdnflx.
I guess I made some mistakes in the routine for coping the values in
lwdnflx to lwdnflx_out. The orders of the array indices of
lwdnflx_out and lwdnflx may be wrong.
Thank you,
Atsuyoshi
More information about the Wrf-users
mailing list