Calculates monthly anomalies of daily values relative to a climatological period.
1 2 | make_anomalies(var.name, series.file, read.dir, anomaly.file, write.dir, yst,
yen, buffer.edge = NULL)
|
var.name |
Variable name for the netcdf file. |
series.file |
File name for input netcdf file. |
read.dir |
Location for the input file. |
anomaly.file |
File name for anomaly netcdf file. |
write.dir |
Location for the anomaly file. |
yst |
Climatology starting year |
yen |
Climatology ending year |
buffer.edge |
Fill missing data at edges DEFAULT=NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.