source: LMDZ6/trunk/libf/phylmd/ecrad/TODO @ 4911

Last change on this file since 4911 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.2 KB
Line 
1FEATURES
2 - Option to have more McICA columns to reduce noise
3 - Compute UV index when sufficient UV bands
4
5LONGER TERM FEATURES
6 - Option to provide date, time, longitude and latitude from which the
7   IFS values will be calculated of: solar zenith angle, trace gas and
8   aerosol mixing ratio, and cloud effective ratio
9 - Incorporate RRTMGP
10 - Solar cycle in spectral irradiance
11
12INTERFACE
13 - Rename "do_3d" as it is misleading
14 - Add deallocate method for config type
15 - Column is last array argument for all input and output arrays?
16 - Why are the flux%*_band variables dimensioned (g,col,lev) not (g,lev,col)?
17
18ECCKD AND GENERALIZED CLOUD/AEROSOL
19
20DOCUMENTATION
21 - Add chapters on API, internal structure and underpinning science
22
23MISC
24 - Definition of Tdir in two_stream
25
26DIFFERENCES IN IFS VERSION OF ECRAD
27 - Several files contain easy_netcdf_with_read_mpi instead of
28   easy_netcdf (radiation_aerosol_optics_data,
29   radiation_cloud_optics_data, radiation_pdf_sampler)
30 - radiation_cloud_generator.F90 uses SIMD routine to sample PDF
31 - radiation_delta_eddington.h contains SIMD routine
32 - radiation_interface.F90 and radiation_ifs_rrtm.F90 take YDERAD
33   arguments, the latter has other differences
34 - radiation_constants should use IFS values?
35
36KNOWN BUGS
Note: See TracBrowser for help on using the repository browser.