[root]/branches/LMDZ_ECRad/libf/phylmd/ecrad
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 9 (100.0%) | 489 (100.0%) | 54.3 |
idelkadi | 7 (77.8%) | 489 (100.0%) | 69.8 |
lguez | 2 (22.2%) | 0 (0.0%) | 0.0 |
Implementation of the Ecrad radiative transfer code in the LMD model (continued) :
Integration of aerosols (direct effect)
489 lines of code changed in 7 files:
Use custom procedure to read aerosol optics file
Replace call to `config%aerosol_optics%setup` by call to an LMDZ
procedure, `setup_aerosol_optics_lmdz`, adapted to our aerosol optics
NetCDF file. The main differences between our file and the file
expected by `config%aerosol_optics%setup` are:
- Our file has groups.
- The SW bands in our file are ordered (as befits a NetCDF
coordinate).
- Our file does not contain variables for monochromatic asymmetry
factor, single-scattering albedo and lidar backscattering
ratio. These variables are not used by ECRad but they are
nevertheless read and required by `config%aerosol_optics%setup`.
0 lines of code changed in 2 files: