New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#368 (bug in calendar of lim and top outputs) – NEMO

Opened 15 years ago

Closed 13 years ago

#368 closed Bug (fixed)

bug in calendar of lim and top outputs

Reported by: smasson Owned by: smasson
Priority: low Milestone:
Component: OCE Version:
Severity: Keywords:
Cc:

Description

Thanks to the modifications done in changeset:1309 and changeset:1334 lim and top outputs are not working when nit000 /= 1 !!
The probem is coming from the time step of lim(top) which is a multiple of the time step of the oce. for example with lim:

rdt_ice = nn_fsbc * rdttra(1)

so if ocean is doing time step kt, ice is doing time step

kt_ice = (kt - 1) / nn_fsbc + 1 

Starting from changeset:1334 we must replace nit000 by (nit000 - 1) / nn_fsbc + 1

In addition, in histbeg, we must specify that we are using lim(top) time step.

Commit History (0)

(No commits)

Change History (3)

comment:1 Changed 15 years ago by smasson

fixed for lim: see changeset:1339[[BR]]

comment:2 Changed 13 years ago by smasson

  • Owner changed from NEMO team to smasson

done

comment:3 Changed 13 years ago by smasson

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.