- Timestamp:
- Jan 21, 2025, 10:44:43 AM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3585 r3590 1515 1515 1516 1516 pdq(:,:,:) = pdq(:,:,:) + pdqmufi(:,:,:) 1517 1517 1518 1518 ELSE 1519 1519 IF (haze) THEN … … 2329 2329 endif 2330 2330 2331 endif 2331 endif ! end haze 2332 2333 if (callmufi) then 2334 ! Tracers: 2335 call write_output("m0as","Spherical mode 0th order moment","m-3",zq(:,:,micro_indx(1))*int2ext(:,:)) 2336 call write_output("m3as","Spherical mode 3rd order moment","m3.m-3",zq(:,:,micro_indx(2))*int2ext(:,:)) 2337 call write_output("m0af","Fractal mode 0th order moment","m-3",zq(:,:,micro_indx(3))*int2ext(:,:)) 2338 call write_output("m3af","Fractal mode 3rd order moment","m3.m-3",zq(:,:,micro_indx(4))*int2ext(:,:)) 2339 2340 ! Diagnostics: 2341 call write_output("rcs","Spherical mode characteristic radius","m",mp2m_rc_sph(:,:)) 2342 call write_output("rcf","Fractal mode characteristic radius","m",mp2m_rc_fra(:,:)) 2343 2344 if (optichaze) then 2345 call write_output("tau_col",& 2346 "Total aerosol optical depth","opacity",tau_col) 2347 endif ! end optichaze 2348 endif ! end callmufi 2332 2349 2333 2350 endif ! end of 'tracer'
Note: See TracChangeset
for help on using the changeset viewer.