source: LMDZ6/trunk/libf/phylmd/ecrad/Makefile_include.pgi @ 4911

Last change on this file since 4911 was 4773, checked in by idelkadi, 6 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
Line 
1FC = pgf90
2CPPFLAGS = -Mpreprocess
3
4ifndef DEBUG
5OPTFLAGS = -O3 -acc -ta=nvidia
6else
7OPTFLAGS = -O0
8endif
9
10WARNFLAGS = -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.
16BASICFLAGS = -module ../mod
17DEBUGFLAGS = -g
18OMPFLAG = -mp=nonuma
Note: See TracBrowser for help on using the repository browser.