Last change
on this file since 3504 was
3184,
checked in by afalco, 10 months ago
|
Pluto PCM:
Added LMDZ.PLUTO, a copy of the generic model,
cleaned from some unnecessary modules (water, ...)
AF
|
File size:
276 bytes
|
Line | |
---|
1 | |
---|
2 | module comgeomfi_h |
---|
3 | |
---|
4 | implicit none |
---|
5 | |
---|
6 | REAL,SAVE :: totarea ! total surface (m2) for this local (MPI/OpenMP) domain |
---|
7 | REAL,SAVE :: totarea_planet ! total planetary surface (m2) |
---|
8 | !$OMP THREADPRIVATE(totarea,totarea_planet) |
---|
9 | |
---|
10 | end module comgeomfi_h |
---|
11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.