- Timestamp:
- Aug 11, 2023, 5:06:49 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZ_ECRad/libf/phylmd/ecrad/setup_aerosol_optics_lmdz_m.F90
r4647 r4648 113 113 114 114 ! Allocate memory for mapping arrays 115 ao%ntype = ao%n_type_phobic + ao%n_type_philic116 allocate(ao%iclass(ao%ntype))117 allocate(ao%itype(ao%ntype))115 ! ao%ntype = ao%n_type_phobic + ao%n_type_philic 116 ! allocate(ao%iclass(ao%ntype)) 117 ! allocate(ao%itype(ao%ntype)) 118 118 119 ao%iclass = IAerosolClassUndefined120 ao%itype = 0119 ! ao%iclass = IAerosolClassUndefined 120 ! ao%itype = 0 121 121 122 122 end subroutine setup_aerosol_optics_lmdz
Note: See TracChangeset
for help on using the changeset viewer.