Opened 9 years ago

Closed 7 years ago

#59 closed defect (fixed)

Floating Point Exception when output_frequency < timestep

Reported by: ssenesi Owned by: oabramkina
Priority: minor Component: XIOS
Version: 1.0 Keywords: FPE
Cc:

Description

If a an output_freq of "2h" is set, my model having a timestep of 3h, XIOS does crash with FPE. Increasing output_freq to 3h 'solves' the problem. A smoother , landing with an an explicit explanantion would be friendlier.

Change History (2)

comment:1 Changed 8 years ago by ymipsl

  • Owner changed from ymipsl to oabramkina

comment:2 Changed 7 years ago by oabramkina

  • Resolution set to fixed
  • Status changed from new to closed

Check if output_frequency >= timestep has been added.
Files with output_frequency < timestep are considered to be disabled.

Note: See TracTickets for help on using tickets.