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

Contents of /trunk/phylmd/time_phylmdz.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 254 - (show annotations)
Mon Feb 5 10:39:38 2018 UTC (6 years, 3 months ago) by guez
File size: 421 byte(s)
Move Sources/* to root directory.
1 module time_phylmdz
2
3 implicit none
4
5 INTEGER:: itap = 0 ! number of calls to "physiq"
6 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