source: LMDZ5/branches/IPSLCM5A2.1_ISO/libf/phyiso/phys_output_write_mod.F90 @ 3331

Last change on this file since 3331 was 3331, checked in by acozic, 6 years ago

Add modification for isotopes

  • Property svn:executable set to *
File size: 80.0 KB
Line 
1!
2! $Id: phys_output_write_mod.F90 2580 2016-06-29 12:23:19Z idelkadi $
3!
4MODULE phys_output_write_mod
5
6  USE phytrac_mod, ONLY : d_tr_cl, d_tr_th, d_tr_cv, d_tr_lessi_impa, &
7       d_tr_lessi_nucl, d_tr_insc, d_tr_bcscav, d_tr_evapls, d_tr_ls,  &
8       d_tr_trsp, d_tr_sscav, d_tr_sat, d_tr_uscav
9
10  ! Author: Abderrahmane IDELKADI (original include file)
11  ! Author: Laurent FAIRHEAD (transformation to module/subroutine)
12  ! Author: Ulysse GERARD (effective implementation)
13
14CONTAINS
15
16  ! ug Routine pour définir (los du premier passageà) ET sortir les variables
17  SUBROUTINE phys_output_write(itap, pdtphys, paprs, pphis, &
18       pplay, lmax_th, aerosol_couple,         &
19       ok_ade, ok_aie, ivap, iliq, isol, new_aod, ok_sync, &
20       ptconv, read_climoz, clevSTD, ptconvth, &
21       d_t, qx, d_qx, zmasse, flag_aerosol, flag_aerosol_strat, ok_cdnc)
22
23    ! This subroutine does the actual writing of diagnostics that were
24    ! defined and initialised in phys_output_mod.F90
25
26    USE dimphy, only: klon, klev, klevp1, nslay
27    USE mod_phys_lmdz_para, ONLY: is_north_pole_phy,is_south_pole_phy
28    USE mod_grid_phy_lmdz, ONLY : nbp_lon, nbp_lat
29    USE time_phylmdz_mod, only: day_step_phy, start_time, itau_phy
30    USE phys_output_ctrlout_mod, only: o_phis, o_aire, is_ter, is_lic, is_oce, &
31         is_ave, is_sic, o_contfracATM, o_contfracOR, &
32         o_aireTER, o_flat, o_slp, o_ptstar, o_pt0, o_tsol, &
33         o_t2m, o_t2m_min, o_t2m_max, &
34         o_t2m_min_mon, o_t2m_max_mon, &
35         o_q2m, o_ustar, o_u10m, o_v10m, &
36         o_wind10m, o_wind10max, o_gusts, o_sicf, &
37         o_psol, o_mass, o_qsurf, o_qsol, &
38         o_precip, o_ndayrain, o_plul, o_pluc, o_plun, &
39         o_snow, o_msnow, o_fsnow, o_evap, o_ep,o_epmax_diag, & ! epmax_cape
40         o_tops, o_tops0, o_topl, o_topl0, &
41         o_SWupTOA, o_SWupTOAclr, o_SWdnTOA, &
42         o_SWdnTOAclr, o_nettop, o_SWup200, &
43         o_SWup200clr, o_SWdn200, o_SWdn200clr, &
44         o_LWup200, o_LWup200clr, o_LWdn200, &
45         o_LWdn200clr, o_sols, o_sols0, &
46         o_soll, o_radsol, o_soll0, o_SWupSFC, &
47         o_SWupSFCclr, o_SWdnSFC, o_SWdnSFCclr, &
48         o_LWupSFC, o_LWdnSFC, o_LWupSFCclr, &
49         o_LWdnSFCclr, o_bils, o_bils_diss, &
50         o_bils_ec,o_bils_ech, o_bils_tke, o_bils_kinetic, &
51         o_bils_latent, o_bils_enthalp, o_sens, &
52         o_fder, o_ffonte, o_fqcalving, o_fqfonte, o_runofflic, &
53         o_taux, o_tauy, o_snowsrf, o_qsnow, &
54         o_snowhgt, o_toice, o_sissnow, o_runoff, &
55         o_albslw3, o_pourc_srf, o_fract_srf, &
56         o_taux_srf, o_tauy_srf, o_tsol_srf, &
57         o_evappot_srf, o_ustar_srf, o_u10m_srf, &
58         o_v10m_srf, o_t2m_srf, o_evap_srf, &
59         o_sens_srf, o_lat_srf, o_flw_srf, &
60         o_fsw_srf, o_wbils_srf, o_wbilo_srf, &
61         o_tke_srf, o_tke_max_srf,o_dltpbltke_srf, o_wstar, &
62         o_l_mixmin,o_l_mix, &
63         o_cdrm, o_cdrh, o_cldl, o_cldm, o_cldh, &
64         o_cldt, o_JrNt, o_cldljn, o_cldmjn, &
65         o_cldhjn, o_cldtjn, o_cldq, o_lwp, o_iwp, &
66         o_ue, o_ve, o_uq, o_vq, o_cape, o_pbase, &
67         o_ptop, o_fbase, o_plcl, o_plfc, &
68         o_wbeff, o_cape_max, o_upwd, o_ep,o_epmax_diag, o_Ma, &
69         o_dnwd, o_dnwd0, o_ftime_con, o_mc, &
70         o_prw, o_prlw, o_prsw, o_s_pblh, o_s_pblt, o_s_lcl, &
71         o_s_therm, o_uSTDlevs, o_vSTDlevs, &
72         o_wSTDlevs, o_zSTDlevs, o_qSTDlevs, &
73         o_tSTDlevs, epsfra, o_t_oce_sic, &
74         o_ale_bl, o_alp_bl, o_ale_wk, o_alp_wk, &
75         o_dtvdf_x    , o_dtvdf_w    , o_dqvdf_x    , o_dqvdf_w    , &
76         o_sens_x     , o_sens_w     , o_flat_x     , o_flat_w     , &
77         o_delta_tsurf, &
78         o_cdragh_x   , o_cdragh_w   , o_cdragm_x   , o_cdragm_w   , &
79         o_kh         , o_kh_x       , o_kh_w       , &
80         o_ale, o_alp, o_cin, o_WAPE, o_wake_h, &
81         o_wake_s, o_wake_deltat, o_wake_deltaq, &
82         o_wake_omg, o_dtwak, o_dqwak, o_dqwak2d, o_Vprecip, &
83         o_ftd, o_fqd, o_wdtrainA, o_wdtrainM, &
84         o_n2, o_s2, o_proba_notrig, &
85         o_random_notrig, o_ale_bl_stat, &
86         o_ale_bl_trig, o_alp_bl_det, &
87         o_alp_bl_fluct_m, o_alp_bl_fluct_tke, &
88         o_alp_bl_conv, o_alp_bl_stat, &
89         o_slab_qflux, o_tslab, o_slab_bils, &
90         o_slab_bilg, o_slab_sic, o_slab_tice, &
91         o_weakinv, o_dthmin, o_cldtau, &
92         o_cldemi, o_pr_con_l, o_pr_con_i, &
93         o_pr_lsc_l, o_pr_lsc_i, o_re, o_fl, &
94         o_rh2m, o_rh2m_min, o_rh2m_max, &
95         o_qsat2m, o_tpot, o_tpote, o_SWnetOR, &
96         o_SWdownOR, o_LWdownOR, o_snowl, &
97         o_solldown, o_dtsvdfo, o_dtsvdft, &
98         o_dtsvdfg, o_dtsvdfi, o_z0m, o_z0h, o_od550aer, &
99         o_od865aer, o_absvisaer, o_od550lt1aer, &
100         o_sconcso4, o_sconcno3, o_sconcoa, o_sconcbc, &
101         o_sconcss, o_sconcdust, o_concso4, o_concno3, &
102         o_concoa, o_concbc, o_concss, o_concdust, &
103         o_loadso4, o_loadoa, o_loadbc, o_loadss, &
104         o_loaddust, o_tausumaero, o_tausumaero_lw, &
105         o_topswad, o_topswad0, o_solswad, o_solswad0, &
106         o_toplwad, o_toplwad0, o_sollwad, o_sollwad0, &
107         o_swtoaas_nat, o_swsrfas_nat, &
108         o_swtoacs_nat, o_swtoaas_ant, &
109         o_swsrfas_ant, o_swtoacs_ant, &
110         o_swsrfcs_ant, o_swtoacf_nat, &
111         o_swsrfcf_nat, o_swtoacf_ant, &
112         o_swsrfcs_nat, o_swsrfcf_ant, &
113         o_swtoacf_zero, o_swsrfcf_zero, &
114         o_topswai, o_solswai, o_scdnc, &
115         o_cldncl, o_reffclws, o_reffclwc, o_stratomask,&
116         o_cldnvi, o_lcc, o_lcc3d, o_lcc3dcon, &
117         o_lcc3dstra, o_reffclwtop, o_ec550aer, &
118         o_lwcon, o_iwcon, o_temp, o_theta, &
119         o_ovapinit, o_ovap, o_oliq, o_ocond, o_geop, &
120         o_vitu, o_vitv, o_vitw, o_pres, o_paprs, &
121         o_zfull, o_zhalf, o_rneb, o_rnebjn, o_rnebcon, &
122         o_rnebls, o_rhum, o_ozone, o_ozone_light, &
123         o_dtphy, o_dqphy, o_dqphy2d, o_dqlphy, o_dqlphy2d, &
124         o_dqsphy, o_dqsphy2d, o_albe_srf, o_z0m_srf, o_z0h_srf, &
125         o_ages_srf, o_snow_srf, o_alb1, o_alb2, o_tke, &
126         o_tke_max, o_kz, o_kz_max, o_clwcon, &
127         o_dtdyn, o_dqdyn, o_dqdyn2d, o_dqldyn, o_dqldyn2d, &
128         o_dqsdyn, o_dqsdyn2d, o_dudyn, o_dvdyn, &
129         o_dtcon, o_tntc, o_ducon, o_dvcon, &
130         o_dqcon, o_dqcon2d, o_tnhusc, o_tnhusc, o_dtlsc, &
131         o_dtlschr, o_dqlsc, o_dqlsc2d, o_beta_prec, &
132         o_dtlscth, o_dtlscst, o_dqlscth, o_dqlscth2d, &
133         o_dqlscst, o_dqlscst2d, o_plulth, o_plulst, &
134         o_ptconvth, o_lmaxth, o_dtvdf, &
135         o_dtdis, o_dqvdf, o_dqvdf2d, o_dteva, o_dqeva, o_dqeva2d, &
136         o_ptconv, o_ratqs, o_dtthe, &
137         o_duthe, o_dvthe, o_ftime_th, &
138         o_f_th, o_e_th, o_w_th, o_q_th, &
139         o_a_th, o_d_th, o_f0_th, o_zmax_th, &
140         o_dqthe, o_dqthe2d, o_dtajs, o_dqajs, o_dqajs2d, o_dtswr, &
141         o_dtsw0, o_dtlwr, o_dtlw0, o_dtec, &
142         o_duvdf, o_dvvdf, o_duoro, o_dvoro, &
143         o_dtoro, o_dulif, o_dvlif, o_dtlif, &
144         o_du_gwd_hines, o_dv_gwd_hines, o_dthin, o_dqch4, o_rsu, &
145         o_du_gwd_front, o_dv_gwd_front, &
146         o_east_gwstress, o_west_gwstress, &
147         o_rsd, o_rlu, o_rld, o_rsucs, o_rsdcs, &
148         o_rlucs, o_rldcs, o_tnt, o_tntr, &
149         o_tntscpbl, o_tnhus, o_tnhusscpbl, &
150         o_evu, o_h2o, o_mcd, o_dmc, o_ref_liq, &
151         o_ref_ice, o_rsut4co2, o_rlut4co2, &
152         o_rsutcs4co2, o_rlutcs4co2, o_rsu4co2, &
153         o_rlu4co2, o_rsucs4co2, o_rlucs4co2, &
154         o_rsd4co2, o_rld4co2, o_rsdcs4co2, &
155         o_rldcs4co2, o_tnondef, o_ta, o_zg, &
156         o_hus, o_hur, o_ua, o_va, o_wap, &
157         o_psbg, o_tro3, o_tro3_daylight, &
158         o_uxv, o_vxq, o_vxT, o_wxq, o_vxphi, &
159         o_wxT, o_uxu, o_vxv, o_TxT, o_trac, &
160         o_dtr_vdf, o_dtr_the, o_dtr_con, &
161         o_dtr_lessi_impa, o_dtr_lessi_nucl, &
162         o_dtr_insc, o_dtr_bcscav, o_dtr_evapls, &
163         o_dtr_ls, o_dtr_trsp, o_dtr_sscav, &
164         o_dtr_sat, o_dtr_uscav, o_trac_cum, o_du_gwd_rando, o_dv_gwd_rando, &
165         o_ustr_gwd_hines,o_vstr_gwd_hines,o_ustr_gwd_rando,o_vstr_gwd_rando, &
166         o_ustr_gwd_front,o_vstr_gwd_front, &
167         o_sens_prec_liq_oce, o_sens_prec_liq_sic, &
168         o_sens_prec_sol_oce, o_sens_prec_sol_sic, &
169         o_lat_prec_liq_oce, o_lat_prec_liq_sic, &
170         o_lat_prec_sol_oce, o_lat_prec_sol_sic, &
171! Marine
172         o_map_prop_hc, o_map_prop_hist, o_map_emis_hc, o_map_iwp_hc, &
173         o_map_deltaz_hc, o_map_pcld_hc, o_map_tcld_hc, &
174         o_map_emis_hist, o_map_iwp_hist, o_map_deltaz_hist, &
175         o_map_rad_hist, &
176         o_map_emis_Cb, o_map_pcld_Cb, o_map_tcld_Cb, &
177         o_map_emis_ThCi, o_map_pcld_ThCi, o_map_tcld_ThCi, &
178         o_map_emis_Anv, o_map_pcld_Anv, o_map_tcld_Anv, &
179         o_map_ntot, o_map_hc,o_map_hist,o_map_Cb,o_map_ThCi,o_map_Anv, &
180#ifdef ISO
181         o_alt_tropo,o_xtprecip,o_xtplul,o_xtpluc,o_xtovap, &
182         o_xtevap,o_dxtdyn,o_dxtldyn,o_dxtcon,o_dxtlsc,o_dxteva, &
183         o_dxtajs,o_dxtvdf,o_dxtch4, &
184         o_dxtprod_nucl,o_dxtcosmo,o_dxtdecroiss
185#else
186        o_alt_tropo
187#endif
188
189
190    USE phys_state_var_mod, only: pctsrf, paire_ter, rain_fall, snow_fall, &
191         qsol, z0m, z0h, fevap, agesno, &
192         nday_rain, rain_con, snow_con, &
193         topsw, toplw, toplw0, swup, swdn, &
194         topsw0, swup0, swdn0, SWup200, SWup200clr, &
195         SWdn200, SWdn200clr, LWup200, LWup200clr, &
196         LWdn200, LWdn200clr, solsw, solsw0, sollw, &
197         radsol, swradcorr, sollw0, sollwdown, sollw, gustiness, &
198         sollwdownclr, lwdn0, ftsol, ustar, u10m, &
199         v10m, pbl_tke, wake_delta_pbl_TKE, &
200         delta_tsurf, &
201         wstar, cape, ema_pcb, ema_pct, &
202         ema_cbmf, Ma, fm_therm, ale_bl, alp_bl, ale, &
203         alp, cin, wake_pe, wake_s, wake_deltat, &
204         wake_deltaq, ftd, fqd, ale_bl_trig, albsol1, &
205         rnebcon, wo, falb1, albsol2, coefh, clwcon0, &
206         ratqs, entr_therm, zqasc, detr_therm, f0, &
207         lwup, lwdn, lwup0, coefm, &
208         swupp, lwupp, swup0p, lwup0p, swdnp, lwdnp, &
209         swdn0p, lwdn0p, tnondef, O3sumSTD, uvsumSTD, &
210         vqsumSTD, vTsumSTD, O3daysumSTD, wqsumSTD, &
211         vphisumSTD, wTsumSTD, u2sumSTD, v2sumSTD, &
212         T2sumSTD, nlevSTD, du_gwd_rando, du_gwd_front, &
213         ulevSTD, vlevSTD, wlevSTD, philevSTD, qlevSTD, tlevSTD, &
214         rhlevSTD, O3STD, O3daySTD, uvSTD, vqSTD, vTSTD, wqSTD, &
215#ifdef ISO
216        xtrain_con, xtsnow_con, xtrain_fall, xtsnow_fall, &
217#endif
218         vphiSTD, wTSTD, u2STD, v2STD, T2STD, missing_val_nf90
219
220    USE phys_local_var_mod, only: zxfluxlat, slp, ptstar, pt0, zxtsol, zt2m, &
221         t2m_min_mon, t2m_max_mon, evap, &
222         l_mixmin,l_mix, &
223         zu10m, zv10m, zq2m, zustar, zxqsurf, &
224         rain_lsc, rain_num, snow_lsc, bils, sens, fder, &
225         zxffonte, zxfqcalving, zxfqfonte, zxrunofflic, fluxu, &
226         fluxv, zxsnow, qsnow, snowhgt, to_ice, &
227         sissnow, runoff, albsol3_lic, evap_pot, &
228         t2m, fluxt, fluxlat, fsollw, fsolsw, &
229         wfbils, wfbilo, cdragm, cdragh, cldl, cldm, &
230         cldh, cldt, JrNt, cldljn, cldmjn, cldhjn, &
231         cldtjn, cldq, flwp, fiwp, ue, ve, uq, vq, &
232         plcl, plfc, wbeff, upwd, dnwd, dnwd0, prw, prlw, prsw, &
233         s_pblh, s_pblt, s_lcl, s_therm, uwriteSTD, &
234         vwriteSTD, wwriteSTD, phiwriteSTD, qwriteSTD, &
235         twriteSTD, ale_wake, alp_wake, &
236         dtvdf_x    ,dtvdf_w    ,dqvdf_x    ,dqvdf_w    , &
237         sens_x     ,sens_w     ,zxfluxlat_x,zxfluxlat_w, &
238         cdragh_x   ,cdragh_w   ,cdragm_x   ,cdragm_w   , &
239         kh         ,kh_x       ,kh_w       , &
240         wake_h, &
241         wake_omg, d_t_wake, d_q_wake, Vprecip, &
242         wdtrainA, wdtrainM, n2, s2, proba_notrig, &
243         random_notrig, ale_bl_stat, &
244         alp_bl_det, alp_bl_fluct_m, alp_bl_conv, &
245         alp_bl_stat, alp_bl_fluct_tke, slab_wfbils, &
246         weak_inversion, dthmin, cldtau, cldemi, &
247         pmflxr, pmflxs, prfl, psfl, re, fl, rh2m, &
248         qsat2m, tpote, tpot, d_ts, od550aer, &
249         od865aer, absvisaer, od550lt1aer, sconcso4, sconcno3, &
250         sconcoa, sconcbc, sconcss, sconcdust, concso4, concno3, &
251         concoa, concbc, concss, concdust, loadso4, &
252         loadoa, loadbc, loadss, loaddust, tausum_aero, &
253         topswad_aero, topswad0_aero, solswad_aero, &
254         solswad0_aero, topsw_aero, solsw_aero, &
255         topsw0_aero, solsw0_aero, topswcf_aero, &
256         solswcf_aero, topswai_aero, solswai_aero, &
257         toplwad_aero, toplwad0_aero, sollwad_aero, &
258         sollwad0_aero, toplwai_aero, sollwai_aero, &
259         scdnc, cldncl, reffclws, reffclwc, cldnvi, stratomask,&
260         lcc, lcc3d, lcc3dcon, lcc3dstra, reffclwtop, &
261         ec550aer, flwc, fiwc, t_seri, theta, q_seri, &
262         ql_seri, qs_seri, tr_seri, &
263         zphi, u_seri, v_seri, omega, cldfra, &
264         rneb, rnebjn, zx_rh, d_t_dyn,  &
265         d_q_dyn,  d_ql_dyn, d_qs_dyn, &
266         d_q_dyn2d,  d_ql_dyn2d, d_qs_dyn2d, &
267         d_u_dyn, d_v_dyn, d_t_con, d_t_ajsb, d_t_ajs, &
268         d_u_ajs, d_v_ajs, &
269         d_u_con, d_v_con, d_q_con, d_q_ajs, d_t_lsc, &
270         d_t_lwr,d_t_lw0,d_t_swr,d_t_sw0, &
271         d_t_eva, d_q_lsc, beta_prec, d_t_lscth, &
272         d_t_lscst, d_q_lscth, d_q_lscst, plul_th, &
273         plul_st, d_t_vdf, d_t_diss, d_q_vdf, d_q_eva, &
274         zw2, fraca, zmax_th, d_q_ajsb, d_t_ec, d_u_vdf, &
275         d_v_vdf, d_u_oro, d_v_oro, d_t_oro, d_u_lif, &
276         d_v_lif, d_t_lif, du_gwd_hines, dv_gwd_hines, d_t_hin, &
277         dv_gwd_rando, dv_gwd_front, &
278         east_gwstress, west_gwstress, &
279         d_q_ch4, pmfd, pmfu, ref_liq, ref_ice, rhwriteSTD, &
280#ifdef ISO
281        xtrain_lsc, xtsnow_lsc, xt_seri, xtevap, &
282        d_xt_dyn,d_xtl_dyn,d_xt_con,d_xt_vdf,d_xt_ajsb, &
283        d_xt_lsc,d_xt_eva,d_xt_ch4, &
284        d_xt_prod_nucl,d_xt_cosmo,d_xt_decroiss, &
285#endif
286         ep, epmax_diag ! epmax_cape
287
288    USE phys_output_var_mod, only: vars_defined, snow_o, zfra_o, bils_diss, &
289         bils_ec,bils_ech, bils_tke, bils_kinetic, bils_latent, bils_enthalp, &
290         itau_con, nfiles, clef_files, nid_files, &
291         zustr_gwd_hines, zvstr_gwd_hines,zustr_gwd_rando, zvstr_gwd_rando, &
292         zustr_gwd_front, zvstr_gwd_front,     &
293         sens_prec_liq_o, sens_prec_sol_o, lat_prec_liq_o, lat_prec_sol_o, &
294! Marine
295         map_prop_hc, map_prop_hist, &
296         map_emis_hc,map_iwp_hc,map_deltaz_hc,&
297         map_pcld_hc,map_tcld_hc,&
298         map_emis_hist,map_iwp_hist,map_deltaz_hist,&
299         map_rad_hist,&
300         map_ntot,map_hc,map_hist,&
301         map_Cb,map_ThCi,map_Anv,&
302         map_emis_Cb,map_pcld_Cb,map_tcld_Cb,&
303         map_emis_ThCi,map_pcld_ThCi,map_tcld_ThCi,&
304         map_emis_Anv,map_pcld_Anv,map_tcld_Anv, &
305         alt_tropo
306
307 
308
309    USE ocean_slab_mod, only: tslab, slab_bils, slab_bilg, tice, seaice
310    USE pbl_surface_mod, only: snow
311    USE indice_sol_mod, only: nbsrf
312    USE infotrac_phy, only: nqtot, nqo, type_trac
313
314#ifdef ISO
315    USE infotrac_phy, only: ntraciso,niso,nqtottr
316    use isotopes_mod, only: iso_HTO
317#endif
318    USE geometry_mod, only: cell_area
319    USE surface_data, only: type_ocean, version_ocean, ok_veget, ok_snow
320!    USE aero_mod, only: naero_spc
321    USE aero_mod, only: naero_tot, id_STRAT_phy
322    USE ioipsl, only: histend, histsync
323    USE iophy, only: set_itau_iophy, histwrite_phy
324    USE netcdf, only: nf90_fill_real
325    USE print_control_mod, ONLY: prt_level,lunout
326
327
328#ifdef CPP_XIOS
329    ! ug Pour les sorties XIOS
330    USE xios, ONLY: xios_update_calendar
331    USE wxios, only: wxios_closedef, missing_val
332#endif
333    USE phys_cal_mod, only : mth_len
334
335
336    IMPLICIT NONE
337
338
339    INCLUDE "clesphys.h"
340    INCLUDE "thermcell.h"
341    INCLUDE "compbl.h"
342    INCLUDE "YOMCST.h"
343
344    ! Input
345    INTEGER :: itap, ivap, iliq, isol, read_climoz
346    INTEGER, DIMENSION(klon) :: lmax_th
347    LOGICAL :: aerosol_couple, ok_sync
348    LOGICAL :: ok_ade, ok_aie, new_aod
349    LOGICAL, DIMENSION(klon, klev) :: ptconv, ptconvth
350    REAL :: pdtphys
351    CHARACTER (LEN=4), DIMENSION(nlevSTD) :: clevSTD
352    REAL, DIMENSION(klon,nlevSTD) :: zx_tmp_fi3d_STD
353    REAL, DIMENSION(klon) :: pphis
354    REAL, DIMENSION(klon, klev) :: pplay, d_t
355    REAL, DIMENSION(klon, klev+1) :: paprs
356    REAL, DIMENSION(klon,klev,nqtot) :: qx, d_qx
357    REAL, DIMENSION(klon, klev) :: zmasse
358    INTEGER :: flag_aerosol_strat
359    INTEGER :: flag_aerosol
360    LOGICAL :: ok_cdnc
361    REAL, DIMENSION(3) :: freq_moyNMC
362
363    ! Local
364    INTEGER :: itau_w
365    INTEGER :: i, iinit, iinitend=1, iff, iq, nsrf, k, ll, naero
366    REAL, DIMENSION (klon) :: zx_tmp_fi2d
367    REAL, DIMENSION (klon,klev) :: zx_tmp_fi3d, zpt_conv
368    REAL, DIMENSION (klon,klev+1) :: zx_tmp_fi3d1
369    CHARACTER (LEN=4)              :: bb2
370    INTEGER, DIMENSION(nbp_lon*nbp_lat)  :: ndex2d
371    INTEGER, DIMENSION(nbp_lon*nbp_lat*klev) :: ndex3d
372    REAL, PARAMETER :: dobson_u = 2.1415e-05 ! Dobson unit, in kg m-2
373!   REAL, PARAMETER :: missing_val=nf90_fill_real
374#ifndef CPP_XIOS
375    REAL :: missing_val
376#endif
377    REAL, PARAMETER :: un_jour=86400.
378#ifdef ISO
379    INTEGER :: ixt,itr
380#endif
381
382    ! On calcul le nouveau tau:
383    itau_w = itau_phy + itap
384    ! On le donne à iophy pour que les histwrite y aient accès:
385    CALL set_itau_iophy(itau_w)
386
387    IF(.NOT.vars_defined) THEN
388       iinitend = 2
389    ELSE
390       iinitend = 1
391    ENDIF
392
393    ! ug la boucle qui suit ne sert qu'une fois, pour l'initialisation, sinon il n'y a toujours qu'un seul passage:
394    DO iinit=1, iinitend
395#ifdef CPP_XIOS
396       !$OMP MASTER
397       IF (vars_defined) THEN
398          if (prt_level >= 10) then
399             write(lunout,*)"phys_output_write: call xios_update_calendar, itau_w=",itau_w
400          endif
401!          CALL xios_update_calendar(itau_w)
402          CALL xios_update_calendar(itap)
403       END IF
404       !$OMP END MASTER
405       !$OMP BARRIER
406#endif
407       ! On procède à l'écriture ou à la définition des nombreuses variables:
408!!! Champs 1D !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
409       CALL histwrite_phy(o_phis, pphis)
410
411       zx_tmp_fi2d = cell_area
412       if (is_north_pole_phy) then
413         zx_tmp_fi2d(1) = cell_area(1)/nbp_lon
414       endif
415       if (is_south_pole_phy) then
416         zx_tmp_fi2d(klon) = cell_area(klon)/nbp_lon
417       endif
418       CALL histwrite_phy(o_aire, zx_tmp_fi2d)
419
420       IF (vars_defined) THEN
421          DO i=1, klon
422             zx_tmp_fi2d(i)=pctsrf(i,is_ter)+pctsrf(i,is_lic)
423          ENDDO
424       ENDIF
425
426       CALL histwrite_phy(o_contfracATM, zx_tmp_fi2d)
427       CALL histwrite_phy(o_contfracOR, pctsrf(:,is_ter))
428       CALL histwrite_phy(o_aireTER, paire_ter)
429!!! Champs 2D !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
430! Simulateur AIRS
431     IF (ok_airs) then
432      CALL histwrite_phy(o_alt_tropo,alt_tropo)
433 
434      CALL histwrite_phy(o_map_prop_hc,map_prop_hc)
435      CALL histwrite_phy(o_map_prop_hist,map_prop_hist)
436
437      CALL histwrite_phy(o_map_emis_hc,map_emis_hc)
438      CALL histwrite_phy(o_map_iwp_hc,map_iwp_hc)
439      CALL histwrite_phy(o_map_deltaz_hc,map_deltaz_hc)
440      CALL histwrite_phy(o_map_pcld_hc,map_pcld_hc)
441      CALL histwrite_phy(o_map_tcld_hc,map_tcld_hc)
442
443      CALL histwrite_phy(o_map_emis_hist,map_emis_hist)
444      CALL histwrite_phy(o_map_iwp_hist,map_iwp_hist)
445      CALL histwrite_phy(o_map_deltaz_hist,map_deltaz_hist)
446
447      CALL histwrite_phy(o_map_ntot,map_ntot)
448      CALL histwrite_phy(o_map_hc,map_hc)
449      CALL histwrite_phy(o_map_hist,map_hist)
450
451      CALL histwrite_phy(o_map_Cb,map_Cb)
452      CALL histwrite_phy(o_map_ThCi,map_ThCi)
453      CALL histwrite_phy(o_map_Anv,map_Anv)
454
455      CALL histwrite_phy(o_map_emis_Cb,map_emis_Cb)
456      CALL histwrite_phy(o_map_pcld_Cb,map_pcld_Cb)
457      CALL histwrite_phy(o_map_tcld_Cb,map_tcld_Cb)
458
459      CALL histwrite_phy(o_map_emis_ThCi,map_emis_ThCi)
460      CALL histwrite_phy(o_map_pcld_ThCi,map_pcld_ThCi)
461      CALL histwrite_phy(o_map_tcld_ThCi,map_tcld_ThCi)
462
463      CALL histwrite_phy(o_map_emis_Anv,map_emis_Anv)
464      CALL histwrite_phy(o_map_pcld_Anv,map_pcld_Anv)
465      CALL histwrite_phy(o_map_tcld_Anv,map_tcld_Anv)
466     ENDIF
467
468       CALL histwrite_phy(o_flat, zxfluxlat)
469       CALL histwrite_phy(o_ptstar, ptstar)
470       CALL histwrite_phy(o_pt0, pt0)
471       CALL histwrite_phy(o_slp, slp)
472       CALL histwrite_phy(o_tsol, zxtsol)
473       CALL histwrite_phy(o_t2m, zt2m)
474       CALL histwrite_phy(o_t2m_min, zt2m)
475       CALL histwrite_phy(o_t2m_max, zt2m)
476       CALL histwrite_phy(o_t2m_max_mon, t2m_max_mon)
477       CALL histwrite_phy(o_t2m_min_mon, t2m_min_mon)
478
479       IF (vars_defined) THEN
480          DO i=1, klon
481             zx_tmp_fi2d(i)=SQRT(zu10m(i)*zu10m(i)+zv10m(i)*zv10m(i))
482          ENDDO
483       ENDIF
484       CALL histwrite_phy(o_wind10m, zx_tmp_fi2d)
485
486       IF (vars_defined) THEN
487          DO i=1, klon
488             zx_tmp_fi2d(i)=SQRT(zu10m(i)*zu10m(i)+zv10m(i)*zv10m(i))
489          ENDDO
490       ENDIF
491       CALL histwrite_phy(o_wind10max, zx_tmp_fi2d)
492
493       CALL histwrite_phy(o_gusts, gustiness)
494
495       IF (vars_defined) THEN
496          DO i = 1, klon
497             zx_tmp_fi2d(i) = pctsrf(i,is_sic)
498          ENDDO
499       ENDIF
500       CALL histwrite_phy(o_sicf, zx_tmp_fi2d)
501       CALL histwrite_phy(o_q2m, zq2m)
502       CALL histwrite_phy(o_ustar, zustar)
503       CALL histwrite_phy(o_u10m, zu10m)
504       CALL histwrite_phy(o_v10m, zv10m)
505
506       IF (vars_defined) THEN
507          DO i = 1, klon
508             zx_tmp_fi2d(i) = paprs(i,1)
509          ENDDO
510       ENDIF
511       CALL histwrite_phy(o_psol, zx_tmp_fi2d)
512       CALL histwrite_phy(o_mass, zmasse)
513       CALL histwrite_phy(o_qsurf, zxqsurf)
514
515       IF (.NOT. ok_veget) THEN
516          CALL histwrite_phy(o_qsol, qsol)
517       ENDIF
518
519       IF (vars_defined) THEN
520          DO i = 1, klon
521             zx_tmp_fi2d(i) = rain_fall(i) + snow_fall(i)
522          ENDDO
523       ENDIF
524
525       CALL histwrite_phy(o_precip, zx_tmp_fi2d)
526       CALL histwrite_phy(o_ndayrain, nday_rain)
527
528       ! epmax_cape:
529!       CALL histwrite_phy(o_epmax_diag, epmax_diag)
530       CALL histwrite_phy(o_ep, ep)
531
532       IF (vars_defined) THEN
533          DO i = 1, klon
534             zx_tmp_fi2d(i) = rain_lsc(i) + snow_lsc(i)
535          ENDDO
536       ENDIF
537       CALL histwrite_phy(o_plul, zx_tmp_fi2d)
538       CALL histwrite_phy(o_plun, rain_num)
539
540       IF (vars_defined) THEN
541          DO i = 1, klon
542             zx_tmp_fi2d(i) = rain_con(i) + snow_con(i)
543          ENDDO
544       ENDIF
545       CALL histwrite_phy(o_pluc, zx_tmp_fi2d)
546       CALL histwrite_phy(o_snow, snow_fall)
547       CALL histwrite_phy(o_msnow, zxsnow)
548       CALL histwrite_phy(o_fsnow, zfra_o)
549       CALL histwrite_phy(o_evap, evap)
550       CALL histwrite_phy(o_tops, topsw*swradcorr)
551       CALL histwrite_phy(o_tops0, topsw0*swradcorr)
552       CALL histwrite_phy(o_topl, toplw)
553       CALL histwrite_phy(o_topl0, toplw0)
554
555       IF (vars_defined) THEN
556          zx_tmp_fi2d(:) = swup(:,klevp1)*swradcorr(:)
557       ENDIF
558       CALL histwrite_phy(o_SWupTOA, zx_tmp_fi2d)
559
560       IF (vars_defined) THEN
561          zx_tmp_fi2d(:) = swup0(:,klevp1)*swradcorr(:)
562       ENDIF
563       CALL histwrite_phy(o_SWupTOAclr, zx_tmp_fi2d)
564
565       IF (vars_defined) THEN
566          zx_tmp_fi2d(:) = swdn(:,klevp1)*swradcorr(:)
567       ENDIF
568       CALL histwrite_phy(o_SWdnTOA, zx_tmp_fi2d)
569
570       IF (vars_defined) THEN
571          zx_tmp_fi2d(:) = swdn0(:,klevp1)*swradcorr(:)
572       ENDIF
573       CALL histwrite_phy(o_SWdnTOAclr, zx_tmp_fi2d)
574
575       IF (vars_defined) THEN
576          zx_tmp_fi2d(:) = topsw(:)*swradcorr(:)-toplw(:)
577       ENDIF
578       CALL histwrite_phy(o_nettop, zx_tmp_fi2d)
579       CALL histwrite_phy(o_SWup200, SWup200*swradcorr)
580       CALL histwrite_phy(o_SWup200clr, SWup200clr*swradcorr)
581       CALL histwrite_phy(o_SWdn200, SWdn200*swradcorr)
582       CALL histwrite_phy(o_SWdn200clr, SWdn200clr*swradcorr)
583       CALL histwrite_phy(o_LWup200, LWup200)
584       CALL histwrite_phy(o_LWup200clr, LWup200clr)
585       CALL histwrite_phy(o_LWdn200, LWdn200)
586       CALL histwrite_phy(o_LWdn200clr, LWdn200clr)
587       CALL histwrite_phy(o_sols, solsw*swradcorr)
588       CALL histwrite_phy(o_sols0, solsw0*swradcorr)
589       CALL histwrite_phy(o_soll, sollw)
590       CALL histwrite_phy(o_soll0, sollw0)
591       CALL histwrite_phy(o_radsol, radsol)
592
593       IF (vars_defined) THEN
594          zx_tmp_fi2d(:) = swup(:,1)*swradcorr(:)
595       ENDIF
596       CALL histwrite_phy(o_SWupSFC, zx_tmp_fi2d)
597
598       IF (vars_defined) THEN
599          zx_tmp_fi2d(:) = swup0(:,1)*swradcorr(:)
600       ENDIF
601       CALL histwrite_phy(o_SWupSFCclr, zx_tmp_fi2d)
602
603       IF (vars_defined) THEN
604          zx_tmp_fi2d(:) = swdn(:,1)*swradcorr(:)
605       ENDIF
606       CALL histwrite_phy(o_SWdnSFC, zx_tmp_fi2d)
607
608       IF (vars_defined) THEN
609          zx_tmp_fi2d(:) = swdn0(:,1)*swradcorr(:)
610       ENDIF
611       CALL histwrite_phy(o_SWdnSFCclr, zx_tmp_fi2d)
612
613       IF (vars_defined) THEN
614          zx_tmp_fi2d(:)=sollwdown(:)-sollw(:)
615       ENDIF
616       CALL histwrite_phy(o_LWupSFC, zx_tmp_fi2d)
617       CALL histwrite_phy(o_LWdnSFC, sollwdown)
618
619       IF (vars_defined) THEN
620          sollwdownclr(1:klon) = -1.*lwdn0(1:klon,1)
621          zx_tmp_fi2d(1:klon)=sollwdownclr(1:klon)-sollw0(1:klon)
622       ENDIF
623       CALL histwrite_phy(o_LWupSFCclr, zx_tmp_fi2d)
624       CALL histwrite_phy(o_LWdnSFCclr, sollwdownclr)
625       CALL histwrite_phy(o_bils, bils)
626       CALL histwrite_phy(o_bils_diss, bils_diss)
627       CALL histwrite_phy(o_bils_ec, bils_ec)
628       IF (iflag_ener_conserv>=1) THEN
629         CALL histwrite_phy(o_bils_ech, bils_ech)
630       ENDIF
631       CALL histwrite_phy(o_bils_tke, bils_tke)
632       CALL histwrite_phy(o_bils_kinetic, bils_kinetic)
633       CALL histwrite_phy(o_bils_latent, bils_latent)
634       CALL histwrite_phy(o_bils_enthalp, bils_enthalp)
635
636       IF (vars_defined) THEN
637          zx_tmp_fi2d(1:klon)=-1*sens(1:klon)
638       ENDIF
639       CALL histwrite_phy(o_sens, zx_tmp_fi2d)
640       CALL histwrite_phy(o_fder, fder)
641       CALL histwrite_phy(o_ffonte, zxffonte)
642       CALL histwrite_phy(o_fqcalving, zxfqcalving)
643       CALL histwrite_phy(o_fqfonte, zxfqfonte)
644       CALL histwrite_phy(o_runofflic, zxrunofflic)
645       IF (vars_defined) THEN
646          zx_tmp_fi2d=0.
647          DO nsrf=1,nbsrf
648             zx_tmp_fi2d(:)=zx_tmp_fi2d(:)+pctsrf(:,nsrf)*fluxu(:,1,nsrf)
649          ENDDO
650       ENDIF
651       CALL histwrite_phy(o_taux, zx_tmp_fi2d)
652
653       IF (vars_defined) THEN
654          zx_tmp_fi2d=0.
655          DO nsrf=1,nbsrf
656             zx_tmp_fi2d(:)=zx_tmp_fi2d(:)+pctsrf(:,nsrf)*fluxv(:,1,nsrf)
657          ENDDO
658       ENDIF
659       CALL histwrite_phy(o_tauy, zx_tmp_fi2d)
660
661       IF (ok_snow) THEN
662          CALL histwrite_phy(o_snowsrf, snow_o)
663          CALL histwrite_phy(o_qsnow, qsnow)
664          CALL histwrite_phy(o_snowhgt,snowhgt)
665          CALL histwrite_phy(o_toice,to_ice)
666          CALL histwrite_phy(o_sissnow,sissnow)
667          CALL histwrite_phy(o_runoff,runoff)
668          CALL histwrite_phy(o_albslw3,albsol3_lic)
669       ENDIF
670
671       DO nsrf = 1, nbsrf
672          IF (vars_defined)             zx_tmp_fi2d(1 : klon) = pctsrf( 1 : klon, nsrf)*100.
673          CALL histwrite_phy(o_pourc_srf(nsrf), zx_tmp_fi2d)
674          IF (vars_defined)           zx_tmp_fi2d(1 : klon) = pctsrf( 1 : klon, nsrf)
675          CALL histwrite_phy(o_fract_srf(nsrf), zx_tmp_fi2d)
676          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = fluxu( 1 : klon, 1, nsrf)
677          CALL histwrite_phy(o_taux_srf(nsrf), zx_tmp_fi2d)
678          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = fluxv( 1 : klon, 1, nsrf)
679          CALL histwrite_phy(o_tauy_srf(nsrf), zx_tmp_fi2d)
680          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = ftsol( 1 : klon, nsrf)
681          CALL histwrite_phy(o_tsol_srf(nsrf), zx_tmp_fi2d)
682          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = evap_pot( 1 : klon, nsrf)
683          CALL histwrite_phy(o_evappot_srf(nsrf), zx_tmp_fi2d)
684          IF (vars_defined)       zx_tmp_fi2d(1 : klon) = ustar(1 : klon, nsrf)
685          CALL histwrite_phy(o_ustar_srf(nsrf), zx_tmp_fi2d)
686          IF (vars_defined)       zx_tmp_fi2d(1 : klon) = u10m(1 : klon, nsrf)
687          CALL histwrite_phy(o_u10m_srf(nsrf), zx_tmp_fi2d)
688          IF (vars_defined)       zx_tmp_fi2d(1 : klon) = v10m(1 : klon, nsrf)
689          CALL histwrite_phy(o_v10m_srf(nsrf), zx_tmp_fi2d)
690          IF (vars_defined)       zx_tmp_fi2d(1 : klon) = t2m(1 : klon, nsrf)
691          CALL histwrite_phy(o_t2m_srf(nsrf), zx_tmp_fi2d)
692          IF (vars_defined)       zx_tmp_fi2d(1 : klon) = fevap(1 : klon, nsrf)
693          CALL histwrite_phy(o_evap_srf(nsrf), zx_tmp_fi2d)
694          IF (vars_defined)        zx_tmp_fi2d(1 : klon) = fluxt( 1 : klon, 1, nsrf)
695          CALL histwrite_phy(o_sens_srf(nsrf), zx_tmp_fi2d)
696          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = fluxlat( 1 : klon, nsrf)
697          CALL histwrite_phy(o_lat_srf(nsrf), zx_tmp_fi2d)
698          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = fsollw( 1 : klon, nsrf)
699          CALL histwrite_phy(o_flw_srf(nsrf), zx_tmp_fi2d)
700          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = fsolsw( 1 : klon, nsrf)
701          CALL histwrite_phy(o_fsw_srf(nsrf), zx_tmp_fi2d)
702          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = wfbils( 1 : klon, nsrf)
703          CALL histwrite_phy(o_wbils_srf(nsrf), zx_tmp_fi2d)
704          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = wfbilo( 1 : klon, nsrf)
705          CALL histwrite_phy(o_wbilo_srf(nsrf), zx_tmp_fi2d)
706
707          IF (iflag_pbl > 1) THEN
708             CALL histwrite_phy(o_tke_srf(nsrf),  pbl_tke(:,1:klev,nsrf))
709             CALL histwrite_phy(o_l_mix(nsrf),  l_mix(:,1:klev,nsrf))
710             CALL histwrite_phy(o_l_mixmin(nsrf),  l_mixmin(:,1:klev,nsrf))
711             CALL histwrite_phy(o_tke_max_srf(nsrf),  pbl_tke(:,1:klev,nsrf))
712          ENDIF
713!jyg<
714          IF (iflag_pbl > 1 .AND. iflag_wake>=1  .AND. iflag_pbl_split >=1) THEN
715             CALL histwrite_phy(o_dltpbltke_srf(nsrf), wake_delta_pbl_TKE(:,1:klev,nsrf))
716          ENDIF
717!>jyg
718
719       ENDDO
720
721       IF (vars_defined) zx_tmp_fi2d(1 : klon) = sens_prec_liq_o(1 : klon, 1)
722       CALL histwrite_phy(o_sens_prec_liq_oce, zx_tmp_fi2d)       
723       IF (vars_defined) zx_tmp_fi2d(1 : klon) = sens_prec_liq_o(1 : klon, 2)
724       CALL histwrite_phy(o_sens_prec_liq_sic, zx_tmp_fi2d)       
725       IF (vars_defined) zx_tmp_fi2d(1 : klon) = sens_prec_sol_o(1 : klon, 1)
726       CALL histwrite_phy(o_sens_prec_sol_oce, zx_tmp_fi2d)       
727       IF (vars_defined) zx_tmp_fi2d(1 : klon) = sens_prec_sol_o(1 : klon, 2)
728       CALL histwrite_phy(o_sens_prec_sol_sic, zx_tmp_fi2d)       
729
730       IF (vars_defined) zx_tmp_fi2d(1 : klon) = lat_prec_liq_o(1 : klon, 1)
731       CALL histwrite_phy(o_lat_prec_liq_oce, zx_tmp_fi2d)       
732       IF (vars_defined) zx_tmp_fi2d(1 : klon) = lat_prec_liq_o(1 : klon, 2)
733       CALL histwrite_phy(o_lat_prec_liq_sic, zx_tmp_fi2d)       
734       IF (vars_defined) zx_tmp_fi2d(1 : klon) = lat_prec_sol_o(1 : klon, 1)
735       CALL histwrite_phy(o_lat_prec_sol_oce, zx_tmp_fi2d)       
736       IF (vars_defined) zx_tmp_fi2d(1 : klon) = lat_prec_sol_o(1 : klon, 2)
737       CALL histwrite_phy(o_lat_prec_sol_sic, zx_tmp_fi2d)       
738
739       DO nsrf=1,nbsrf+1
740          CALL histwrite_phy(o_wstar(nsrf), wstar(1 : klon, nsrf))
741       ENDDO
742
743       CALL histwrite_phy(o_cdrm, cdragm)
744       CALL histwrite_phy(o_cdrh, cdragh)
745       CALL histwrite_phy(o_cldl, cldl)
746       CALL histwrite_phy(o_cldm, cldm)
747       CALL histwrite_phy(o_cldh, cldh)
748       CALL histwrite_phy(o_cldt, cldt)
749       CALL histwrite_phy(o_JrNt, JrNt)
750       CALL histwrite_phy(o_cldljn, cldl*JrNt)
751       CALL histwrite_phy(o_cldmjn, cldm*JrNt)
752       CALL histwrite_phy(o_cldhjn, cldh*JrNt)
753       CALL histwrite_phy(o_cldtjn, cldt*JrNt)
754       CALL histwrite_phy(o_cldq, cldq)
755       IF (vars_defined)       zx_tmp_fi2d(1:klon) = flwp(1:klon)
756       CALL histwrite_phy(o_lwp, zx_tmp_fi2d)
757       IF (vars_defined)       zx_tmp_fi2d(1:klon) = fiwp(1:klon)
758       CALL histwrite_phy(o_iwp, zx_tmp_fi2d)
759       CALL histwrite_phy(o_ue, ue)
760       CALL histwrite_phy(o_ve, ve)
761       CALL histwrite_phy(o_uq, uq)
762       CALL histwrite_phy(o_vq, vq)
763       IF(iflag_con.GE.3) THEN ! sb
764          CALL histwrite_phy(o_cape, cape)
765          CALL histwrite_phy(o_pbase, ema_pcb)
766          CALL histwrite_phy(o_ptop, ema_pct)
767          CALL histwrite_phy(o_fbase, ema_cbmf)
768          if (iflag_con /= 30) then
769             CALL histwrite_phy(o_plcl, plcl)
770             CALL histwrite_phy(o_plfc, plfc)
771             CALL histwrite_phy(o_wbeff, wbeff)
772          end if
773
774          CALL histwrite_phy(o_cape_max, cape)
775
776          CALL histwrite_phy(o_upwd, upwd)
777          CALL histwrite_phy(o_Ma, Ma)
778          CALL histwrite_phy(o_dnwd, dnwd)
779          CALL histwrite_phy(o_dnwd0, dnwd0)
780          IF (vars_defined)         zx_tmp_fi2d=float(itau_con)/float(itap)
781          CALL histwrite_phy(o_ftime_con, zx_tmp_fi2d)
782          IF (vars_defined) THEN
783             IF(iflag_thermals>=1)THEN
784                zx_tmp_fi3d=dnwd+dnwd0+upwd+fm_therm(:,1:klev)
785             ELSE
786                zx_tmp_fi3d=dnwd+dnwd0+upwd
787             ENDIF
788          ENDIF
789          CALL histwrite_phy(o_mc, zx_tmp_fi3d)
790       ENDIF !iflag_con .GE. 3
791       CALL histwrite_phy(o_prw, prw)
792       CALL histwrite_phy(o_prlw, prlw)
793       CALL histwrite_phy(o_prsw, prsw)
794       CALL histwrite_phy(o_s_pblh, s_pblh)
795       CALL histwrite_phy(o_s_pblt, s_pblt)
796       CALL histwrite_phy(o_s_lcl, s_lcl)
797       CALL histwrite_phy(o_s_therm, s_therm)
798       !IM : Les champs suivants (s_capCL, s_oliqCL, s_cteiCL, s_trmb1, s_trmb2, s_trmb3) ne sont pas definis dans HBTM.F
799       !       IF (o_s_capCL%flag(iff)<=lev_files(iff)) THEN
800       !     CALL histwrite_phy(nid_files(iff),clef_stations(iff),
801       !    $o_s_capCL%name,itau_w,s_capCL)
802       !       ENDIF
803       !       IF (o_s_oliqCL%flag(iff)<=lev_files(iff)) THEN
804       !     CALL histwrite_phy(nid_files(iff),clef_stations(iff),
805       !    $o_s_oliqCL%name,itau_w,s_oliqCL)
806       !       ENDIF
807       !       IF (o_s_cteiCL%flag(iff)<=lev_files(iff)) THEN
808       !     CALL histwrite_phy(nid_files(iff),clef_stations(iff),
809       !    $o_s_cteiCL%name,itau_w,s_cteiCL)
810       !       ENDIF
811       !       IF (o_s_trmb1%flag(iff)<=lev_files(iff)) THEN
812       !     CALL histwrite_phy(nid_files(iff),clef_stations(iff),
813       !    $o_s_trmb1%name,itau_w,s_trmb1)
814       !       ENDIF
815       !       IF (o_s_trmb2%flag(iff)<=lev_files(iff)) THEN
816       !     CALL histwrite_phy(nid_files(iff),clef_stations(iff),
817       !    $o_s_trmb2%name,itau_w,s_trmb2)
818       !       ENDIF
819       !       IF (o_s_trmb3%flag(iff)<=lev_files(iff)) THEN
820       !     CALL histwrite_phy(nid_files(iff),clef_stations(iff),
821       !    $o_s_trmb3%name,itau_w,s_trmb3)
822       !       ENDIF
823
824#ifdef CPP_IOIPSL
825#ifndef CPP_XIOS
826  IF (.NOT.ok_all_xml) THEN
827       ! ATTENTION, LES ANCIENS HISTWRITE ONT ETES CONSERVES EN ATTENDANT MIEUX:
828       ! Champs interpolles sur des niveaux de pression
829       missing_val=missing_val_nf90
830       DO iff=1, nfiles
831          ll=0
832          DO k=1, nlevSTD
833             bb2=clevSTD(k)
834             IF(bb2.EQ."850".OR.bb2.EQ."700".OR. &
835                  bb2.EQ."500".OR.bb2.EQ."200".OR. &
836                  bb2.EQ."100".OR. &
837                  bb2.EQ."50".OR.bb2.EQ."10") THEN
838
839                ! a refaire correctement !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
840                ll=ll+1
841                CALL histwrite_phy(o_uSTDlevs(ll),uwriteSTD(:,k,iff), iff)
842                CALL histwrite_phy(o_vSTDlevs(ll),vwriteSTD(:,k,iff), iff)
843                CALL histwrite_phy(o_wSTDlevs(ll),wwriteSTD(:,k,iff), iff)
844                CALL histwrite_phy(o_zSTDlevs(ll),phiwriteSTD(:,k,iff), iff)
845                CALL histwrite_phy(o_qSTDlevs(ll),qwriteSTD(:,k,iff), iff)
846                CALL histwrite_phy(o_tSTDlevs(ll),twriteSTD(:,k,iff), iff)
847
848             ENDIF !(bb2.EQ."850".OR.bb2.EQ."700".OR.
849          ENDDO
850       ENDDO
851  ENDIF
852#endif
853#endif
854#ifdef CPP_XIOS
855  IF(ok_all_xml) THEN
856!XIOS  CALL xios_get_field_attr("u850",default_value=missing_val)
857!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
858          ll=0
859          DO k=1, nlevSTD
860             bb2=clevSTD(k)
861             IF(bb2.EQ."850".OR.bb2.EQ."700".OR. &
862                bb2.EQ."500".OR.bb2.EQ."200".OR. &
863                bb2.EQ."100".OR. &
864                bb2.EQ."50".OR.bb2.EQ."10") THEN
865                ll=ll+1
866                CALL histwrite_phy(o_uSTDlevs(ll),ulevSTD(:,k))
867                CALL histwrite_phy(o_vSTDlevs(ll),vlevSTD(:,k))
868                CALL histwrite_phy(o_wSTDlevs(ll),wlevSTD(:,k))
869                CALL histwrite_phy(o_zSTDlevs(ll),philevSTD(:,k))
870                CALL histwrite_phy(o_qSTDlevs(ll),qlevSTD(:,k))
871                CALL histwrite_phy(o_tSTDlevs(ll),tlevSTD(:,k))
872             ENDIF !(bb2.EQ."850".OR.bb2.EQ."700".OR.
873          ENDDO
874  ENDIF
875#endif
876       IF (vars_defined) THEN
877          DO i=1, klon
878             IF (pctsrf(i,is_oce).GT.epsfra.OR. &
879                  pctsrf(i,is_sic).GT.epsfra) THEN
880                zx_tmp_fi2d(i) = (ftsol(i, is_oce) * pctsrf(i,is_oce)+ &
881                     ftsol(i, is_sic) * pctsrf(i,is_sic))/ &
882                     (pctsrf(i,is_oce)+pctsrf(i,is_sic))
883             ELSE
884                zx_tmp_fi2d(i) = 273.15
885             ENDIF
886          ENDDO
887       ENDIF
888       CALL histwrite_phy(o_t_oce_sic, zx_tmp_fi2d)
889
890       ! Couplage convection-couche limite
891       IF (iflag_con.GE.3) THEN
892          IF (iflag_coupl>=1) THEN
893             CALL histwrite_phy(o_ale_bl, ale_bl)
894             CALL histwrite_phy(o_alp_bl, alp_bl)
895          ENDIF !iflag_coupl>=1
896       ENDIF !(iflag_con.GE.3)
897       ! Wakes
898       IF (iflag_con.EQ.3) THEN
899          IF (iflag_wake>=1) THEN
900             CALL histwrite_phy(o_ale_wk, ale_wake)
901             CALL histwrite_phy(o_alp_wk, alp_wake)
902             IF (iflag_pbl_split>=1) THEN
903               IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=dtvdf_x(1:klon,1:klev)/pdtphys
904               CALL histwrite_phy(o_dtvdf_x    ,zx_tmp_fi3d)
905               IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=dtvdf_w(1:klon,1:klev)/pdtphys
906               CALL histwrite_phy(o_dtvdf_w    ,zx_tmp_fi3d)
907               IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=dqvdf_x(1:klon,1:klev)/pdtphys
908               CALL histwrite_phy(o_dqvdf_x    ,zx_tmp_fi3d)
909               IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=dqvdf_w(1:klon,1:klev)/pdtphys
910               CALL histwrite_phy(o_dqvdf_w    ,zx_tmp_fi3d)
911               CALL histwrite_phy(o_sens_x     ,sens_x     )
912               CALL histwrite_phy(o_sens_w     ,sens_w     )
913               CALL histwrite_phy(o_flat_x     ,zxfluxlat_x)
914               CALL histwrite_phy(o_flat_w     ,zxfluxlat_w)
915               CALL histwrite_phy(o_delta_tsurf,delta_tsurf)
916               CALL histwrite_phy(o_cdragh_x   ,cdragh_x   )
917               CALL histwrite_phy(o_cdragh_w   ,cdragh_w   )
918               CALL histwrite_phy(o_cdragm_x   ,cdragm_x   )
919               CALL histwrite_phy(o_cdragm_w   ,cdragm_w   )
920               CALL histwrite_phy(o_kh         ,kh         )
921               CALL histwrite_phy(o_kh_x       ,kh_x       )
922               CALL histwrite_phy(o_kh_w       ,kh_w       )
923             ENDIF   ! (iflag_pbl_split>=1)
924             CALL histwrite_phy(o_ale, ale)
925             CALL histwrite_phy(o_alp, alp)
926             CALL histwrite_phy(o_cin, cin)
927             CALL histwrite_phy(o_WAPE, wake_pe)
928             CALL histwrite_phy(o_wake_h, wake_h)
929             CALL histwrite_phy(o_wake_s, wake_s)
930             CALL histwrite_phy(o_wake_deltat, wake_deltat)
931             CALL histwrite_phy(o_wake_deltaq, wake_deltaq)
932             CALL histwrite_phy(o_wake_omg, wake_omg)
933             IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_wake(1:klon,1:klev) &
934                  /pdtphys
935             CALL histwrite_phy(o_dtwak, zx_tmp_fi3d)
936             IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_wake(1:klon,1:klev)/pdtphys
937             CALL histwrite_phy(o_dqwak, zx_tmp_fi3d)
938             CALL water_int(klon,klev,zx_tmp_fi3d,zmasse,zx_tmp_fi2d)
939             CALL histwrite_phy(o_dqwak2d, zx_tmp_fi2d)
940          ENDIF ! iflag_wake>=1
941          CALL histwrite_phy(o_ftd, ftd)
942          CALL histwrite_phy(o_fqd, fqd)
943       ENDIF !(iflag_con.EQ.3)
944       IF (iflag_con.EQ.3.OR.iflag_con.EQ.30) THEN
945          ! sortie RomP convection descente insaturee iflag_con=30
946          ! etendue a iflag_con=3 (jyg)
947          CALL histwrite_phy(o_Vprecip, Vprecip)
948          CALL histwrite_phy(o_wdtrainA, wdtrainA)
949          CALL histwrite_phy(o_wdtrainM, wdtrainM)
950       ENDIF !(iflag_con.EQ.3.or.iflag_con.EQ.30)
951!!! nrlmd le 10/04/2012
952       IF (iflag_trig_bl>=1) THEN
953          CALL histwrite_phy(o_n2, n2)
954          CALL histwrite_phy(o_s2, s2)
955          CALL histwrite_phy(o_proba_notrig, proba_notrig)
956          CALL histwrite_phy(o_random_notrig, random_notrig)
957          CALL histwrite_phy(o_ale_bl_stat, ale_bl_stat)
958          CALL histwrite_phy(o_ale_bl_trig, ale_bl_trig)
959       ENDIF  !(iflag_trig_bl>=1)
960       IF (iflag_clos_bl>=1) THEN
961          CALL histwrite_phy(o_alp_bl_det, alp_bl_det)
962          CALL histwrite_phy(o_alp_bl_fluct_m, alp_bl_fluct_m)
963          CALL histwrite_phy(o_alp_bl_fluct_tke,  &
964               alp_bl_fluct_tke)
965          CALL histwrite_phy(o_alp_bl_conv, alp_bl_conv)
966          CALL histwrite_phy(o_alp_bl_stat, alp_bl_stat)
967       ENDIF  !(iflag_clos_bl>=1)
968!!! fin nrlmd le 10/04/2012
969       ! Output of slab ocean variables
970       IF (type_ocean=='slab ') THEN
971          CALL histwrite_phy(o_slab_qflux, slab_wfbils)
972          CALL histwrite_phy(o_slab_bils, slab_bils)
973          IF (nslay.EQ.1) THEN
974              zx_tmp_fi2d(:)=tslab(:,1)
975              CALL histwrite_phy(o_tslab, zx_tmp_fi2d)
976          ELSE
977              CALL histwrite_phy(o_tslab, tslab)
978          END IF
979          IF (version_ocean=='sicINT') THEN
980              CALL histwrite_phy(o_slab_bilg, slab_bilg)
981              CALL histwrite_phy(o_slab_tice, tice)
982              CALL histwrite_phy(o_slab_sic, seaice)
983          END IF
984       ENDIF !type_ocean == force/slab
985       CALL histwrite_phy(o_weakinv, weak_inversion)
986       CALL histwrite_phy(o_dthmin, dthmin)
987       CALL histwrite_phy(o_cldtau, cldtau)
988       CALL histwrite_phy(o_cldemi, cldemi)
989       CALL histwrite_phy(o_pr_con_l, pmflxr(:,1:klev))
990       CALL histwrite_phy(o_pr_con_i, pmflxs(:,1:klev))
991       CALL histwrite_phy(o_pr_lsc_l, prfl(:,1:klev))
992       CALL histwrite_phy(o_pr_lsc_i, psfl(:,1:klev))
993       CALL histwrite_phy(o_re, re)
994       CALL histwrite_phy(o_fl, fl)
995       IF (vars_defined) THEN
996          DO i=1, klon
997             zx_tmp_fi2d(i)=MIN(100.,rh2m(i)*100.)
998          ENDDO
999       ENDIF
1000       CALL histwrite_phy(o_rh2m, zx_tmp_fi2d)
1001
1002       IF (vars_defined) THEN
1003          DO i=1, klon
1004             zx_tmp_fi2d(i)=MIN(100.,rh2m(i)*100.)
1005          ENDDO
1006       ENDIF
1007       CALL histwrite_phy(o_rh2m_min, zx_tmp_fi2d)
1008
1009       IF (vars_defined) THEN
1010          DO i=1, klon
1011             zx_tmp_fi2d(i)=MIN(100.,rh2m(i)*100.)
1012          ENDDO
1013       ENDIF
1014       CALL histwrite_phy(o_rh2m_max, zx_tmp_fi2d)
1015
1016       CALL histwrite_phy(o_qsat2m, qsat2m)
1017       CALL histwrite_phy(o_tpot, tpot)
1018       CALL histwrite_phy(o_tpote, tpote)
1019       IF (vars_defined) zx_tmp_fi2d(1 : klon) = fsolsw( 1 : klon, is_ter)
1020       CALL histwrite_phy(o_SWnetOR,  zx_tmp_fi2d)
1021       IF (vars_defined) zx_tmp_fi2d(1:klon) = solsw(1:klon)/(1.-albsol1(1:klon))
1022       CALL histwrite_phy(o_SWdownOR,  zx_tmp_fi2d)
1023       CALL histwrite_phy(o_LWdownOR, sollwdown)
1024       CALL histwrite_phy(o_snowl, snow_lsc)
1025       CALL histwrite_phy(o_solldown, sollwdown)
1026       CALL histwrite_phy(o_dtsvdfo, d_ts(:,is_oce))
1027       CALL histwrite_phy(o_dtsvdft, d_ts(:,is_ter))
1028       CALL histwrite_phy(o_dtsvdfg,  d_ts(:,is_lic))
1029       CALL histwrite_phy(o_dtsvdfi, d_ts(:,is_sic))
1030       CALL histwrite_phy(o_z0m, z0m(:,nbsrf+1))
1031       CALL histwrite_phy(o_z0h, z0h(:,nbsrf+1))
1032       ! OD550 per species
1033!--OLIVIER
1034!This is warranted by treating INCA aerosols as offline aerosols
1035!       IF (new_aod .and. (.not. aerosol_couple)) THEN
1036       IF (new_aod) THEN
1037          IF (flag_aerosol.GT.0) THEN
1038             CALL histwrite_phy(o_od550aer, od550aer)
1039             CALL histwrite_phy(o_od865aer, od865aer)
1040             CALL histwrite_phy(o_absvisaer, absvisaer)
1041             CALL histwrite_phy(o_od550lt1aer, od550lt1aer)
1042             CALL histwrite_phy(o_sconcso4, sconcso4)
1043             CALL histwrite_phy(o_sconcno3, sconcno3)
1044             CALL histwrite_phy(o_sconcoa, sconcoa)
1045             CALL histwrite_phy(o_sconcbc, sconcbc)
1046             CALL histwrite_phy(o_sconcss, sconcss)
1047             CALL histwrite_phy(o_sconcdust, sconcdust)
1048             CALL histwrite_phy(o_concso4, concso4)
1049             CALL histwrite_phy(o_concno3, concno3)
1050             CALL histwrite_phy(o_concoa, concoa)
1051             CALL histwrite_phy(o_concbc, concbc)
1052             CALL histwrite_phy(o_concss, concss)
1053             CALL histwrite_phy(o_concdust, concdust)
1054             CALL histwrite_phy(o_loadso4, loadso4)
1055             CALL histwrite_phy(o_loadoa, loadoa)
1056             CALL histwrite_phy(o_loadbc, loadbc)
1057             CALL histwrite_phy(o_loadss, loadss)
1058             CALL histwrite_phy(o_loaddust, loaddust)
1059             !--STRAT AER
1060          ENDIF
1061          IF (flag_aerosol.GT.0.OR.flag_aerosol_strat.GT.0) THEN
1062!             DO naero = 1, naero_spc
1063!--correction mini bug OB
1064             DO naero = 1, naero_tot
1065                CALL histwrite_phy(o_tausumaero(naero), &
1066                     tausum_aero(:,2,naero) )
1067             END DO
1068          ENDIF
1069          IF (flag_aerosol_strat.GT.0) THEN
1070             CALL histwrite_phy(o_tausumaero_lw, &
1071                  tausum_aero(:,6,id_STRAT_phy) )
1072          ENDIF
1073       ENDIF
1074       IF (ok_ade) THEN
1075          CALL histwrite_phy(o_topswad, topswad_aero*swradcorr)
1076          CALL histwrite_phy(o_topswad0, topswad0_aero*swradcorr)
1077          CALL histwrite_phy(o_solswad, solswad_aero*swradcorr)
1078          CALL histwrite_phy(o_solswad0, solswad0_aero*swradcorr)
1079          CALL histwrite_phy(o_toplwad, toplwad_aero)
1080          CALL histwrite_phy(o_toplwad0, toplwad0_aero)
1081          CALL histwrite_phy(o_sollwad, sollwad_aero)
1082          CALL histwrite_phy(o_sollwad0, sollwad0_aero)
1083          !====MS forcing diagnostics
1084          if (new_aod) then
1085             zx_tmp_fi2d(:)=topsw_aero(:,1)*swradcorr(:)
1086             CALL histwrite_phy(o_swtoaas_nat,zx_tmp_fi2d)
1087             zx_tmp_fi2d(:)=solsw_aero(:,1)*swradcorr(:)
1088             CALL histwrite_phy(o_swsrfas_nat,zx_tmp_fi2d)
1089             zx_tmp_fi2d(:)=topsw0_aero(:,1)*swradcorr(:)
1090             CALL histwrite_phy(o_swtoacs_nat,zx_tmp_fi2d)
1091             zx_tmp_fi2d(:)=solsw0_aero(:,1)*swradcorr(:)
1092             CALL histwrite_phy(o_swsrfcs_nat,zx_tmp_fi2d)
1093             !ant
1094             zx_tmp_fi2d(:)=topsw_aero(:,2)*swradcorr(:)
1095             CALL histwrite_phy(o_swtoaas_ant,zx_tmp_fi2d)
1096             zx_tmp_fi2d(:)=solsw_aero(:,2)*swradcorr(:)
1097             CALL histwrite_phy(o_swsrfas_ant,zx_tmp_fi2d)
1098             zx_tmp_fi2d(:)=topsw0_aero(:,2)*swradcorr(:)
1099             CALL histwrite_phy(o_swtoacs_ant,zx_tmp_fi2d)
1100             zx_tmp_fi2d(:)=solsw0_aero(:,2)*swradcorr(:)
1101             CALL histwrite_phy(o_swsrfcs_ant,zx_tmp_fi2d)
1102             !cf
1103             if (.not. aerosol_couple) then
1104                zx_tmp_fi2d(:)=topswcf_aero(:,1)*swradcorr(:)
1105                CALL histwrite_phy(o_swtoacf_nat,zx_tmp_fi2d)
1106                zx_tmp_fi2d(:)=solswcf_aero(:,1)*swradcorr(:)
1107                CALL histwrite_phy(o_swsrfcf_nat,zx_tmp_fi2d)
1108                zx_tmp_fi2d(:)=topswcf_aero(:,2)*swradcorr(:)
1109                CALL histwrite_phy(o_swtoacf_ant,zx_tmp_fi2d)
1110                zx_tmp_fi2d(:)=solswcf_aero(:,2)*swradcorr(:)
1111                CALL histwrite_phy(o_swsrfcf_ant,zx_tmp_fi2d)
1112                zx_tmp_fi2d(:)=topswcf_aero(:,3)*swradcorr(:)
1113                CALL histwrite_phy(o_swtoacf_zero,zx_tmp_fi2d)
1114                zx_tmp_fi2d(:)=solswcf_aero(:,3)*swradcorr(:)
1115                CALL histwrite_phy(o_swsrfcf_zero,zx_tmp_fi2d)
1116             endif
1117          endif ! new_aod
1118          !====MS forcing diagnostics
1119       ENDIF
1120       IF (ok_aie) THEN
1121          CALL histwrite_phy(o_topswai, topswai_aero*swradcorr)
1122          CALL histwrite_phy(o_solswai, solswai_aero*swradcorr)
1123       ENDIF
1124       IF (flag_aerosol.GT.0.AND.ok_cdnc) THEN
1125          CALL histwrite_phy(o_scdnc, scdnc)
1126          CALL histwrite_phy(o_cldncl, cldncl)
1127          CALL histwrite_phy(o_reffclws, reffclws)
1128          CALL histwrite_phy(o_reffclwc, reffclwc)
1129          CALL histwrite_phy(o_cldnvi, cldnvi)
1130          CALL histwrite_phy(o_lcc, lcc)
1131          CALL histwrite_phy(o_lcc3d, lcc3d)
1132          CALL histwrite_phy(o_lcc3dcon, lcc3dcon)
1133          CALL histwrite_phy(o_lcc3dstra, lcc3dstra)
1134          CALL histwrite_phy(o_reffclwtop, reffclwtop)
1135       ENDIF
1136       ! Champs 3D:
1137       IF (ok_ade .OR. ok_aie) then
1138          CALL histwrite_phy(o_ec550aer, ec550aer)
1139       ENDIF
1140       CALL histwrite_phy(o_lwcon, flwc)
1141       CALL histwrite_phy(o_iwcon, fiwc)
1142       CALL histwrite_phy(o_temp, t_seri)
1143       CALL histwrite_phy(o_theta, theta)
1144       CALL histwrite_phy(o_ovapinit, qx(:,:,ivap))
1145       CALL histwrite_phy(o_ovap, q_seri)
1146       CALL histwrite_phy(o_oliq, ql_seri)
1147       CALL histwrite_phy(o_ocond, ql_seri+qs_seri)
1148       CALL histwrite_phy(o_geop, zphi)
1149       CALL histwrite_phy(o_vitu, u_seri)
1150       CALL histwrite_phy(o_vitv, v_seri)
1151       CALL histwrite_phy(o_vitw, omega)
1152       CALL histwrite_phy(o_pres, pplay)
1153       CALL histwrite_phy(o_paprs, paprs(:,1:klev))
1154       CALL histwrite_phy(o_zfull,zphi/RG)
1155
1156       IF (flag_aerosol_strat.EQ.2) THEN
1157         CALL histwrite_phy(o_stratomask, stratomask)
1158       ENDIF
1159     
1160       IF (vars_defined)  THEN
1161        zx_tmp_fi3d(:,1)= pphis(:)/RG
1162        DO k = 2, klev
1163         DO i = 1, klon
1164            zx_tmp_fi3d(i,k) = zphi(i,k)/RG + &
1165                          (zphi(i,k)-zphi(i,k-1))/RG * &
1166                          (paprs(i,k)-pplay(i,k))/(pplay(i,k)-pplay(i,k-1))
1167         ENDDO
1168        ENDDO
1169       ENDIF
1170       CALL histwrite_phy(o_zhalf, zx_tmp_fi3d)
1171       CALL histwrite_phy(o_rneb, cldfra)
1172       CALL histwrite_phy(o_rnebcon, rnebcon)
1173       CALL histwrite_phy(o_rnebls, rneb)
1174       IF (vars_defined)  THEN
1175          DO k=1, klev
1176             DO i=1, klon
1177                zx_tmp_fi3d(i,k)=cldfra(i,k)*JrNt(i)
1178             ENDDO
1179          ENDDO
1180       ENDIF
1181       CALL histwrite_phy(o_rnebjn, zx_tmp_fi3d)
1182       CALL histwrite_phy(o_rhum, zx_rh)
1183       CALL histwrite_phy(o_ozone, &
1184            wo(:, :, 1) * dobson_u * 1e3 / zmasse / rmo3 * rmd)
1185
1186       IF (read_climoz == 2) THEN
1187          CALL histwrite_phy(o_ozone_light, &
1188               wo(:, :, 2) * dobson_u * 1e3 / zmasse / rmo3 * rmd)
1189       ENDIF
1190
1191       CALL histwrite_phy(o_dtphy, d_t)
1192
1193       CALL histwrite_phy(o_dqphy,  d_qx(:,:,ivap))
1194       CALL water_int(klon,klev,d_qx(:,:,ivap),zmasse,zx_tmp_fi2d)
1195       CALL histwrite_phy(o_dqphy2d,  zx_tmp_fi2d)
1196
1197       CALL histwrite_phy(o_dqlphy,  d_qx(:,:,iliq))
1198       CALL water_int(klon,klev,d_qx(:,:,iliq),zmasse,zx_tmp_fi2d)
1199       CALL histwrite_phy(o_dqlphy2d,  zx_tmp_fi2d)
1200
1201       IF (nqo.EQ.3) THEN
1202       CALL histwrite_phy(o_dqsphy,  d_qx(:,:,isol))
1203       CALL water_int(klon,klev,d_qx(:,:,isol),zmasse,zx_tmp_fi2d)
1204       CALL histwrite_phy(o_dqsphy2d,  zx_tmp_fi2d)
1205       ELSE
1206       zx_tmp_fi3d=0.0
1207       CALL histwrite_phy(o_dqsphy,  zx_tmp_fi3d)
1208       zx_tmp_fi2d=0.0
1209       CALL histwrite_phy(o_dqsphy2d,  zx_tmp_fi2d)
1210       ENDIF
1211
1212       DO nsrf=1, nbsrf
1213          IF (vars_defined) zx_tmp_fi2d(1 : klon) = falb1( 1 : klon, nsrf)
1214          CALL histwrite_phy(o_albe_srf(nsrf), zx_tmp_fi2d)
1215          IF (vars_defined) zx_tmp_fi2d(1 : klon) = z0m( 1 : klon, nsrf)
1216          CALL histwrite_phy(o_z0m_srf(nsrf), zx_tmp_fi2d)
1217          IF (vars_defined) zx_tmp_fi2d(1 : klon) = z0h( 1 : klon, nsrf)
1218          CALL histwrite_phy(o_z0h_srf(nsrf), zx_tmp_fi2d)
1219          IF (vars_defined) zx_tmp_fi2d(1 : klon) = agesno( 1 : klon, nsrf)
1220          CALL histwrite_phy(o_ages_srf(nsrf), zx_tmp_fi2d)
1221          IF (vars_defined) zx_tmp_fi2d(1 : klon) = snow( 1 : klon, nsrf)
1222          CALL histwrite_phy(o_snow_srf(nsrf), zx_tmp_fi2d)
1223       ENDDO !nsrf=1, nbsrf
1224       CALL histwrite_phy(o_alb1, albsol1)
1225       CALL histwrite_phy(o_alb2, albsol2)
1226       !FH Sorties pour la couche limite
1227       if (iflag_pbl>1) then
1228          zx_tmp_fi3d=0.
1229          IF (vars_defined) THEN
1230             do nsrf=1,nbsrf
1231                do k=1,klev
1232                   zx_tmp_fi3d(:,k)=zx_tmp_fi3d(:,k) &
1233                        +pctsrf(:,nsrf)*pbl_tke(:,k,nsrf)
1234                enddo
1235             enddo
1236          ENDIF
1237          CALL histwrite_phy(o_tke, zx_tmp_fi3d)
1238
1239          CALL histwrite_phy(o_tke_max, zx_tmp_fi3d)
1240       ENDIF
1241
1242       CALL histwrite_phy(o_kz, coefh(:,:,is_ave))
1243
1244       CALL histwrite_phy(o_kz_max, coefh(:,:,is_ave))
1245
1246       CALL histwrite_phy(o_clwcon, clwcon0)
1247       CALL histwrite_phy(o_dtdyn, d_t_dyn)
1248
1249       CALL histwrite_phy(o_dqdyn, d_q_dyn)
1250
1251       CALL histwrite_phy(o_dqdyn2d,d_q_dyn2d)
1252
1253       CALL histwrite_phy(o_dqldyn, d_ql_dyn)
1254
1255       CALL histwrite_phy(o_dqldyn2d, d_ql_dyn2d)
1256
1257       CALL histwrite_phy(o_dqsdyn, d_qs_dyn)
1258
1259       CALL histwrite_phy(o_dqsdyn2d, d_qs_dyn2d)
1260
1261       CALL histwrite_phy(o_dudyn, d_u_dyn)
1262       CALL histwrite_phy(o_dvdyn, d_v_dyn)
1263
1264       IF (vars_defined) THEN
1265          zx_tmp_fi3d(1:klon,1:klev)=d_t_con(1:klon,1:klev)/pdtphys
1266       ENDIF
1267       CALL histwrite_phy(o_dtcon, zx_tmp_fi3d)
1268       if(iflag_thermals.eq.0)then
1269          IF (vars_defined) THEN
1270             zx_tmp_fi3d(1:klon,1:klev)=d_t_con(1:klon,1:klev)/pdtphys + &
1271                  d_t_ajsb(1:klon,1:klev)/pdtphys
1272          ENDIF
1273          CALL histwrite_phy(o_tntc, zx_tmp_fi3d)
1274       else if(iflag_thermals.ge.1.and.iflag_wake.EQ.1)then
1275          IF (vars_defined) THEN
1276             zx_tmp_fi3d(1:klon,1:klev)=d_t_con(1:klon,1:klev)/pdtphys + &
1277                  d_t_ajs(1:klon,1:klev)/pdtphys + &
1278                  d_t_wake(1:klon,1:klev)/pdtphys
1279          ENDIF
1280          CALL histwrite_phy(o_tntc, zx_tmp_fi3d)
1281       endif
1282       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_u_con(1:klon,1:klev)/pdtphys
1283       CALL histwrite_phy(o_ducon, zx_tmp_fi3d)
1284       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_v_con(1:klon,1:klev)/pdtphys
1285       CALL histwrite_phy(o_dvcon, zx_tmp_fi3d)
1286       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_con(1:klon,1:klev)/pdtphys
1287       CALL histwrite_phy(o_dqcon, zx_tmp_fi3d)
1288       CALL water_int(klon,klev,zx_tmp_fi3d,zmasse,zx_tmp_fi2d)
1289       CALL histwrite_phy(o_dqcon2d, zx_tmp_fi2d)
1290
1291       IF(iflag_thermals.EQ.0) THEN
1292          IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_con(1:klon,1:klev)/pdtphys
1293          CALL histwrite_phy(o_tnhusc, zx_tmp_fi3d)
1294       ELSE IF(iflag_thermals.GE.1.AND.iflag_wake.EQ.1) THEN
1295          IF (vars_defined) THEN
1296             zx_tmp_fi3d(1:klon,1:klev)=d_q_con(1:klon,1:klev)/pdtphys + &
1297                  d_q_ajs(1:klon,1:klev)/pdtphys + &
1298                  d_q_wake(1:klon,1:klev)/pdtphys
1299          ENDIF
1300          CALL histwrite_phy(o_tnhusc, zx_tmp_fi3d)
1301       ENDIF
1302
1303       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_lsc(1:klon,1:klev)/pdtphys
1304       CALL histwrite_phy(o_dtlsc, zx_tmp_fi3d)
1305       IF (vars_defined) zx_tmp_fi3d(1:klon, 1:klev)=(d_t_lsc(1:klon,1:klev)+ &
1306            d_t_eva(1:klon,1:klev))/pdtphys
1307       CALL histwrite_phy(o_dtlschr, zx_tmp_fi3d)
1308       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_lsc(1:klon,1:klev)/pdtphys
1309       CALL histwrite_phy(o_dqlsc, zx_tmp_fi3d)
1310       CALL water_int(klon,klev,zx_tmp_fi3d,zmasse,zx_tmp_fi2d)
1311       CALL histwrite_phy(o_dqlsc2d, zx_tmp_fi2d)
1312       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=beta_prec(1:klon,1:klev)
1313       CALL histwrite_phy(o_beta_prec, zx_tmp_fi3d)
1314!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1315       ! Sorties specifiques a la separation thermiques/non thermiques
1316       if (iflag_thermals>=1) then
1317          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_lscth(1:klon,1:klev)/pdtphys
1318          CALL histwrite_phy(o_dtlscth, zx_tmp_fi3d)
1319          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_lscst(1:klon,1:klev)/pdtphys
1320          CALL histwrite_phy(o_dtlscst, zx_tmp_fi3d)
1321          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_lscth(1:klon,1:klev)/pdtphys
1322          CALL histwrite_phy(o_dqlscth, zx_tmp_fi3d)
1323          CALL water_int(klon,klev,zx_tmp_fi3d,zmasse,zx_tmp_fi2d)
1324          CALL histwrite_phy(o_dqlscth2d, zx_tmp_fi2d)
1325          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_lscst(1:klon,1:klev)/pdtphys
1326          CALL histwrite_phy(o_dqlscst, zx_tmp_fi3d)
1327          CALL water_int(klon,klev,zx_tmp_fi3d,zmasse,zx_tmp_fi2d)
1328          CALL histwrite_phy(o_dqlscst2d, zx_tmp_fi2d)
1329          CALL histwrite_phy(o_plulth, plul_th)
1330          CALL histwrite_phy(o_plulst, plul_st)
1331          IF (vars_defined) THEN
1332             do k=1,klev
1333                do i=1,klon
1334                   if (ptconvth(i,k)) then
1335                      zx_tmp_fi3d(i,k)=1.
1336                   else
1337                      zx_tmp_fi3d(i,k)=0.
1338                   endif
1339                enddo
1340             enddo
1341          ENDIF
1342          CALL histwrite_phy(o_ptconvth, zx_tmp_fi3d)
1343          IF (vars_defined) THEN
1344             do i=1,klon
1345                zx_tmp_fi2d(1:klon)=lmax_th(:)
1346             enddo
1347          ENDIF
1348          CALL histwrite_phy(o_lmaxth, zx_tmp_fi2d)
1349       endif ! iflag_thermals>=1
1350!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1351       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_vdf(1:klon,1:klev)/pdtphys
1352       CALL histwrite_phy(o_dtvdf, zx_tmp_fi3d)
1353       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_diss(1:klon,1:klev)/pdtphys
1354       CALL histwrite_phy(o_dtdis, zx_tmp_fi3d)
1355       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_vdf(1:klon,1:klev)/pdtphys
1356       CALL histwrite_phy(o_dqvdf, zx_tmp_fi3d)
1357       CALL water_int(klon,klev,zx_tmp_fi3d,zmasse,zx_tmp_fi2d)
1358       CALL histwrite_phy(o_dqvdf2d, zx_tmp_fi2d)
1359       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_eva(1:klon,1:klev)/pdtphys
1360       CALL histwrite_phy(o_dteva, zx_tmp_fi3d)
1361       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_eva(1:klon,1:klev)/pdtphys
1362       CALL histwrite_phy(o_dqeva, zx_tmp_fi3d)
1363       CALL water_int(klon,klev,zx_tmp_fi3d,zmasse,zx_tmp_fi2d)
1364       CALL histwrite_phy(o_dqeva2d, zx_tmp_fi2d)
1365       zpt_conv = 0.
1366       WHERE (ptconv) zpt_conv = 1.
1367       CALL histwrite_phy(o_ptconv, zpt_conv)
1368       CALL histwrite_phy(o_ratqs, ratqs)
1369       IF (vars_defined) THEN
1370          zx_tmp_fi3d(1:klon,1:klev)=d_t_ajs(1:klon,1:klev)/pdtphys - &
1371               d_t_ajsb(1:klon,1:klev)/pdtphys
1372       ENDIF
1373       CALL histwrite_phy(o_dtthe, zx_tmp_fi3d)
1374       IF (vars_defined) THEN
1375          zx_tmp_fi3d(1:klon,1:klev)=d_u_ajs(1:klon,1:klev)/pdtphys
1376       ENDIF
1377       CALL histwrite_phy(o_duthe, zx_tmp_fi3d)
1378       IF (vars_defined) THEN
1379          zx_tmp_fi3d(1:klon,1:klev)=d_v_ajs(1:klon,1:klev)/pdtphys
1380       ENDIF
1381       CALL histwrite_phy(o_dvthe, zx_tmp_fi3d)
1382
1383       IF (iflag_thermals>=1) THEN
1384          ! Pour l instant 0 a y reflichir pour les thermiques
1385          zx_tmp_fi2d=0.
1386          CALL histwrite_phy(o_ftime_th, zx_tmp_fi2d)
1387          CALL histwrite_phy(o_f_th, fm_therm)
1388          CALL histwrite_phy(o_e_th, entr_therm)
1389          CALL histwrite_phy(o_w_th, zw2)
1390          CALL histwrite_phy(o_q_th, zqasc)
1391          CALL histwrite_phy(o_a_th, fraca)
1392          CALL histwrite_phy(o_d_th, detr_therm)
1393          CALL histwrite_phy(o_f0_th, f0)
1394          CALL histwrite_phy(o_zmax_th, zmax_th)
1395          IF (vars_defined) THEN
1396             zx_tmp_fi3d(1:klon,1:klev)=d_q_ajs(1:klon,1:klev)/pdtphys - &
1397                  d_q_ajsb(1:klon,1:klev)/pdtphys
1398          ENDIF
1399          CALL histwrite_phy(o_dqthe, zx_tmp_fi3d)
1400          CALL water_int(klon,klev,zx_tmp_fi3d,zmasse,zx_tmp_fi2d)
1401          CALL histwrite_phy(o_dqthe2d, zx_tmp_fi2d)
1402       ENDIF !iflag_thermals
1403       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_ajsb(1:klon,1:klev)/pdtphys
1404       CALL histwrite_phy(o_dtajs, zx_tmp_fi3d)
1405       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_ajsb(1:klon,1:klev)/pdtphys
1406       CALL histwrite_phy(o_dqajs, zx_tmp_fi3d)
1407       CALL water_int(klon,klev,zx_tmp_fi3d,zmasse,zx_tmp_fi2d)
1408       CALL histwrite_phy(o_dqajs2d, zx_tmp_fi2d)
1409       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_swr(1:klon,1:klev)/pdtphys
1410       CALL histwrite_phy(o_dtswr, zx_tmp_fi3d)
1411       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_sw0(1:klon,1:klev)/pdtphys
1412       CALL histwrite_phy(o_dtsw0, zx_tmp_fi3d)
1413       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_lwr(1:klon,1:klev)/pdtphys
1414       CALL histwrite_phy(o_dtlwr, zx_tmp_fi3d)
1415       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_lw0(1:klon,1:klev)/pdtphys
1416       CALL histwrite_phy(o_dtlw0, zx_tmp_fi3d)
1417       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_ec(1:klon,1:klev)/pdtphys
1418       CALL histwrite_phy(o_dtec, zx_tmp_fi3d)
1419       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_u_vdf(1:klon,1:klev)/pdtphys
1420       CALL histwrite_phy(o_duvdf, zx_tmp_fi3d)
1421       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_v_vdf(1:klon,1:klev)/pdtphys
1422       CALL histwrite_phy(o_dvvdf, zx_tmp_fi3d)
1423       IF (ok_orodr) THEN
1424          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_u_oro(1:klon,1:klev)/pdtphys
1425          CALL histwrite_phy(o_duoro, zx_tmp_fi3d)
1426          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_v_oro(1:klon,1:klev)/pdtphys
1427          CALL histwrite_phy(o_dvoro, zx_tmp_fi3d)
1428          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_oro(1:klon,1:klev)/pdtphys
1429          CALL histwrite_phy(o_dtoro, zx_tmp_fi3d)
1430       ENDIF
1431       IF (ok_orolf) THEN
1432          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_u_lif(1:klon,1:klev)/pdtphys
1433          CALL histwrite_phy(o_dulif, zx_tmp_fi3d)
1434
1435          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_v_lif(1:klon,1:klev)/pdtphys
1436          CALL histwrite_phy(o_dvlif, zx_tmp_fi3d)
1437
1438          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_lif(1:klon,1:klev)/pdtphys
1439          CALL histwrite_phy(o_dtlif, zx_tmp_fi3d)
1440       ENDIF
1441
1442       IF (ok_hines) THEN
1443          CALL histwrite_phy(o_du_gwd_hines, du_gwd_hines/pdtphys)
1444          CALL histwrite_phy(o_dv_gwd_hines, dv_gwd_hines/pdtphys)
1445          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_hin(1:klon,1:klev)/pdtphys
1446          CALL histwrite_phy(o_dthin, zx_tmp_fi3d)
1447          CALL histwrite_phy(o_ustr_gwd_hines, zustr_gwd_hines)
1448          CALL histwrite_phy(o_vstr_gwd_hines, zvstr_gwd_hines)
1449       end IF
1450
1451       if (.not. ok_hines .and. ok_gwd_rando) then
1452          CALL histwrite_phy(o_du_gwd_front, du_gwd_front / pdtphys)
1453          CALL histwrite_phy(o_dv_gwd_front, dv_gwd_front / pdtphys)
1454          CALL histwrite_phy(o_ustr_gwd_front, zustr_gwd_front)
1455          CALL histwrite_phy(o_vstr_gwd_front, zvstr_gwd_front)
1456       ENDIF
1457
1458       IF (ok_gwd_rando) then
1459          CALL histwrite_phy(o_du_gwd_rando, du_gwd_rando / pdtphys)
1460          CALL histwrite_phy(o_dv_gwd_rando, dv_gwd_rando / pdtphys)
1461          CALL histwrite_phy(o_ustr_gwd_rando, zustr_gwd_rando)
1462          CALL histwrite_phy(o_vstr_gwd_rando, zvstr_gwd_rando)
1463          CALL histwrite_phy(o_east_gwstress, east_gwstress )
1464          CALL histwrite_phy(o_west_gwstress, west_gwstress )
1465       end IF
1466
1467       IF (ok_qch4) then
1468          CALL histwrite_phy(o_dqch4, d_q_ch4 / pdtphys)
1469       ENDIF
1470
1471       DO k=1, klevp1
1472         zx_tmp_fi3d1(:,k)=swup(:,k)*swradcorr(:)
1473       ENDDO
1474       CALL histwrite_phy(o_rsu, zx_tmp_fi3d1)
1475       DO k=1, klevp1
1476         zx_tmp_fi3d1(:,k)=swdn(:,k)*swradcorr(:)
1477       ENDDO
1478       CALL histwrite_phy(o_rsd, zx_tmp_fi3d1)
1479       DO k=1, klevp1
1480         zx_tmp_fi3d1(:,k)=swup0(:,k)*swradcorr(:)
1481       ENDDO
1482       CALL histwrite_phy(o_rsucs, zx_tmp_fi3d1)
1483       DO k=1, klevp1
1484         zx_tmp_fi3d1(:,k)=swdn0(:,k)*swradcorr(:)
1485       ENDDO
1486       CALL histwrite_phy(o_rsdcs, zx_tmp_fi3d1)
1487
1488       CALL histwrite_phy(o_rlu, lwup)
1489       CALL histwrite_phy(o_rld, lwdn)
1490       CALL histwrite_phy(o_rlucs, lwup0)
1491       CALL histwrite_phy(o_rldcs, lwdn0)
1492
1493       IF(vars_defined) THEN
1494          zx_tmp_fi3d(1:klon,1:klev)=d_t(1:klon,1:klev)+ &
1495               d_t_dyn(1:klon,1:klev)
1496       ENDIF
1497       CALL histwrite_phy(o_tnt, zx_tmp_fi3d)
1498
1499       IF(vars_defined) THEN
1500          zx_tmp_fi3d(1:klon,1:klev)=d_t_swr(1:klon,1:klev)/pdtphys + &
1501               d_t_lwr(1:klon,1:klev)/pdtphys
1502       ENDIF
1503       CALL histwrite_phy(o_tntr, zx_tmp_fi3d)
1504       IF(vars_defined) THEN
1505          zx_tmp_fi3d(1:klon,1:klev)= (d_t_lsc(1:klon,1:klev)+ &
1506               d_t_eva(1:klon,1:klev)+ &
1507               d_t_vdf(1:klon,1:klev))/pdtphys
1508       ENDIF
1509       CALL histwrite_phy(o_tntscpbl, zx_tmp_fi3d)
1510       IF(vars_defined) THEN
1511          zx_tmp_fi3d(1:klon,1:klev)=d_qx(1:klon,1:klev,ivap)+ &
1512               d_q_dyn(1:klon,1:klev)
1513       ENDIF
1514       CALL histwrite_phy(o_tnhus, zx_tmp_fi3d)
1515       IF(vars_defined) THEN
1516          zx_tmp_fi3d(1:klon,1:klev)=d_q_lsc(1:klon,1:klev)/pdtphys+ &
1517               d_q_eva(1:klon,1:klev)/pdtphys
1518       ENDIF
1519       CALL histwrite_phy(o_tnhusscpbl, zx_tmp_fi3d)
1520       CALL histwrite_phy(o_evu, coefm(:,:,is_ave))
1521       IF(vars_defined) THEN
1522          zx_tmp_fi3d(1:klon,1:klev)=q_seri(1:klon,1:klev)+ &
1523               ql_seri(1:klon,1:klev)
1524       ENDIF
1525       CALL histwrite_phy(o_h2o, zx_tmp_fi3d)
1526       if (iflag_con >= 3) then
1527          IF(vars_defined) THEN
1528             zx_tmp_fi3d(1:klon,1:klev)=-1 * (dnwd(1:klon,1:klev)+ &
1529                  dnwd0(1:klon,1:klev))
1530          ENDIF
1531          CALL histwrite_phy(o_mcd, zx_tmp_fi3d)
1532          IF(vars_defined) THEN
1533             zx_tmp_fi3d(1:klon,1:klev)=upwd(1:klon,1:klev) + &
1534                  dnwd(1:klon,1:klev)+ dnwd0(1:klon,1:klev)
1535          ENDIF
1536          CALL histwrite_phy(o_dmc, zx_tmp_fi3d)
1537       else if (iflag_con == 2) then
1538          CALL histwrite_phy(o_mcd,  pmfd)
1539          CALL histwrite_phy(o_dmc,  pmfu + pmfd)
1540       end if
1541       CALL histwrite_phy(o_ref_liq, ref_liq)
1542       CALL histwrite_phy(o_ref_ice, ref_ice)
1543       if (RCO2_per.NE.RCO2_act.OR.RCH4_per.NE.RCH4_act.OR. &
1544            RN2O_per.NE.RN2O_act.OR.RCFC11_per.NE.RCFC11_act.OR. &
1545            RCFC12_per.NE.RCFC12_act) THEN
1546          IF(vars_defined) zx_tmp_fi2d(:) = swupp(:,klevp1)*swradcorr(:)
1547          CALL histwrite_phy(o_rsut4co2, zx_tmp_fi2d)
1548          IF(vars_defined) zx_tmp_fi2d(:) = lwupp(:,klevp1)
1549          CALL histwrite_phy(o_rlut4co2, zx_tmp_fi2d)
1550          IF(vars_defined) zx_tmp_fi2d(:) = swup0p(:,klevp1)*swradcorr(:)
1551          CALL histwrite_phy(o_rsutcs4co2, zx_tmp_fi2d)
1552          IF(vars_defined) zx_tmp_fi2d(:) = lwup0p(:,klevp1)
1553          CALL histwrite_phy(o_rlutcs4co2, zx_tmp_fi2d)
1554          DO k=1, klevp1
1555            zx_tmp_fi3d1(:,k)=swupp(:,k)*swradcorr(:)
1556          ENDDO
1557          CALL histwrite_phy(o_rsu4co2, zx_tmp_fi3d1)
1558          DO k=1, klevp1
1559            zx_tmp_fi3d1(:,k)=swup0p(:,k)*swradcorr(:)
1560          ENDDO
1561          CALL histwrite_phy(o_rsucs4co2, zx_tmp_fi3d1)
1562          DO k=1, klevp1
1563            zx_tmp_fi3d1(:,k)=swdnp(:,k)*swradcorr(:)
1564          ENDDO
1565          CALL histwrite_phy(o_rsd4co2, zx_tmp_fi3d1)
1566          DO k=1, klevp1
1567            zx_tmp_fi3d1(:,k)=swdn0p(:,k)*swradcorr(:)
1568          ENDDO
1569          CALL histwrite_phy(o_rsdcs4co2, zx_tmp_fi3d1)
1570          CALL histwrite_phy(o_rlu4co2, lwupp)
1571          CALL histwrite_phy(o_rlucs4co2, lwup0p)
1572          CALL histwrite_phy(o_rld4co2, lwdnp)
1573          CALL histwrite_phy(o_rldcs4co2, lwdn0p)
1574       ENDIF
1575!!!!!!!!!!!! Sorties niveaux de pression NMC !!!!!!!!!!!!!!!!!!!!
1576#ifdef CPP_IOIPSL
1577#ifndef CPP_XIOS
1578  IF (.NOT.ok_all_xml) THEN
1579       ! ATTENTION, LES ANCIENS HISTWRITE ONT ETES CONSERVES EN ATTENDANT MIEUX:
1580       ! Champs interpolles sur des niveaux de pression
1581       missing_val=missing_val_nf90
1582       DO iff=7, nfiles
1583
1584          CALL histwrite_phy(o_tnondef,tnondef(:,:,iff-6),iff)
1585          CALL histwrite_phy(o_ta,twriteSTD(:,:,iff-6),iff)
1586          CALL histwrite_phy(o_zg,phiwriteSTD(:,:,iff-6),iff)
1587          CALL histwrite_phy(o_hus,qwriteSTD(:,:,iff-6),iff)
1588          CALL histwrite_phy(o_hur,rhwriteSTD(:,:,iff-6),iff)
1589          CALL histwrite_phy(o_ua,uwriteSTD(:,:,iff-6),iff)
1590          CALL histwrite_phy(o_va,vwriteSTD(:,:,iff-6),iff)
1591          CALL histwrite_phy(o_wap,wwriteSTD(:,:,iff-6),iff)
1592          IF(vars_defined) THEN
1593             DO k=1, nlevSTD
1594                DO i=1, klon
1595                   IF(tnondef(i,k,iff-6).NE.missing_val) THEN
1596                      IF(freq_outNMC(iff-6).LT.0) THEN
1597                         freq_moyNMC(iff-6)=(mth_len*un_jour)/freq_calNMC(iff-6)
1598                      ELSE
1599                         freq_moyNMC(iff-6)=freq_outNMC(iff-6)/freq_calNMC(iff-6)
1600                      ENDIF
1601                      zx_tmp_fi3d_STD(i,k) = (100.*tnondef(i,k,iff-6))/freq_moyNMC(iff-6)
1602                   ELSE
1603                      zx_tmp_fi3d_STD(i,k) = missing_val
1604                   ENDIF
1605                ENDDO
1606             ENDDO
1607          ENDIF
1608          CALL histwrite_phy(o_psbg,zx_tmp_fi3d_STD,iff)
1609          IF(vars_defined) THEN
1610             DO k=1, nlevSTD
1611                DO i=1, klon
1612                   IF(O3sumSTD(i,k,iff-6).NE.missing_val) THEN
1613                      zx_tmp_fi3d_STD(i,k) = O3sumSTD(i,k,iff-6) * 1.e+9
1614                   ELSE
1615                      zx_tmp_fi3d_STD(i,k) = missing_val
1616                   ENDIF
1617                ENDDO
1618             ENDDO !k=1, nlevSTD
1619          ENDIF
1620          CALL histwrite_phy(o_tro3,zx_tmp_fi3d_STD,iff)
1621          if (read_climoz == 2) THEN
1622             IF(vars_defined) THEN
1623                DO k=1, nlevSTD
1624                   DO i=1, klon
1625                      IF(O3daysumSTD(i,k,iff-6).NE.missing_val) THEN
1626                         zx_tmp_fi3d_STD(i,k) = O3daysumSTD(i,k,iff-6) * 1.e+9
1627                      ELSE
1628                         zx_tmp_fi3d_STD(i,k) = missing_val
1629                      ENDIF
1630                   ENDDO
1631                ENDDO !k=1, nlevSTD
1632             ENDIF
1633             CALL histwrite_phy(o_tro3_daylight,zx_tmp_fi3d_STD,iff)
1634          endif
1635          CALL histwrite_phy(o_uxv,uvsumSTD(:,:,iff-6),iff)
1636          CALL histwrite_phy(o_vxq,vqsumSTD(:,:,iff-6),iff)
1637          CALL histwrite_phy(o_vxT,vTsumSTD(:,:,iff-6),iff)
1638          CALL histwrite_phy(o_wxq,wqsumSTD(:,:,iff-6),iff)
1639          CALL histwrite_phy(o_vxphi,vphisumSTD(:,:,iff-6),iff)
1640          CALL histwrite_phy(o_wxT,wTsumSTD(:,:,iff-6),iff)
1641          CALL histwrite_phy(o_uxu,u2sumSTD(:,:,iff-6),iff)
1642          CALL histwrite_phy(o_vxv,v2sumSTD(:,:,iff-6),iff)
1643          CALL histwrite_phy(o_TxT,T2sumSTD(:,:,iff-6),iff)
1644       ENDDO !nfiles
1645  ENDIF
1646#endif
1647#endif
1648#ifdef CPP_XIOS
1649  IF(ok_all_xml) THEN
1650!      DO iff=7, nfiles
1651
1652!         CALL histwrite_phy(o_tnondef,tnondef(:,:,3))
1653          CALL histwrite_phy(o_ta,tlevSTD(:,:))
1654          CALL histwrite_phy(o_zg,philevSTD(:,:))
1655          CALL histwrite_phy(o_hus,qlevSTD(:,:))
1656          CALL histwrite_phy(o_hur,rhlevSTD(:,:))
1657          CALL histwrite_phy(o_ua,ulevSTD(:,:))
1658          CALL histwrite_phy(o_va,vlevSTD(:,:))
1659          CALL histwrite_phy(o_wap,wlevSTD(:,:))
1660!         IF(vars_defined) THEN
1661!            DO k=1, nlevSTD
1662!               DO i=1, klon
1663!                  IF(tnondef(i,k,3).NE.missing_val) THEN
1664!                     IF(freq_outNMC(iff-6).LT.0) THEN
1665!                        freq_moyNMC(iff-6)=(mth_len*un_jour)/freq_calNMC(iff-6)
1666!                     ELSE
1667!                        freq_moyNMC(iff-6)=freq_outNMC(iff-6)/freq_calNMC(iff-6)
1668!                     ENDIF
1669!                     zx_tmp_fi3d_STD(i,k) = (100.*tnondef(i,k,3))/freq_moyNMC(iff-6)
1670!                  ELSE
1671!                     zx_tmp_fi3d_STD(i,k) = missing_val
1672!                  ENDIF
1673!               ENDDO
1674!            ENDDO
1675!         ENDIF
1676!         CALL histwrite_phy(o_psbg,zx_tmp_fi3d_STD)
1677          IF(vars_defined) THEN
1678             DO k=1, nlevSTD
1679                DO i=1, klon
1680                   IF(O3STD(i,k).NE.missing_val) THEN
1681                      zx_tmp_fi3d_STD(i,k) = O3STD(i,k) * 1.e+9
1682                   ELSE
1683                      zx_tmp_fi3d_STD(i,k) = missing_val
1684                   ENDIF
1685                ENDDO
1686             ENDDO !k=1, nlevSTD
1687          ENDIF
1688          CALL histwrite_phy(o_tro3,zx_tmp_fi3d_STD)
1689          if (read_climoz == 2) THEN
1690             IF(vars_defined) THEN
1691                DO k=1, nlevSTD
1692                   DO i=1, klon
1693                      IF(O3daySTD(i,k).NE.missing_val) THEN
1694                         zx_tmp_fi3d_STD(i,k) = O3daySTD(i,k) * 1.e+9
1695                      ELSE
1696                         zx_tmp_fi3d_STD(i,k) = missing_val
1697                      ENDIF
1698                   ENDDO
1699                ENDDO !k=1, nlevSTD
1700             ENDIF
1701             CALL histwrite_phy(o_tro3_daylight,zx_tmp_fi3d_STD)
1702          endif
1703          CALL histwrite_phy(o_uxv,uvSTD(:,:))
1704          CALL histwrite_phy(o_vxq,vqSTD(:,:))
1705          CALL histwrite_phy(o_vxT,vTSTD(:,:))
1706          CALL histwrite_phy(o_wxq,wqSTD(:,:))
1707          CALL histwrite_phy(o_vxphi,vphiSTD(:,:))
1708          CALL histwrite_phy(o_wxT,wTSTD(:,:))
1709          CALL histwrite_phy(o_uxu,u2STD(:,:))
1710          CALL histwrite_phy(o_vxv,v2STD(:,:))
1711          CALL histwrite_phy(o_TxT,T2STD(:,:))
1712!      ENDDO !nfiles
1713  ENDIF
1714#endif
1715!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1716        IF (nqtot.GE.nqo+1) THEN
1717              IF (type_trac == 'lmdz' .OR. type_trac == 'repr') THEN
1718#ifdef ISO
1719                    write(*,*) 'nqtottr=',nqtottr
1720                    DO itr=1,nqtottr
1721                !iq=itr_indice(itr)
1722!jyg<
1723!!             CALL histwrite_phy(o_trac(itr), qx(:,:,iq))
1724             CALL histwrite_phy(o_trac(itr), tr_seri(:,:,itr))
1725!>jyg
1726             CALL histwrite_phy(o_dtr_vdf(itr),d_tr_cl(:,:,itr))
1727             CALL histwrite_phy(o_dtr_the(itr),d_tr_th(:,:,itr))
1728             CALL histwrite_phy(o_dtr_con(itr),d_tr_cv(:,:,itr))
1729             CALL histwrite_phy(o_dtr_lessi_impa(itr),d_tr_lessi_impa(:,:,itr))
1730             CALL histwrite_phy(o_dtr_lessi_nucl(itr),d_tr_lessi_nucl(:,:,itr))
1731             CALL histwrite_phy(o_dtr_insc(itr),d_tr_insc(:,:,itr))
1732             CALL histwrite_phy(o_dtr_bcscav(itr),d_tr_bcscav(:,:,itr))
1733             CALL histwrite_phy(o_dtr_evapls(itr),d_tr_evapls(:,:,itr))
1734             CALL histwrite_phy(o_dtr_ls(itr),d_tr_ls(:,:,itr))
1735             CALL histwrite_phy(o_dtr_trsp(itr),d_tr_trsp(:,:,itr))
1736             CALL histwrite_phy(o_dtr_sscav(itr),d_tr_sscav(:,:,itr))
1737             CALL histwrite_phy(o_dtr_sat(itr),d_tr_sat(:,:,itr))
1738             CALL histwrite_phy(o_dtr_uscav(itr),d_tr_uscav(:,:,itr))
1739             zx_tmp_fi2d=0.
1740             IF(vars_defined) THEN
1741                DO k=1,klev
1742!jyg<
1743!!                   zx_tmp_fi2d(:)=zx_tmp_fi2d(:)+zmasse(:,k)*qx(:,k,iq)
1744                   zx_tmp_fi2d(:)=zx_tmp_fi2d(:)+zmasse(:,k)*tr_seri(:,k,itr)
1745!>jyg
1746                ENDDO
1747             ENDIF
1748             CALL histwrite_phy(o_trac_cum(itr), zx_tmp_fi2d)
1749          ENDDO
1750
1751#else
1752            DO iq=nqo+1,nqtot
1753
1754!jyg<
1755!!             CALL histwrite_phy(o_trac(iq-nqo), qx(:,:,iq))
1756             CALL histwrite_phy(o_trac(iq-nqo), tr_seri(:,:,iq-nqo))
1757!>jyg
1758             CALL histwrite_phy(o_dtr_vdf(iq-nqo),d_tr_cl(:,:,iq-nqo))
1759             CALL histwrite_phy(o_dtr_the(iq-nqo),d_tr_th(:,:,iq-nqo))
1760             CALL histwrite_phy(o_dtr_con(iq-nqo),d_tr_cv(:,:,iq-nqo))
1761             CALL histwrite_phy(o_dtr_lessi_impa(iq-nqo),d_tr_lessi_impa(:,:,iq-nqo))
1762             CALL histwrite_phy(o_dtr_lessi_nucl(iq-nqo),d_tr_lessi_nucl(:,:,iq-nqo))
1763             CALL histwrite_phy(o_dtr_insc(iq-nqo),d_tr_insc(:,:,iq-nqo))
1764             CALL histwrite_phy(o_dtr_bcscav(iq-nqo),d_tr_bcscav(:,:,iq-nqo))
1765             CALL histwrite_phy(o_dtr_evapls(iq-nqo),d_tr_evapls(:,:,iq-nqo))
1766             CALL histwrite_phy(o_dtr_ls(iq-nqo),d_tr_ls(:,:,iq-nqo))
1767             CALL histwrite_phy(o_dtr_trsp(iq-nqo),d_tr_trsp(:,:,iq-nqo))
1768             CALL histwrite_phy(o_dtr_sscav(iq-nqo),d_tr_sscav(:,:,iq-nqo))
1769             CALL histwrite_phy(o_dtr_sat(iq-nqo),d_tr_sat(:,:,iq-nqo))
1770             CALL histwrite_phy(o_dtr_uscav(iq-nqo),d_tr_uscav(:,:,iq-nqo))
1771             zx_tmp_fi2d=0.
1772             IF(vars_defined) THEN
1773                DO k=1,klev
1774!jyg<
1775!!                   zx_tmp_fi2d(:)=zx_tmp_fi2d(:)+zmasse(:,k)*qx(:,k,iq)
1776                   zx_tmp_fi2d(:)=zx_tmp_fi2d(:)+zmasse(:,k)*tr_seri(:,k,iq-nqo)
1777!>jyg
1778                ENDDO
1779             ENDIF
1780             CALL histwrite_phy(o_trac_cum(iq-nqo), zx_tmp_fi2d)
1781          ENDDO
1782#endif
1783        endif ! typetrac
1784       ENDIF
1785
1786#ifdef ISO
1787!    write(*,*) 'phys_output_write_mod 1745'
1788!        write(*,*) 'o_precip=',o_precip
1789    do ixt=1,ntraciso
1790!        write(*,*) 'ixt,o_xtprecip(ixt)=',ixt,o_xtprecip(ixt)
1791        IF (vars_defined) THEN
1792          DO i = 1, klon
1793             zx_tmp_fi2d(i) = xtrain_fall(ixt,i) + xtsnow_fall(ixt,i)
1794          ENDDO
1795        ENDIF
1796        CALL histwrite_phy(o_xtprecip(ixt), zx_tmp_fi2d)
1797
1798        IF (vars_defined) THEN
1799          DO i = 1, klon
1800             zx_tmp_fi2d(i) = xtrain_lsc(ixt,i) + xtsnow_lsc(ixt,i)
1801          ENDDO
1802       ENDIF
1803       CALL histwrite_phy(o_xtplul(ixt), zx_tmp_fi2d)
1804
1805        IF (vars_defined) THEN
1806          DO i = 1, klon
1807             zx_tmp_fi2d(i) = xtrain_con(ixt,i) + xtsnow_con(ixt,i)
1808          ENDDO
1809       ENDIF
1810       CALL histwrite_phy(o_xtpluc(ixt), zx_tmp_fi2d)
1811        IF (vars_defined) THEN
1812          DO i = 1, klon
1813             zx_tmp_fi2d(i) = xtevap(ixt,i)
1814          ENDDO
1815       ENDIF
1816       CALL histwrite_phy(o_xtevap(ixt), zx_tmp_fi2d)
1817
1818        IF (vars_defined) THEN
1819         DO k = 1, klev
1820          DO i = 1, klon
1821             zx_tmp_fi3d(i,k)=xt_seri(ixt,i,k)
1822          ENDDO
1823         ENDDO
1824       ENDIF
1825        CALL histwrite_phy(o_xtovap(ixt), zx_tmp_fi3d)
1826
1827        IF (vars_defined) THEN
1828         DO k = 1, klev
1829          DO i = 1, klon
1830             zx_tmp_fi3d(i,k)=d_xt_dyn(ixt,i,k)
1831          ENDDO
1832         ENDDO
1833       ENDIF
1834        CALL histwrite_phy(o_dxtdyn(ixt), zx_tmp_fi3d)
1835        IF (vars_defined) THEN
1836         DO k = 1, klev
1837          DO i = 1, klon
1838             zx_tmp_fi3d(i,k)=d_xtl_dyn(ixt,i,k)
1839          ENDDO
1840         ENDDO
1841       ENDIF
1842        CALL histwrite_phy(o_dxtldyn(ixt), zx_tmp_fi3d)
1843        IF (vars_defined) THEN
1844         DO k = 1, klev
1845          DO i = 1, klon
1846             zx_tmp_fi3d(i,k)=d_xt_con(ixt,i,k)/pdtphys
1847          ENDDO
1848         ENDDO
1849       ENDIF
1850        CALL histwrite_phy(o_dxtcon(ixt), zx_tmp_fi3d)
1851        IF (vars_defined) THEN
1852         DO k = 1, klev
1853          DO i = 1, klon
1854             zx_tmp_fi3d(i,k)=d_xt_lsc(ixt,i,k)/pdtphys
1855          ENDDO
1856         ENDDO
1857       ENDIF
1858        CALL histwrite_phy(o_dxtlsc(ixt), zx_tmp_fi3d)
1859        IF (vars_defined) THEN
1860         DO k = 1, klev
1861          DO i = 1, klon
1862             zx_tmp_fi3d(i,k)=d_xt_eva(ixt,i,k)/pdtphys
1863          ENDDO
1864         ENDDO
1865       ENDIF
1866        CALL histwrite_phy(o_dxteva(ixt), zx_tmp_fi3d)
1867        IF (vars_defined) THEN
1868         DO k = 1, klev
1869          DO i = 1, klon
1870             zx_tmp_fi3d(i,k)=d_xt_vdf(ixt,i,k)/pdtphys
1871          ENDDO
1872         ENDDO
1873       ENDIF
1874        CALL histwrite_phy(o_dxtvdf(ixt), zx_tmp_fi3d)
1875        IF (vars_defined) THEN
1876         DO k = 1, klev
1877          DO i = 1, klon
1878             zx_tmp_fi3d(i,k)=d_xt_ajsb(ixt,i,k)/pdtphys
1879          ENDDO
1880         ENDDO
1881       ENDIF
1882        CALL histwrite_phy(o_dxtajs(ixt), zx_tmp_fi3d)
1883        IF (ok_qch4) then
1884        IF (vars_defined) THEN
1885         DO k = 1, klev
1886          DO i = 1, klon
1887             zx_tmp_fi3d(i,k)=d_xt_ch4(ixt,i,k)/pdtphys
1888          ENDDO
1889         ENDDO
1890       ENDIF
1891        CALL histwrite_phy(o_dxtch4(ixt), zx_tmp_fi3d)
1892        ENDIF !IF (ok_qch4) then
1893        IF (iso_HTO.gt.0) then
1894        IF (vars_defined) THEN
1895         DO k = 1, klev
1896          DO i = 1, klon
1897             zx_tmp_fi3d(i,k)=d_xt_prod_nucl(ixt,i,k)/pdtphys
1898          ENDDO
1899         ENDDO
1900       ENDIF
1901        CALL histwrite_phy(o_dxtprod_nucl(ixt), zx_tmp_fi3d)
1902        IF (vars_defined) THEN
1903         DO k = 1, klev
1904          DO i = 1, klon
1905             zx_tmp_fi3d(i,k)=d_xt_cosmo(ixt,i,k)/pdtphys
1906          ENDDO
1907         ENDDO
1908       ENDIF
1909        CALL histwrite_phy(o_dxtcosmo(ixt), zx_tmp_fi3d)
1910        IF (vars_defined) THEN
1911         DO k = 1, klev
1912          DO i = 1, klon
1913             zx_tmp_fi3d(i,k)=d_xt_decroiss(ixt,i,k)/pdtphys
1914          ENDDO
1915         ENDDO
1916       ENDIF
1917        CALL histwrite_phy(o_dxtdecroiss(ixt), zx_tmp_fi3d)
1918        ENDIF !IF (iso_HTO.gt.0) then
1919    enddo !do ixt=1,niso   
1920    !write(*,*) 'phys_output_write_mod 1777'   
1921#endif
1922
1923       IF(.NOT.vars_defined) THEN
1924          !$OMP MASTER
1925#ifndef CPP_IOIPSL_NO_OUTPUT
1926          DO iff=1,nfiles
1927             IF (clef_files(iff)) THEN
1928                CALL histend(nid_files(iff))
1929                ndex2d = 0
1930                ndex3d = 0
1931
1932             ENDIF ! clef_files
1933          ENDDO !  iff
1934#endif
1935#ifdef CPP_XIOS
1936          !On finalise l'initialisation:
1937          CALL wxios_closedef()
1938#endif
1939
1940          !$OMP END MASTER
1941          !$OMP BARRIER
1942          vars_defined = .TRUE.
1943
1944       END IF
1945
1946    END DO
1947
1948    IF(vars_defined) THEN
1949       ! On synchronise les fichiers pour IOIPSL
1950#ifndef CPP_IOIPSL_NO_OUTPUT
1951       !$OMP MASTER
1952       DO iff=1,nfiles
1953          IF (ok_sync .AND. clef_files(iff)) THEN
1954             CALL histsync(nid_files(iff))
1955          ENDIF
1956       END DO
1957       !$OMP END MASTER
1958#endif
1959    ENDIF
1960
1961  END SUBROUTINE phys_output_write
1962
1963END MODULE phys_output_write_mod
Note: See TracBrowser for help on using the repository browser.