lpasmanoranjan
New member
I am wondering whether does the ARWpost interpolate/extrapolate the WRF output above sea level or above ground level?
I would like to interpolate at user defined heights as I used the below.
It successfully produced the .dat and .ctl file. But I am wondering whether these results are above sea level or above ground level? If it is above sea level, then is there any way to convert it to above ground level?
I would like to interpolate at user defined heights as I used the below.
Code:
&interp
interp_method = 1,
interp_levels = 0.1, 0.2, 0.3, 0.4, 0.5, 0.6,
extrapolate = .true.
It successfully produced the .dat and .ctl file. But I am wondering whether these results are above sea level or above ground level? If it is above sea level, then is there any way to convert it to above ground level?