CDEPS icon indicating copy to clipboard operation
CDEPS copied to clipboard

limit taxmode is too strict?

Open anton-seaice opened this issue 1 week ago • 2 comments

I've been struggling to understand how best to configure data streams files, and it basically comes down to first and last time steps.

Easiest to show with an example:

  • We have forcing data which ends in 2023, at 9pm
  • therefore, setting taxmode to "limit" means the model stops at 9pm.
  • We would like to run to the end of 2023, but not run in 2024.

The limit calculations appear to ignore dtlimit when there is no data to interpolate between - e.g. setting dtlimit to 2 or 3 has no impact. Using extend means the model will run forever with the same data from the last timestep of 2023 (rather than stop at the end of 2023).

anton-seaice avatar Nov 18 '25 04:11 anton-seaice

@anton-seaice there might be other solutions but you could copy the last time step until 12pm in your netcdf (using nco or cdo) and keep using limit in CDEPS side. BTW, you could finish 2023 with constant data at the end.

uturuncoglu avatar Nov 18 '25 13:11 uturuncoglu

you could copy the last time step until 12pm in

Thanks!

Also - trying to avoid this so we can use unmodified data from the source files

anton-seaice avatar Nov 20 '25 22:11 anton-seaice