Last change
on this file since 1422 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
|
Line | |
---|
1 | !----------------------------------------------------------------------- |
---|
2 | ! INCLUDE dissip.h |
---|
3 | |
---|
4 | COMMON/comdissip/ & |
---|
5 | & niterdis,coefdis,tetavel,tetatemp,gamdissip |
---|
6 | |
---|
7 | |
---|
8 | INTEGER niterdis |
---|
9 | |
---|
10 | REAL tetavel,tetatemp,coefdis,gamdissip |
---|
11 | |
---|
12 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.