Go to the documentation of this file.
7 implicit real*8 (a-h,o-z)
9 real*8 tma(nsz),tmb(nsz),tmc(nsz),tmfd(nsz),tmfu(nsz),tmf1(nsz,nlyr
13 write(*,*)
'welcome to outactfz'
14 write(*,*)
'bfr1(35)',bfr1(35)
30 write(30,502)wvlth*1.0e+4
32 write(30,504)(tma(i),i=1,lsza)
33 write(30,506)(tmb(i),i=1,lsza)
34 write(30,508)(tmfd(i),i=1,lsza)
35 write(30,510)(tmc(i),i=1,lsza)
38 write(30,512)k,ht(k),pl(k),taupl(k),tmf2(k),(tmf1(i,k),i=1,lsza)
41 502
format(
'wavelength(um)',t20,1pe11.3)
42 503
format(
'solar flux(top)',t20,1pe11.3)
43 504
format(
'sza',t22,25(f4.1,7x))
44 506
format(
'f(dir)',t20,1p25e11.3)
45 508
format(
'f(diff)',t20,1p25e11.3)
46 510
format(
'sbar',t20,1p25e11.3)
47 511
format(t1,
'lvl',t7,
'height',t18,
'pressure',t29,
48 1
'tot. opt.',t40,
'act_flx',t51,
'act_flx'/
49 2 t1,
'no.',t8,
'(km)',t19,
'(atm.)',t29,
'thickness',
50 3 t40,
'(ground=1)',t51,
'(r=0)')
51 512
format(i3,1x,1p29e11.3)
subroutine outactfz(tmf1, tmf2)