Opened 14 years ago
Closed 14 years ago
#810 closed Bug (fixed)
model stops a few time steps before the end
Reported by: | smasson | Owned by: | nemo |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | OCE | Version: | v3.2 |
Severity: | Keywords: | ||
Cc: |
Description
the model stops a few time step before the end of the simulation with an error from iom_get :
start and count too big regarding to the size of the data
This bug concerns only the reading of the forcing fields that are not interpolated in time. In this case we read (and store but not use) the data too much in advance, which means, for example, that, at the end of a year, we try to access further informations that should be read in the next year file.
Note that all model calculations are OK it is only an error in the timing of the read
This bug is a consequence of the bugfix introduced in changeset:2323, see ticket#745 => this affects only nemo v3_2_2 and not earlier or later versions
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
2700 | smasson | 2011-03-22T11:58:45+01:00 | bugfix for fldread in v3_2_2, see ticket#810 |
Change History (1)
comment:1 Changed 14 years ago by smasson
- Resolution set to fixed
- Status changed from new to closed
fixed. see changeset:2700