gadget-framework / gadget3

TMB-based gadget implemtation
GNU General Public License v2.0
8 stars 6 forks source link

"skip years" option for g3a_time() #71

Open lentinj opened 2 years ago

lentinj commented 2 years ago

In #57 we got a bunch of options to make various types of model validation easy, but cross-validation(?) i.e. skipping a few years in the middle, isn't possible.

We need something to temporarily turn on cur_year_projection, ideally by parameter again. A parameter vector of years to skip? A skip_year_start and skip_year_end?