Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is gasesous transmittance at 620nm used elsewhere? #24

Open
BaptisteVandecrux opened this issue Aug 15, 2022 · 0 comments
Open

Is gasesous transmittance at 620nm used elsewhere? #24

BaptisteVandecrux opened this issue Aug 15, 2022 · 0 comments

Comments

@BaptisteVandecrux
Copy link
Member

the new script calculates gaseous transmittance at 620nm
Is that something we wnt to add as output?

c     ***********************STEP 2************************
c     calculation of ozone gaseous transmittance at 620nm
c     snow reflectance at 620nm in absence of ozone absorption:
      DARM=4.*pi * 8.58e-9/ (1.e-3 * 0.620)
      reska=exp(-sqrt( DARM* al))
      rozone=r0*exp(-u1*u2/r0*sqrt( DARM* al))

c     atmospheric spectral characteristics at 620nm:      
      tauaer=aot*(0.62/0.5)**(-anna)
      taumol=0.008735/0.62**(4.08)
      okota=height/6000.
	  
      if (okota.gt.0.) taumol=taumol*exp(-okota)
      if (MOLEC.eq.1) go to 99
      taumol=0.0053/0.62**(4.0932)
99    continue

c      total aerosol optical thickness at 620nm:      
      tau=tauaer+taumol
      
c      atmospheric reflectance, total transmittance and spherical albedo      
                              refatm=   func1(tau)
                              tatm=     func2(tau)
                              albatm=   func3(tau)

                              
c        gaseous transmittance at 620nm:
c     T620=(ctoa(7)-refatm)*(1.-reska*albatm)/tatm/rozone
          TOAOZ=refatm+tatm*rozone/(1.-reska*albatm)
          T620=ctoa(7)/TOAOZ
c             write(*,*) TOAOZ,T620,ctoa(7)
          
c      estimation of gaseous transmittance T620 at 620nm is finished
c                 ************END of STEP 2**********
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant