Opened 16 years ago
Closed 14 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 15 years ago by anonymous
- Milestone 2009 Stream 0: Coupled Ready deleted
comment:2 Changed 14 years ago by smasson
- Resolution set to fixed
- Status changed from new to closed
done
Note: See
TracTickets for help on using
tickets.
Milestone 2009 Stream 0: Coupled Ready deleted