source: trunk/LMDZ.PLUTO.old/libf/phypluto/blackl.F @ 3436

Last change on this file since 3436 was 3175, checked in by emillour, 11 months ago

Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+EM

File size: 691 bytes
Line 
1      subroutine blackl(blalong,blat,blae)
2c.......................................................................
3      implicit double precision (a-h,o-z)
4c.......................................................................
5c.....donnees de fond
6      sigma=5.6693d-08
7      pi=datan(1.d0)*4.d0
8      c0=2.9979d+08
9      h=6.6262d-34
10      cbol=1.3806d-23
11      rind=1.d0
12      c=c0/rind
13      c1=h*(c**2)
14      c2=h*c/cbol
15c.....fin de donnees de fond
16c.......................................................................
17      blae=2.d0*pi*c1/blalong**5/(dexp(c2/blalong/blat)-1.d0)
18c.......................................................................
19      return
20      end
Note: See TracBrowser for help on using the repository browser.