merge_wrf_with_vertical_wind_obs: Merge WRF winds with vertical wind observations matching the...

Description Usage Arguments Examples

Description

Merge WRF winds with vertical wind observations matching the height (relative to the ground)

Usage

1
merge_wrf_with_vertical_wind_obs(df_wrf, df_obs, tz = "gmt")

Arguments

df_wrf

data frame for WRF output

df_obs

data frame for observation

tz

time zone, 'gmt' is the default.

Examples

1
2
3
4
5
Example of df_wrf (m_agl and gmt is required to match WRF to obs)
     gmt level m_agl      u     v  wspd  wdir
     <dbl> <chr> <dbl>  <dbl> <dbl> <dbl> <dbl>
     1 2020020100 L1     12.7 0.427  -1.91  1.96  347.
     2 2020020100 L2     39.1 0.433  -2.10  2.15  348.

seunjeong/rwrf documentation built on Feb. 12, 2021, 4:07 p.m.