source: LMDZ6/branches/LMDZ_ECRad/libf/phylmd/ecrad/test/ifs/README @ 5213

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