Skip to content
Snippets Groups Projects
Commit 9389c7bf authored by Moritz Hanke's avatar Moritz Hanke
Browse files

sets target lag to 1 in toy_output

parent 399dc579
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ int main(int argc, char** argv){
yac_cdef_couple( source_comp, source_grid, field_name,
comp_name, grid_name, field_name,
dt, YAC_TIME_UNIT_ISO_FORMAT, YAC_REDUCTION_TIME_NONE,
interp_stack_config_id, 0, 0);
interp_stack_config_id, 0, 1);
yac_cfree_interp_stack_config(interp_stack_config_id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment