Changeset 4936
- Timestamp:
- May 7, 2024, 4:42:50 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/ecrad/radiation/radiation_general_cloud_optics_data.F90
r4853 r4936 187 187 188 188 ! Thin averaging 189 190 ! Circumvent ifort bug (see https://github.com/ecmwf-ifs/ecrad/issues/13): 191 allocate(this%mass_ext(size(mapping, 1), nre)) 192 189 193 this%mass_ext = matmul(mapping, mass_ext) 190 194 this%ssa = matmul(mapping, mass_ext*ssa) / this%mass_ext
Note: See TracChangeset
for help on using the changeset viewer.