Last change
on this file since 3263 was
3175,
checked in by emillour, 11 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:
374 bytes
|
Rev | Line | |
---|
[3175] | 1 | c----------------------------------------------------------------------- |
---|
| 2 | c INCLUDE 'comdiss.h' |
---|
| 3 | |
---|
| 4 | INTEGER niter |
---|
| 5 | REAL tetau(llm),tetah(llm),cdivu,cdivh,crot |
---|
| 6 | LOGICAL dissipst |
---|
| 7 | |
---|
| 8 | COMMON/comdissi/niter |
---|
| 9 | COMMON/comdissr/tetau,tetah,cdivu,cdivh,crot |
---|
| 10 | COMMON/comdissl/dissipst |
---|
| 11 | |
---|
| 12 | c----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.