**************** NOTES FOR V2 **************** # Copy the files from original REFCASE directory to v2 cp -p -R b.e20.B1850.f09_g17.pi_control.all.299_merge b.e20.B1850.f09_g17.pi_control.all.299_merge_v2 # Rename all files to have _v2 and update the rpointer files for fl in *.299_merge.*; do mv -v $fl ${fl/299_merge/299_merge_v2}; done sed -i.bk -e 's/\.299_merge\./.299_merge_v2./' rpointer* rm *.bk # Replace the CLM file with the one actually used for the CMIP6 PI-control run cp -p /gpfs/p/cesm0005/archive/cesm20exp10j_1deg_CPLHST_nndep_virtual_1850pAD/rest/1955-01-01-00000/cesm20exp10j_1deg_CPLHST_nndep_virtual_1850pAD.clm2.r.1955-01-01-00000.nc b.e20.B1850.f09_g17.pi_control.all.299_merge_v2.clm2.r.0134-01-01-00000.nc