Opened 11 years ago
Closed 10 years ago
#68 closed enhancement (invalid)
Deletion of day counter
Reported by: | dsolyga | Owned by: | jgipsl |
---|---|---|---|
Priority: | minor | Milestone: | ORCHIDEE 2.0 |
Component: | Driver files | Version: | orchidee_1_9_6 |
Keywords: | cleaning, slowproc | Cc: |
Description
The variable day_counter in slowproc module seems no be used any more to calculate the number of days. The variable sec does the same job.
It is proposed to delete this variable.
Check
Need to check if there are no problems in the other modules (stomate, teststomate etc).
Change History (3)
comment:1 in reply to: ↑ description Changed 11 years ago by jpolcher
comment:2 Changed 11 years ago by nvuilsce
- Owner changed from somebody to jgipsl
- Status changed from new to assigned
comment:3 Changed 10 years ago by jgipsl
- Resolution set to invalid
- Status changed from assigned to closed
day_counter can not be removed. It is calculated in slowproc and used in stomate (as argument to readstart and writestart).
Note: See
TracTickets for help on using
tickets.
Replying to dsolyga:
Time counting in slowproc should use the calendar routines of IOIPSL so that the right calendar is used. In the slowproc document I proposed to have a dedicated routine in slowproc dealing with this.