A function that receives multiple netCDF files, and variable name, the desired the output directory in which the output is placed.

make_ensemble_from_sims(nc.files, variable, output_path)

Arguments

nc.files

The netCDF files that contain similar simulation variables. They should be provided including the full path to the files

variable

inside these netCDf files, e.g., AET

output_path

A string pointing to the output directory, it should end with "/"

Value

netCDf file

Author

Ahmed Homoudi