I am running WRF 4.6 in a global configuration, with WPS grid settings of
map_proj = 'lat-lon'
e_we = 361
e_sn = 181
This leads to DX and DY settings of 111177.5 for WRF.
I need to normalise some flux variables by cell area for use in a subsequent modelling process. The description attribute for the AREA2D variable in the wrfout files states that it represents "Horizontal grid cell area, using dx, dy, and map factors", with units attribute "m2". However, the values of this variable are spatially uniform, whereas I would expect the cell area to reduce towards the poles.
Please can anyone advise which (combination of) variable(s) should be used to obtain cell area from a global WRF run? Is there any known issue with AREA2D values for global configurations?
map_proj = 'lat-lon'
e_we = 361
e_sn = 181
This leads to DX and DY settings of 111177.5 for WRF.
I need to normalise some flux variables by cell area for use in a subsequent modelling process. The description attribute for the AREA2D variable in the wrfout files states that it represents "Horizontal grid cell area, using dx, dy, and map factors", with units attribute "m2". However, the values of this variable are spatially uniform, whereas I would expect the cell area to reduce towards the poles.
Please can anyone advise which (combination of) variable(s) should be used to obtain cell area from a global WRF run? Is there any known issue with AREA2D values for global configurations?