/[lmdze]/trunk/phylmd/time_phylmdz.f90
ViewVC logotype

Annotation of /trunk/phylmd/time_phylmdz.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 254 - (hide annotations)
Mon Feb 5 10:39:38 2018 UTC (6 years, 3 months ago) by guez
Original Path: trunk/phylmd/time_phylmdz.f
File size: 421 byte(s)
Move Sources/* to root directory.
1 guez 191 module time_phylmdz
2    
3     implicit none
4    
5 guez 212 INTEGER:: itap = 0 ! number of calls to "physiq"
6 guez 191 integer itau_w ! pas de temps d'\'ecriture
7    
8     contains
9    
10     subroutine increment_itap
11    
12     ! Incrémenter le compteur de la physique
13    
14     use phyetat0_m, only: itau_phy
15    
16     !--------------------------------------------------
17    
18     itap = itap + 1
19     itau_w = itau_phy + itap
20    
21     end subroutine increment_itap
22    
23     end module time_phylmdz

  ViewVC Help
Powered by ViewVC 1.1.21