Changeset 5086 for LMDZ6/branches/Amaury_dev/libf/phylmd/cospv2/icarus.F90
- Timestamp:
- Jul 19, 2024, 7:54:50 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/cospv2/icarus.F90
r5082 r5086 155 155 (cchar_realtops(acc(ilev,ibox)+1),ilev=1,nlev),& 156 156 (cchar(acc(ilev,ibox)+1),ilev=1,nlev) 157 end do157 END DO 158 158 close(9) 159 159 … … 322 322 do ibox=1,ncol 323 323 fluxtop(1:npoints,ibox) = fluxtop(1:npoints,ibox) + emsfc_lw*bb(1:npoints)*trans_layers_above(1:npoints,ibox) 324 end do324 END DO 325 325 326 326 ! All Sky brightness temperature … … 445 445 levmatch(1:npoints,ibox)=ilev 446 446 endwhere 447 end do447 END DO 448 448 end if 449 449 where(tau(1:npoints,ibox) <= tauchk)
Note: See TracChangeset
for help on using the changeset viewer.