Last change
on this file since 1242 was
1006,
checked in by emillour, 11 years ago
|
Generic GCM:
- update the sponge layer: trun it into a module and (more important)
compute the sponge quenching analytically rather than via Forward Euler
approximation.
EM
|
File size:
367 bytes
|
Rev | Line | |
---|
[1006] | 1 | !----------------------------------------------------------------------- |
---|
| 2 | ! INCLUDE dissip.h |
---|
[135] | 3 | |
---|
[1006] | 4 | COMMON/comdissip/ & |
---|
| 5 | & niterdis,coefdis,tetavel,tetatemp,gamdissip |
---|
[135] | 6 | |
---|
| 7 | |
---|
| 8 | INTEGER niterdis |
---|
| 9 | |
---|
| 10 | REAL tetavel,tetatemp,coefdis,gamdissip |
---|
| 11 | |
---|
[1006] | 12 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.