source: LMDZ5/branches/IPSLCM5A2.1/libf/phylmd/phys_output_write_mod.F90 @ 3629

Last change on this file since 3629 was 3629, checked in by acozic, 4 years ago

Add new grid, new axis and new variables for cmip protocole and dr2xml

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