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

sets target lag to 1 in toy_output

parent cbe77630
Branches release-3.0.3
Tags v3.0.3
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