Last change
on this file since 5018 was
4773,
checked in by idelkadi, 11 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
|
Rev | Line | |
---|
[4773] | 1 | $(info *******************************************************************************) |
---|
| 2 | $(info *** ECMWF/gfortran) |
---|
| 3 | $(info *******************************************************************************) |
---|
| 4 | |
---|
| 5 | include Makefile_include.gfortran |
---|
| 6 | |
---|
| 7 | ifndef NETCDF_INCLUDE |
---|
| 8 | $(error You need to run "module load netcdf" first) |
---|
| 9 | endif |
---|
| 10 | |
---|
| 11 | ifdef OMP_NUM_THREADS |
---|
| 12 | $(warning Type "unset OMP_NUM_THREADS" for best performance when running the radiation code) |
---|
| 13 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.