**************** NOTES FOR v3waccm **************** # Copy the files from parent REFCASE directory to v3waccm cp -p b.e20.B1850.f09_g17.pi_control.all.299_merge_v2waccm/0134-01-01/* \ b.e20.B1850.f09_g17.pi_control.all.299_merge_v2waccm_v2/0134-01-01/ # Replace the CLM file with an interpolated one cp -p $MYSCR/SMS_Ln1.f09_g17.BW1850.cheyenne_intel.allactive-defaultio.20190319_181248_9u115o/run/finidat_interp_dest.nc b.e20.B1850.f09_g17.pi_control.all.299_merge_v3waccm.clm2.r.0134-01-01-00000.nc # Rename all other files to have the transient_v2 ending and update the rpointer files for the v3waccm ending **************** NOTES FOR v2waccm This is the version used to start the CMIP6 PI-control with WACCM (i.e., for BW1850cmip6, in contrast with the standard "v2", which was used for CAM, i.e., B1850cmip6) **************** # Copy the files from original REFCASE directory to v2waccm cp -p -R b.e20.B1850.f09_g17.pi_control.all.299_merge b.e20.B1850.f09_g17.pi_control.all.299_merge_v2waccm # Rename all files to have _v2waccm and update the rpointer files for fl in *.299_merge.*; do mv -v $fl ${fl/299_merge/299_merge_v2waccm}; done sed -i.bk -e 's/\.299_merge\./.299_merge_v2waccm./' rpointer* rm *.bk # Replace the CLM file with the one actually used for the CMIP6 WACCM PI-control run cp -p /glade/p/cesmdata/cseg/inputdata/lnd/clm2/initdata/cesm20exp10j_1deg_CPLHST_nndep_1850pAD.clm2.r.1954-01-01_c180629.nc b.e20.B1850.f09_g17.pi_control.all.299_merge_v2waccm.clm2.r.0134-01-01-00000.nc # Replace the CAM file with the one actually used for the CMIP6 WACCM PI-control run cp -p /gpfs/fs1/p/cesmdata/cseg/inputdata/cesm2_init/b.e20.BW1850.f09_g17.298/0011-01-01/b.e20.BW1850.f09_g17.298.cam.i.0011-01-01-00000.nc b.e20.B1850.f09_g17.pi_control.all.299_merge_v2waccm.cam.i.0134-01-01-00000.nc # Probably not necessary, but for consistency, also replace other CAM restart files cp -p /gpfs/fs1/p/cesmdata/cseg/inputdata/cesm2_init/b.e20.BW1850.f09_g17.298/0011-01-01/b.e20.BW1850.f09_g17.298.cam.r.0011-01-01-00000.nc b.e20.B1850.f09_g17.pi_control.all.299_merge_v2waccm.cam.r.0134-01-01-00000.nc cp -p /gpfs/fs1/p/cesmdata/cseg/inputdata/cesm2_init/b.e20.BW1850.f09_g17.298/0011-01-01/b.e20.BW1850.f09_g17.298.cam.rs.0011-01-01-00000.nc b.e20.B1850.f09_g17.pi_control.all.299_merge_v2waccm.cam.rs.0134-01-01-00000.nc