source: LMDZ6/branches/LMDZ_ECRad/libf/phylmd/ecrad/Makefile_include.ecmwf @ 4947

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