UPP (develop)
Loading...
Searching...
No Matches
SOIL_mod.f
Go to the documentation of this file.
1
3 module soil
4!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
5 implicit none
6!
7 real, allocatable :: stc(:,:,:) &
8 ,smc(:,:,:) &
9 ,sh2o(:,:,:) &
10 ,sldpth(:) &
11 ,rtdpth(:) &
12 ,sllevel(:)
13 end module soil