Skip to content
Snippets Groups Projects
Commit 31d259e4 authored by Andi Walther's avatar Andi Walther :speech_balloon:
Browse files

changes

parent d6c69972
Branches
No related tags found
No related merge requests found
......@@ -511,6 +511,9 @@ contains
this % wvp_solid = coefs (:,:,0,:)
this % wvp_liquid = coefl (:,:,0,:)
this % modis_channel_eqv = [ (i,i=20,36),1 ]
this % native_channel = [ (i,i=20,36),1 ]
......
......@@ -154,7 +154,7 @@ contains
! - build total transmisison
taut = taud * tauo * tauc * tauw
print*,taud(101),tauo(101),tauc(101),tauw(101)
print*,'tau values 101: tau-dry, tau-oz, tau-con, tau-wav ',taud(101),tauo(101),tauc(101),tauw(101)
! - done
......
......@@ -992,8 +992,11 @@ subroutine tauwtr( ccs , ccl , xx , tau )
od_sum=od_sum + max(yy,0.)
if ( yy > 0. ) taulyr = exp ( -yy)
tau ( j + 1) = tau ( j ) * taulyr
end do
cc=> null()
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment