Changeset 3198 for trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
- Timestamp:
- Feb 2, 2024, 3:08:36 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3197 r3198 920 920 print*,'and the surface albedo is taken equal to the first visible spectral value' 921 921 922 albedo_equivalent(1:ngrid)=albedo(1:ngrid,1) 922 923 fluxsurfabs_sw(1:ngrid) = fluxtop_dn(1:ngrid)*(1.-albedo(1:ngrid,1)) 924 ! TB24: 925 fluxabs_sw(1:ngrid)=fluxsurfabs_sw(1:ngrid) 923 926 fluxrad_sky(1:ngrid) = fluxsurfabs_sw(1:ngrid) 924 927 fluxtop_lw(1:ngrid) = emis(1:ngrid)*sigma*tsurf(1:ngrid)**4 … … 1662 1665 if(callrad)then 1663 1666 1664 !call writediagfi(ngrid,"ALB","Surface albedo"," ",2,albedo_equivalent)1667 call writediagfi(ngrid,"ALB","Surface albedo"," ",2,albedo_equivalent) 1665 1668 !call writediagfi(ngrid,"ALB_1st","First Band Surface albedo"," ",2,albedo(:,1)) 1666 1669 call writediagfi(ngrid,"ISR","incoming stellar rad.","W m-2",2,fluxtop_dn)
Note: See TracChangeset
for help on using the changeset viewer.