source: LMDZ6/trunk/libf/phylmd/ecrad/test/ifs/README @ 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: 1.4 KB
Line 
1This directory contains "ecrad_meridian.nc", a pole-to-pole slice of
2low-resolution IFS model data in a form to use as input to the offline
3version of ecRad. It includes aerosols extracted from the CAMS
4climatology used operationally in IFS Cycle 43R3.
5
6Up to ecRad version 1.1.6, the file included a modification for Earth
7curvature effects within the IFS such that the online radiation scheme
8never sees a solar zenith angle greater than 90 degrees. However, it
9is important to test the offline ecRad for such conditions, so from
10version 1.1.7, the cos_solar_zenith_angle variable has been modified
11to allow the sun to go below the horizon.
12
13Typing "make" in this directory runs various configurations of ECRAD -
14see the Makefile for details.
15
16To run with a configuration similar to older cycle 43R3, type
17
18   make CONFIG=configCY43R3.nam
19
20The Matlab script plot_ifs.m and Python script plot_ifs.py can be used
21to visualize the results. The file
22"ecrad_meridian_default_out_REFERENCE.nc" contains a reference version
23of the output file "ecrad_meridian_default_out.nc" (case "a" above),
24which you can compare to be sure your compilation is working as
25expected. Sometimes this file lags intermediate versions of ecRad,
26especially git snapshots. It is always generated using gfortran in
27double precision.
28
29Note that the shortwave diagnosed cloud cover will be set to -1 when
30the sun is below the horizon.
Note: See TracBrowser for help on using the repository browser.