source: LMDZ6/trunk/libf/phylmd/ecrad/Makefile_include.ecmwf @ 4773

Last change on this file since 4773 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: 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.