Last change
on this file since 5214 was
4728,
checked in by idelkadi, 13 months ago
|
Update of ecrad in the LMDZ_ECRad branch of LMDZ:
- version 1.6.1 of ecrad
- files are no longer grouped in the same ecrad directory.
- the structure of ecrad offline is preserved to facilitate updating in LMDZ
- cfg.bld modified to take into account the new added subdirectories.
- the interface routines and those added in ecrad are moved to the phylmd directory
|
File size:
545 bytes
|
Line | |
---|
1 | # This is a Makefile for the Cray compiler: run "make PROFILE=cray". |
---|
2 | |
---|
3 | FC = ftn |
---|
4 | CPPFLAGS = |
---|
5 | |
---|
6 | ifndef DEBUG |
---|
7 | OPTFLAGS = -hflex_mp=conservative -hfp1 -hadd_paren -hnocaf |
---|
8 | else |
---|
9 | OPTFLAGS = -O0 -hfp1 |
---|
10 | endif |
---|
11 | |
---|
12 | WARNFLAGS = |
---|
13 | BASICFLAGS = -emf -J../mod -p../mod |
---|
14 | |
---|
15 | # We used to have the flag "-hbyteswapio" here because the RRTM input |
---|
16 | # files are big endian Fortran unformatted files, but now the file |
---|
17 | # ordering has been specified at the OPEN command so no compiler flags |
---|
18 | # are needed. |
---|
19 | LDFLAGS = -Ktrap=fp -Wl,--as-needed -dynamic |
---|
20 | DEBUGFLAGS = |
---|
21 | OMPFLAG = -homp |
---|
Note: See
TracBrowser
for help on using the repository browser.