source: LMDZ6/branches/LMDZ_ECRad/libf/phylmd/ecrad/Makefile_include.pgi

Last change on this file was 4728, checked in by idelkadi, 9 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: 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.