Changeset 4802 for LMDZ6/trunk/libf/phylmd/ecrad
- Timestamp:
- Feb 2, 2024, 7:18:26 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/ecrad/radiation/radiation_general_cloud_optics_data.F90
r4773 r4802 181 181 182 182 ! Thin averaging 183 184 ! Circumvent ifort bug (see https://github.com/ecmwf-ifs/ecrad/issues/13): 185 allocate(this%mass_ext(size(mapping, 1), nre)) 186 183 187 this%mass_ext = matmul(mapping, mass_ext) 184 188 this%ssa = matmul(mapping, mass_ext*ssa) / this%mass_ext
Note: See TracChangeset
for help on using the changeset viewer.