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

Annotation of /trunk/phylmd/ctherm.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 134 - (hide annotations)
Wed Apr 29 15:47:56 2015 UTC (9 years, 1 month ago) by guez
Original Path: trunk/Sources/phylmd/ctherm.f
File size: 289 byte(s)
Sources inside, compilation outside.
1 guez 3 module ctherm
2    
3     implicit none
4    
5 guez 54 integer, save:: iflag_thermals, nsplit_thermals
6 guez 3
7 guez 54 ! À inclure éventuellement dans les fichiers de configuration.
8 guez 3
9     real:: r_aspect_thermals = 4.
10     real:: l_mix_thermals = 10.
11     real:: tho_thermals = 0.
12     integer:: w2di_thermals = 0
13    
14     end module ctherm

  ViewVC Help
Powered by ViewVC 1.1.21