source: LMDZ6/trunk/libf/phylmd/ecrad-acc/Makefile_include.ecmwf

Last change on this file was 6016, checked in by yann meurdesoif, 3 months ago

Add new ecrad version from DWD ported onto OpenACC, closed from original ecrad ECMWF starting point for LMDZ ecrad version.

Modification from ecrad-lmdz version has been included.

YM

  • Property svn:eol-style set to native
File size: 440 bytes
Line 
1$(info *******************************************************************************)
2$(info *** ECMWF/gfortran)
3$(info *******************************************************************************)
4
5include Makefile_include.gfortran
6
7ifndef NETCDF_INCLUDE
8$(error You need to run "module load netcdf" first)
9endif
10
11ifdef OMP_NUM_THREADS
12$(warning Type "unset OMP_NUM_THREADS" for best performance when running the radiation code)
13endif
Note: See TracBrowser for help on using the repository browser.