! jnl file to add the latest month of data to the Argo gridded dataset and the Reynolds gridded data set !go fer_append_new_month argo_dataset reynolds_dataset ! ! argo_dataset = name of latest Argo month dataset. eg: RG_ArgoClim_092008.nc ! reynolds_dataset = name of latest Reynolds month dataset. eg: Reynolds_092008.nc let argo_dataset="$1%RG_ArgoClim_032009.nc%" let reynolds_dataset="$2%Reynolds_032009.nc%" let aviso_dataset="$3%aviso.nc%" cancel/all data ! load in Argo datasets use "RG_ArgoClim_Full.nc" use "`argo_dataset`" set mem/siz=60 ! append right to that file save/append/file="C:\marineatlas\ferret\TMAP\fer_dsets\data\RG_ArgoClim_Full.nc" argo_temperature_anomaly[d=2,l=1] save/append/file="C:\marineatlas\ferret\TMAP\fer_dsets\data\RG_ArgoClim_Full.nc" argo_salinity_anomaly[d=2,l=1] cancel/all data ! append right to the file use "`reynolds_dataset`" use "C:\marineatlas\ferret\TMAP\fer_dsets\data\reynolds_sst_grid.nc" save/append/file="C:\marineatlas\ferret\TMAP\fer_dsets\data\reynolds_sst_grid.nc" sst[d=1] cancel/all data