Last change
on this file since 5018 was
4773,
checked in by idelkadi, 11 months ago
|
- Update of Ecrad in LMDZ
The same organization of the Ecrad offline version is retained in order to facilitate the updating of Ecrad in LMDZ and the comparison between online and offline results.
version 1.6.1 of Ecrad (https://github.com/lguez/ecrad.git)
- Implementation of the double call of Ecrad in LMDZ
|
File size:
463 bytes
|
Rev | Line | |
---|
[4773] | 1 | FC = pgf90 |
---|
| 2 | CPPFLAGS = -Mpreprocess |
---|
| 3 | |
---|
| 4 | ifndef DEBUG |
---|
| 5 | OPTFLAGS = -O3 -acc -ta=nvidia |
---|
| 6 | else |
---|
| 7 | OPTFLAGS = -O0 |
---|
| 8 | endif |
---|
| 9 | |
---|
| 10 | WARNFLAGS = -Minform=inform |
---|
| 11 | |
---|
| 12 | # We used to have the flag "-Mbyteswapio" here because the RRTM input |
---|
| 13 | # files are big endian Fortran unformatted files and most machines are |
---|
| 14 | # now little endian, but now the file ordering has been specified at |
---|
| 15 | # the OPEN command so no compiler flags are needed. |
---|
| 16 | BASICFLAGS = -module ../mod |
---|
| 17 | DEBUGFLAGS = -g |
---|
| 18 | OMPFLAG = -mp=nonuma |
---|
Note: See
TracBrowser
for help on using the repository browser.