# restart files **************** NOTES FOR v3hist **************** # Copy the files from parent REFCASE directory to _v3hist cp -p b.e21.B1850.f09_g17.CMIP6-piControl.001/0501-01-01_v2/* b.e21.B1850.f09_g17.CMIP6-piControl.001_v3hist/0501-01-01 # Replace the CLM file with an interpolated one (use_init_interp=T and init_interp_method = 'use_finidat_areas') cp -p $MYSCR/SMS_Ln1.f09_g17.BHISTcmip6.cheyenne_intel.allactive-defaultio.20190322_143108_50jbax/run/finidat_interp_dest.nc \ b.e21.B1850.f09_g17.CMIP6-piControl.001_v3hist.clm2.r.0501-01-01-00000.nc # Rename all other files to have the transient_v3hist ending and update the rpointer files for the transient_v3hist ending **************** NOTES FOR V2 **************** # Copy the files from parent REFCASE directory to _v2 cp -p b.e21.B1850.f09_g17.CMIP6-piControl.001/0501-01-01/* b.e21.B1850.f09_g17.CMIP6-piControl.001_v2/0501-01-01 # Replace the CLM file with an interpolated one (use_init_interp=T and init_interp_method = 'use_finidat_areas') cp -p $MYSCR/SMS_Ln1.f09_g17.B1PCTcmip6.cheyenne_intel.allactive-defaultio_min.20190314_115153_xlpcd1/run/finidat_interp_dest.nc \ $CSMDATA/cesm2_init/b.e21.B1850.f09_g17.CMIP6-piControl.001_v2/0501-01-01/b.e21.B1850.f09_g17.CMIP6-piControl.001_v2.clm2.r.0501-01-01-00000.nc # Rename all other files to have the transient_v2 ending and update the rpointer files for the transient_v2 ending **************** NOTES FROM V1 ****************