Changeset 5087 for LMDZ6/branches/Amaury_dev/libf/phylmd/cospv2
- Timestamp:
- Jul 20, 2024, 12:00:23 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/cospv2/cosp_optics.F90
r5081 r5087 440 440 ! Optical thickness of each layer (particles) 441 441 tau_part(1:npoints,1:nlev,i) = tau_part(1:npoints,1:nlev,i) & 442 &* (zheight(1:npoints,1:nlev)-zheight(1:npoints,2:nlev+1) )442 * (zheight(1:npoints,1:nlev)-zheight(1:npoints,2:nlev+1) ) 443 443 ! Optical thickness from TOA to layer k (particles) 444 444 do k=zi,zf,zinc
Note: See TracChangeset
for help on using the changeset viewer.