- Timestamp:
- Sep 27, 2024, 6:54:41 PM (8 weeks ago)
- Location:
- trunk/LMDZ.PLUTO/libf/phypluto
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/callcorrk.F90
r3375 r3444 493 493 end do !iaer=1,naerkind. 494 494 if (haze_radproffix) then 495 if (haze_radproffix) then 496 call haze_reffrad_fix(ngrid,nlayer,zzlay,& 497 reffrad,nueffrad) 498 endif 499 495 500 print*, 'haze_radproffix=T : fixed profile for haze rad' 496 501 else … … 507 512 508 513 if (aerohaze) then 509 if (haze_radproffix) then510 call haze_reffrad_fix(ngrid,nlayer,zzlay,&511 reffrad,nueffrad)512 endif513 514 514 515 ! Get 3D aerosol optical properties. … … 576 577 577 578 578 ! AF24: for now only consider one aerosol (=haze) 579 if (aerohaze) then 579 ! AF24: for now only consider one aerosol (=haze) 580 if (aerohaze) then 580 581 do iaer=1,naerkind 581 582 ! Shortwave. … … 689 690 ! Aerosol optical depths 690 691 !----------------------------------------------------------------------- 691 if (aerohaze) then 692 if (aerohaze) then 692 693 do iaer=1,naerkind ! a bug was here 693 694 do k=0,nlayer-1 -
trunk/LMDZ.PLUTO/libf/phypluto/callcorrk_pluto_mod.F90
r3422 r3444 256 256 end do !iaer=1,naerkind. 257 257 if (haze_radproffix) then 258 if (haze_radproffix) then 259 call haze_reffrad_fix(ngrid,nlayer,zzlay, & 260 reffrad,nueffrad) 261 endif 258 262 print*, 'haze_radproffix=T : fixed profile for haze rad' 259 263 else … … 298 302 ! uniform. Called only if aerohaze=true. 299 303 !-------------------------------------------------- 300 if (haze_radproffix) then301 call haze_reffrad_fix(ngrid,nlayer,zzlay, &302 reffrad,nueffrad)303 endif304 304 305 305 call aeroptproperties(ngrid,nlayer,reffrad,nueffrad, & -
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3439 r3444 2409 2409 !Pluto specific 2410 2410 call writediagfi(ngrid,'n2_iceflux','n2_iceflux',"kg m^-2 s^-1",2,flusurf(1,igcm_n2) ) 2411 call writediagfi(ngrid,'haze_reff','haze_reff','m',3,reffrad(1,1,1)) 2411 if (aerohaze)then 2412 call writediagfi(ngrid,'haze_reff','haze_reff','m',3,reffrad(1,1,1)) 2413 end if 2412 2414 if (methane) then 2413 2415 call writediagfi(ngrid,'ch4_iceflux','ch4_iceflux',&
Note: See TracChangeset
for help on using the changeset viewer.