Last change
on this file since 3624 was
3175,
checked in by emillour, 13 months ago
|
Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+EM
|
File size:
276 bytes
|
Rev | Line | |
---|
[3175] | 1 | module comsoil_h |
---|
| 2 | |
---|
| 3 | implicit none |
---|
| 4 | PRIVATE |
---|
| 5 | #include "dimensions.h" |
---|
| 6 | #include "dimphys.h" |
---|
| 7 | |
---|
| 8 | real layer(nsoilmx),mlayer(0:nsoilmx-1) |
---|
| 9 | real inertiedat(ngridmx,nsoilmx),volcapa |
---|
| 10 | PUBLIC layer,mlayer |
---|
| 11 | PUBLIC inertiedat,volcapa |
---|
| 12 | end module comsoil_h |
---|
Note: See
TracBrowser
for help on using the repository browser.