ens_linear_trend.RdA function that receives three netCDF files, and variable name, statistical ensemble member and plot linear trend plot the desired the out put directory in which the output is placed.
ens_linear_trend(
netCDF.files,
variable,
region,
landcover,
stat_var,
language,
run_id,
output_path,
output_csv
)The netCDF files that contain similar simulation variables. They should be provided including the full path to the files
inside these netCDF files, e.g., AET
A string referring to the region to plot; "total","Vogtlandkreis", "Burgenlandkreis", "Greiz", and "Altenburger Land".
A numeric variable indicating which land cover should be considered. To consider all land cover give 1000.
A string referring to the statistical variable to plot in case the file is ensemble file, for example, "mean","sd","median","max" and "min"
A character variable either "EN" or "DE", to specify the languages of plots
A character variable either "2ter", "3ter", or "4ter" specificng the which run is used to produce the ensemble.
A string pointing to the output directory, it should end with "/"
A string pointing to the output directory for the csv file that is produced by pre-processing netCDF files
PNG