source:
trunk/LMDZ.PLUTO/libf/phypluto/diffusion_h.F90
@
3613
Last change on this file since 3613 was 3613, checked in by , 22 hours ago | |
---|---|
File size: 285 bytes |
Rev | Line | |
---|---|---|
[3455] | 1 | |
2 | module diffusion_h | |
3 | ||
4 | implicit none | |
5 | ||
[3613] | 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 | |
[3455] | 9 | |
10 | end module diffusion_h |
Note: See TracBrowser
for help on using the repository browser.