|
Last change
on this file since 5875 was
4728,
checked in by idelkadi, 2 years 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 | |
|---|
| 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.