Description Usage Arguments Value
fldmean_area
Calculate the area weighted field mean for some varaible, without using
cdo operators. It looks like there might be some issues with how the cdo code is working
with the cmip6 netcdfs, untill those issuse are resolved the workaround will be to use
R to do the area weighting average.
1 | fldmean_area(info, in_nc, area_nc, showMessages = FALSE)
|
info |
The dataframe of CMIP information such as variable / ensemble / domain / ect. |
in_nc |
the path for the input netcdf file that is going to be procssed. |
area_nc |
the path for the area netcdf file that will be used as the area weights. |
showMessages |
default set to FALSE to hide messages |
A tibble of the area weighted mean.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.