Last change
on this file since 5306 was
1279,
checked in by Laurent Fairhead, 15 years ago
|
Merged LMDZ4-dev branch changes r1241:1278 into the trunk
Running trunk and LMDZ4-dev in LMDZOR configuration on local
machine (sequential) and SX8 (4-proc) yields identical results
(restart and restartphy are identical binarily)
Log history from r1241 to r1278 is available by switching to
source:LMDZ4/branches/LMDZ4-dev-20091210
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
372 bytes
|
Rev | Line | |
---|
[524] | 1 | ! |
---|
[1279] | 2 | ! $Id: comvert.h 1279 2009-12-10 09:02:56Z fairhead $ |
---|
[524] | 3 | ! |
---|
[1279] | 4 | !----------------------------------------------------------------------- |
---|
| 5 | ! INCLUDE 'comvert.h' |
---|
[524] | 6 | |
---|
[1279] | 7 | COMMON/comvert/ap(llm+1),bp(llm+1),presnivs(llm),dpres(llm), & |
---|
| 8 | & pa,preff,nivsigs(llm),nivsig(llm+1) |
---|
[524] | 9 | |
---|
| 10 | REAL ap,bp,presnivs,dpres,pa,preff,nivsigs,nivsig |
---|
| 11 | |
---|
[1279] | 12 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.