Changeset 3375 for trunk/LMDZ.PLUTO
- Timestamp:
- Jun 13, 2024, 2:52:12 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/callcorrk.F90
r3361 r3375 576 576 577 577 578 ! AF24: for now only consider one aerosol (=haze) 579 if (aerohaze) then 578 580 do iaer=1,naerkind 579 581 ! Shortwave. … … 682 684 end do ! L_LEVELS 683 685 end do ! naerkind 686 end if ! aerohaze 684 687 685 688 !----------------------------------------------------------------------- 686 689 ! Aerosol optical depths 687 690 !----------------------------------------------------------------------- 691 if (aerohaze) then 688 692 do iaer=1,naerkind ! a bug was here 689 693 do k=0,nlayer-1 … … 704 708 705 709 end do ! naerkind 710 else 711 tauaero(:,:)=0 712 end if ! aerohaze 706 713 707 714 ! Albedo and Emissivity. … … 1042 1049 do l=1,L_NLAYRAD 1043 1050 fmnetv(l)=0.0d0 1051 fmnetv_nu(l,:)=0.0d0 1044 1052 fluxupv(l)=0.0d0 1045 1053 fluxdnv(l)=0.0d0
Note: See TracChangeset
for help on using the changeset viewer.