Changeset 4182 for LMDZ6/branches/LMDZ_ECRad
- Timestamp:
- Jun 20, 2022, 5:29:41 PM (3 years ago)
- Location:
- LMDZ6/branches/LMDZ_ECRad/libf/phylmd
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZ_ECRad/libf/phylmd/ecrad/radiation_aerosol_optics.F90
r3908 r4182 36 36 use radiation_aerosol_optics_data, only : aerosol_optics_type 37 37 use radiation_io, only : nulerr, radiation_abort 38 use setup_aerosol_optics_lmdz_m, only: setup_aerosol_optics_lmdz 38 39 39 40 type(config_type), intent(inout) :: config … … 46 47 ! Load data from file and prepare to map config%n_aerosol_types 47 48 ! aerosol types 48 call config%aerosol_optics%setup(trim(config%aerosol_optics_file_name), &49 & config%n_aerosol_types, iverbose=config%iverbosesetup)49 call setup_aerosol_optics_lmdz(config%aerosol_optics, & 50 trim(config%aerosol_optics_file_name)) 50 51 51 52 ! Check agreement in number of bands
Note: See TracChangeset
for help on using the changeset viewer.