Changeset 253 for trunk/LMDZ.GENERIC/libf/phystd/blackl.F
- Timestamp:
- Aug 2, 2011, 11:13:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/blackl.F
r135 r253 1 1 subroutine blackl(blalong,blat,blae) 2 c....................................................................... 2 3 3 implicit double precision (a-h,o-z) 4 c....................................................................... 5 c.....donnees de fond 4 5 ! physical constants 6 6 sigma=5.6693d-08 7 7 pi=datan(1.d0)*4.d0 … … 13 13 c1=h*(c**2) 14 14 c2=h*c/cbol 15 c.....fin de donnees de fond 16 c....................................................................... 15 16 17 17 blae=2.d0*pi*c1/blalong**5/(dexp(c2/blalong/blat)-1.d0) 18 c....................................................................... 18 19 19 20 return 20 21 end
Note: See TracChangeset
for help on using the changeset viewer.