Go to the documentation of this file.
7 implicit real*8 (a-h,o-z)
8 include
'common_all.cmn'
9 real*8 tma(25),tmb(25),tmc(25),tmfd(25),tmfu(25),tmf1(25,1000)
26 write(30,502)wvlth*1.0e+4
28 write(30,504)(tma(i),i=1,lsza)
29 write(30,506)(tmb(i),i=1,lsza)
30 write(30,508)(tmfd(i),i=1,lsza)
33 write(30,514)k,ht(k),pl(k),taupl(k),(tmf1(i,k),i=1,lsza)
36 502
format(
'wavelength(um)',t20,1pe11.3)
37 503
format(
'solar flux(top)',t20,1pe11.3)
38 504
format(
'sza',t22,25(f4.1,7x))
39 506
format(
'f(dir)',t20,1p25e11.3)
40 508
format(
'f(diff)',t20,1p25e11.3)
41 511
format(t1,
'lvl',t7,
'height',t18,
'pressure',t29,
42 1
'tot. opt.',t40,
'act_flx'/
43 2 t1,
'no.',t8,
'(km)',t19,
'(atm.)',t29,
'thickness')
44 514
format(i3,1x,1p28e11.3)
subroutine outactfy(tmf1)