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