Skip to content

Commit

Permalink
Documenting Grwth paraemter vector in the tpl file
Browse files Browse the repository at this point in the history
  • Loading branch information
smartell committed Jan 15, 2015
1 parent b89c7ab commit 941ddbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/gmacs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 941ddbd

Please sign in to comment.