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.
#359 (cleaning of calendar variables) – NEMO

Opened 15 years ago

Closed 13 years ago

#359 closed Enhancement (fixed)

cleaning of calendar variables

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

Description

New (and good) calendar variables are defined in daymod.F90, see changeset:1130
However old calandar variables, are still defined and used in some of the routines.
We should clean this, as most of these variables are not really working with gregorian calendar and runs longer than 1 year...
This mainly concern variables defined in phycst.F90:

      raajj = 365._wp     ,     & !: number of days in one year
      raamo =  12._wp     ,     & !: number of months in one year
      rjjhh =  24._wp     ,     & !: number of hours in one day
      rhhmm =  60._wp     ,     & !: number of minutes in one hour
      rmmss =  60._wp     ,     & !: number of seconds in one minute
      raass               ,     & !: number of seconds in one year
      rmoss               ,     & !: number of seconds in one month
      rjjss               ,     & !: number of seconds in one day

Commit History (0)

(No commits)

Change History (2)

comment:1 Changed 14 years ago by anonymous

  • Milestone 2009 Stream 0: Coupled Ready deleted

Milestone 2009 Stream 0: Coupled Ready deleted

comment:2 Changed 13 years ago by smasson

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

done

Note: See TracTickets for help on using tickets.