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.
#654 (change opa9.driver and opa9.card to do Interannual run with PeriodLength != 1) – NEMO

Opened 14 years ago

Closed 14 years ago

Last modified 2 years ago

#654 closed Enhancement (fixed)

change opa9.driver and opa9.card to do Interannual run with PeriodLength != 1

Reported by: flavoni Owned by: nemo
Priority: low Milestone:
Component: OCE Version: v3.2
Severity: Keywords: OPA libIGCM v3.2
Cc:

Description (last modified by flavoni)

Change of opa9.card and opa9.driver to have possibility to do interannual run with PeriodLength? > 1Y
And added the fact that libIGCM can use opa's possibility to do interannual run even if the previous and successive years are not present (in fldread).

Commit History (3)

ChangesetAuthorTimeChangeLog
1825flavoni2010-04-02T16:29:27+02:00

added new variable to solve bug for interannual run,(run package of years in one time), see ticket: #654

1823flavoni2010-03-29T12:05:17+02:00

corrected bug of cut&paste: yp1 instead of ym1 in opa9.driver, see ticket: #654

1811flavoni2010-03-19T15:35:07+01:00

change of opa9.driver and opa9.card to do Interannual run with PeriodLength? != 1, see ticket: #654

Change History (10)

comment:1 Changed 14 years ago by flavoni

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

comment:2 Changed 14 years ago by flavoni

  • Resolution fixed deleted
  • Status changed from closed to reopened

Introduced new variable (PeriodInitYear?) to compute start year of every sub-block computation (for every group of PeriodLength?)

& also changed variable name to be coherent with current nomenclature
from final_year into PeriodFinalYear?

(( PeriodInitYear? =${InitYear?} + ${PeriodCumulPeriod?}*${PeriodLengthInYears?} ))
(( PeriodFinalYear? =${InitYear?} + ${PeriodLengthInYears?}*${CumulPeriod?} - 1 ))

comment:3 Changed 14 years ago by flavoni

  • Description modified (diff)
  • Resolution set to fixed
  • Status changed from reopened to closed

comment:4 Changed 8 years ago by nicolasmartin

  • Keywords develoments libIGCM added

comment:5 Changed 8 years ago by nicolasmartin

  • Keywords developments added; develoments removed

comment:6 Changed 8 years ago by nicolasmartin

  • Keywords nemo_v3_2* added

comment:7 Changed 8 years ago by nicolasmartin

  • Milestone libIGCM development deleted

Milestone libIGCM development deleted

comment:8 Changed 8 years ago by nicolasmartin

  • Keywords developments removed

comment:9 Changed 6 years ago by nemo

  • Keywords nemo_v3_2* removed

comment:10 Changed 2 years ago by nemo

  • Keywords OPA v3.2 added
Note: See TracTickets for help on using tickets.