1 ! Ecriture des fichiers
de sorties COSP
2 ! Sorties journalierres
3 ! Abderrahmane Idelkadi Septembre 2009
10 if (cfg%Llidar_sim) then
11 if (cfg%Lcllcalipso) then
13 itau_wcosp,stlidar%cldlayer(:,1))
15 if (cfg%Lclhcalipso) then
17 itau_wcosp,stlidar%cldlayer(:,3))
19 if (cfg%Lclmcalipso) then
21 itau_wcosp,stlidar%cldlayer(:,2))
23 if (cfg%Lcltcalipso) then
25 itau_wcosp,stlidar%cldlayer(:,4))
27 if (cfg%Lclcalipso) then
29 itau_wcosp,stlidar%lidarcld)
31 if (cfg%Lcfad_lidarsr532) then
37 if (cfg%Lparasol_refl) then
39 itau_wcosp,stlidar%parasolrefl)
44 itau_wcosp,sglidar%beta_tot(:,ii,:))
47 if (cfg%Lbeta_mol532) then
49 itau_wcosp,sglidar%beta_mol)
55 !
if (cfg%Lradar_sim) then
56 ! print*,'Ecriture sorties Radar'
57 !
if (cfg%Lcfad_dbze94) then
58 ! print*,'Ecriture
de cfad_dbze94.nc '
59 ! A revoir
l axe vertical Nlvgrid
61 ! dbze_ax(ii) = CFAD_ZE_MIN + CFAD_ZE_WIDTH*(ii - 0.5)
64 !
x,y,out_levs,dbze_ax,
i,ndays,
time,stradar%cfad_ze)
66 !
if (cfg%Lclcalipso2) then
67 ! call write_netcdf3d('clcalipso2.nc',use_vgrid,'clcalipso2', &
68 ! nlon,nlat,Nlevout,x,y,out_levs,i,ndays,time,stradar%lidar_only_freq_cloud)
70 !
if (cfg%Ldbze94) then
75 ! x,y,out_levs,xcol,i,ndays,time,sgradar%Ze_tot)
77 !
if (cfg%Lcltlidarradar) then
78 ! call write_netcdf2d('cltlidarradar.nc','cltlidarradar', &
79 ! nlon,nlat,x,y,i,ndays,time,stradar%radar_lidar_tcc)
85 !
if (cfg%Lmisr_sim) then
86 ! print*,'Ecriture sorties Misr'
87 ! call
write_netcdf4d('clMISR.nc',use_vgrid,nlon,nlat,MISR_N_CTH,7, &
88 ! x,y,MISR_CTH,ISCCP_TAU,i,ndays,time,misr%fq_MISR)
92 if (cfg%Lisccp_sim) then
93 if (cfg%Lclisccp2) then
99 if (cfg%Lboxtauisccp) then
101 itau_wcosp,isccp%boxtau)
103 if (cfg%Lboxptopisccp) then
105 itau_wcosp,isccp%boxptop)
107 if (cfg%Ltclisccp) then
109 itau_wcosp,isccp%totalcldarea)
111 if (cfg%Lctpisccp) then
113 itau_wcosp,isccp%meanptop)
116 if (cfg%Ltauisccp) then
118 itau_wcosp,isccp%meantaucld)
120 if (cfg%Lalbisccp) then
122 itau_wcosp,isccp%meanalbedocld)
124 if (cfg%Lmeantbisccp) then
126 itau_wcosp,isccp%meantb)
128 if (cfg%Lmeantbclrisccp) then
130 itau_wcosp,isccp%meantbclr)
136 call histsync(nid_hf_cosp)