diff --git a/src/gmacs.tpl b/src/gmacs.tpl index 2cf94edf..e7d6068b 100644 --- a/src/gmacs.tpl +++ b/src/gmacs.tpl @@ -652,6 +652,14 @@ PARAMETER_SECTION // init_bounded_number_vector Grwth(1,nGrwth,Grwth_lb,Grwth_ub,Grwth_phz); init_bounded_number_vector theta(1,ntheta,theta_lb,theta_ub,theta_phz); + + + // Growth and molting probability parameters Sex-specific + // alpha = Grwth(1); + // beta = Grwth(2); + // gscale = Grwth(3); + // molt_mu = Grwth(4); + // molt_cv = Grwth(5); init_bounded_number_vector Grwth(1,nGrwth,Grwth_lb,Grwth_ub,Grwth_phz); // init_bounded_vector_vector theta(1,ntheta,1,ipar_vector,theta_lb,theta_ub,theta_phz); //init_bounded_vector_vector theta(1,ntheta,1,ipar_vector,theta_lb,theta_ub,theta_phz);