source: LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90 @ 2740

Last change on this file since 2740 was 2733, checked in by Ehouarn Millour, 8 years ago

Removing unnecessary references to files in the dynamics from the physics:

  • phys_output_write_mod: use infotrac_phy, not infotrac.
  • iophys: global grid sizes iim and jjp1 are nbp_lon and nbp_lat, from module mod_grid_phy_lmdz.

EM

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