____________________________________________________________________________________________ Description: Compset F_1850-2000*** is using the incorrect SST data Date : 2012-03-21 Contact : fischer Information: The compsets F_1850-2000*** are using an the incorrect sst dataset. There are 2 ways to fix this. ---------- 1) After you've created your case and configured it, edit Buildconf/docn.buildnml.csh Set the following For T31 set dat_datfile = sst_HadOIBl_bc_48x96_1850_2010_c110526 For 1 degree set dat_datfile = sst_HadOIBl_bc_0.9x1.25_1850_2008_c100127.nc For 2 degree set dat_datfile = sst_HadOIBl_bc_1.9x2.5_1850_2008_c100127.nc ---------- 2) Before you run create_newcase Edit scripts/ccsm_utils/Case.template/config_compsets.xml in your sandbox For F_1850-2000_CN (F20TRCN) add the following after after line 1323. <compset NAME="F_1850-2000_CN" SHORTNAME="F20TRCN" GRID_MATCH="T31_T31" DOCN_SSTDATA_FILENAME="$DIN_LOC_ROOT/atm/cam/sst/sst_HadOIBl_bc_48x96_1850_2010_c110526" DOCN_SSTDATA_YEAR_START="1850" DOCN_SSTDATA_YEAR_END="2008" /> <compset NAME="F_1850-2000_CN" SHORTNAME="F20TRCN" GRID_MATCH="f19_f19" DOCN_SSTDATA_FILENAME="$DIN_LOC_ROOT/atm/cam/sst/sst_HadOIBl_bc_1.9x2.5_1850_2008_c100127.nc" DOCN_SSTDATA_YEAR_START="1850" DOCN_SSTDATA_YEAR_END="2008" /> <compset NAME="F_1850-2000_CN" SHORTNAME="F20TRCN" GRID_MATCH="f09_f09" DOCN_SSTDATA_FILENAME="$DIN_LOC_ROOT/atm/cam/sst/sst_HadOIBl_bc_0.9x1.25_1850_2008_c100127.nc" DOCN_SSTDATA_YEAR_START="1850" DOCN_SSTDATA_YEAR_END="2008" /> Then for F_1850-2000_CN_GLF (FG20TRCN) Change the following at line 1355 <compset NAME="F_1850-2000_CN_GLC" SHORTNAME="FG20TRCN" GRID_MATCH="f09_f09" DESC="20th Century transient stand-alone cam default, prescribed ocn/ice, cism land-ice, with CN" /> <compset NAME="F_1850-2000_CN_GLC" SHORTNAME="FG20TRCN" GRID_MATCH="f19_f19" DESC="20th Century transient stand-alone cam default, prescribed ocn/ice, cism land-ice, with CN" /> <compset NAME="F_1850-2000_CN_GLC" SHORTNAME="FG20TRCN" GRID_MATCH="T31_T31" DESC="20th Century transient stand-alone cam default, prescribed ocn/ice, cism land-ice, with CN" /> -- to -- <compset NAME="F_1850-2000_CN_GLC" SHORTNAME="FG20TRCN" GRID_MATCH="f09_f09" DESC="20th Century transient stand-alone cam default, prescribed ocn/ice, cism land-ice, with CN" DOCN_SSTDATA_FILENAME="$DIN_LOC_ROOT/atm/cam/sst/sst_HadOIBl_bc_0.9x1.25_1850_2008_c100127.nc" DOCN_SSTDATA_YEAR_START="1850" DOCN_SSTDATA_YEAR_END="2008" />> <compset NAME="F_1850-2000_CN_GLC" SHORTNAME="FG20TRCN" GRID_MATCH="f19_f19" DESC="20th Century transient stand-alone cam default, prescribed ocn/ice, cism land-ice, with CN" DOCN_SSTDATA_FILENAME="$DIN_LOC_ROOT/atm/cam/sst/sst_HadOIBl_bc_1.9x2.5_1850_2008_c100127.nc" DOCN_SSTDATA_YEAR_START="1850" DOCN_SSTDATA_YEAR_END="2008" />> <compset NAME="F_1850-2000_CN_GLC" SHORTNAME="FG20TRCN" GRID_MATCH="T31_T31" DESC="20th Century transient stand-alone cam default, prescribed ocn/ice, cism land-ice, with CN" DOCN_SSTDATA_FILENAME="$DIN_LOC_ROOT/atm/cam/sst/sst_HadOIBl_bc_48x96_1850_2010_c110526" DOCN_SSTDATA_YEAR_START="1850" DOCN_SSTDATA_YEAR_END="2008" />>