source: trunk/LMDZ.PLUTO/libf/phypluto/diffusion_h.F90 @ 3613

Last change on this file since 3613 was 3613, checked in by afalco, 19 hours ago

Pluto: fixes for OpenMP.
AF

File size: 285 bytes
Line 
1
2       module diffusion_h
3
4       implicit none
5
6       real*8, parameter :: Pdiff = 1. ! pressure below which diffusion is computed
7       real*8, parameter :: tdiffmin = 5d0
8       real*8, parameter :: dzres = 2d0 ! grid resolution (km) for diffusion
9
10       end module diffusion_h
Note: See TracBrowser for help on using the repository browser.