/[lmdze]/trunk/IOIPSL/Calendar/calendar.f90
ViewVC logotype

Annotation of /trunk/IOIPSL/Calendar/calendar.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 328 - (hide annotations)
Thu Jun 13 14:40:06 2019 UTC (5 years ago) by guez
File size: 174 byte(s)
Change all `.f` suffixes to `.f90`. (The opposite was done in revision
82.)  Because of change of philosopy in GNUmakefile: we already had a
rewritten rule for `.f`, so it does not make the makefile longer to
replace it by a rule for `.f90`. And it spares us options of
makedepf90 and of the compiler. Also we prepare the way for a simpler
`CMakeLists.txt`.

1 guez 30 MODULE calendar
2 guez 36
3 guez 62 IMPLICIT NONE
4    
5     REAL, PARAMETER:: un_jour = 86400. ! one day in seconds
6    
7     ! Description of calendar
8     LOGICAL:: lock_unan = .FALSE.
9    
10 guez 30 END MODULE calendar

  ViewVC Help
Powered by ViewVC 1.1.21