source: dynamico_lmdz/simple_physics/phyparam/physics/planet.F90 @ 4185

Last change on this file since 4185 was 4184, checked in by dubos, 5 years ago

simple_physics : planete.h => MODULE planet.F90

File size: 215 bytes
Line 
1MODULE planet
2  IMPLICIT NONE
3  SAVE
4
5  REAL :: aphelie, periheli, year_day, peri_day, obliquit, &
6       coefvis, coefir, &
7       lmixmin=100., emin_turb=1e-8
8 
9  REAL, PARAMETER :: karman=0.4
10
11END MODULE planet
Note: See TracBrowser for help on using the repository browser.