diff --git a/SS_param.tpl b/SS_param.tpl index 00030140..eab06883 100644 --- a/SS_param.tpl +++ b/SS_param.tpl @@ -480,7 +480,7 @@ PARAMETER_SECTION init_bounded_vector_vector parm_dev(1,N_parm_dev,parm_dev_minyr,parm_dev_maxyr,-10,10,parm_dev_PH) matrix parm_dev_rwalk(1,N_parm_dev,parm_dev_minyr,parm_dev_maxyr); - init_bounded_number checksum999(998,1000,-999) // set value to 999 to check reading of ss.par + init_bounded_number checksum999(998,1000,-1) // value must be 999 to check reading of ss.par vector timevary_parm(1,timevary_parm_cnt); // holds the link parameters; in SS_timevaryparm these are set to actual parms in MGparms, SRparms, Qparms, selparms matrix parm_timevary(1,timevary_cnt,styr-1,YrMax); // time series of adjusted parm values for block and trend diff --git a/SS_prelim.tpl b/SS_prelim.tpl index 4af5e2e1..f328bdbb 100644 --- a/SS_prelim.tpl +++ b/SS_prelim.tpl @@ -824,6 +824,16 @@ } echoinput << " Tag_parms read from ctl " << TG_parm << endl; } + checksum999 = 999.; + } + else + { + echoinput << "checksum from par file "<