Hello,
I have 2 netCDF files (each .nc file has 4 variables: Susceptible, Infected, Recovered and Inhabitable. The dimension of each variable is 64 x 88). I would like to merge these 2 files using R into a single netCDF file such that the merged file will stack separately Susceptible from the...