**************** NOTES FOR V2 **************** # Copy the files from original REFCASE directory to v4 mkdir b.e20.B1850.f09_g17.pi_control.all.260_v2 cp -R b.e20.B1850.f09_g17.pi_control.all.260/0157-01-01 b.e20.B1850.f09_g17.pi_control.all.260_v2/ # Rename all files to have _v2 and update the rpointer files for fl in *.260.*; do mv -v $fl ${fl/260/260_v2}; done sed -i.bk -e 's/\.260\./.260_v2./' rpointer* # Replace the CLM file # # This is the same as the original file, but run through init_interp for compatibility with clm5.0.dev006 and later. # This was done by running the test SMS_Ld1.f09_g17.BW1850.cheyenne_intel.allactive-default # using cesm at cesm2_0_alpha10c-6-g505caa8 and clm at clm5.0.dev006-3-gda5171d (branch init_interp_same_grid) # with the following user_nl_clm settings: # use_init_interp = .true. # init_interp_method = 'use_finidat_areas' cp /glade/scratch/sacks/SMS_Ld1.f09_g17.BW1850.cheyenne_intel.allactive-default.20180424_120714_yfnlcp/run/finidat_interp_dest.nc b.e20.B1850.f09_g17.pi_control.all.260_v2.clm2.r.0157-01-01-00000.nc ----- (2021-08-30) This directory was found on glade, but wasn't in the svn inputdata repository. It looks like it was only referenced in a few commits in CESM before being replaced by a different refcase. I don't think it's worth putting all of these files in the svn inputdata repository, but I am adding this README file in case these files need to be recreated at some point.