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

Last change on this file since 2550 was 2549, checked in by jyg, 9 years ago

Seqel of commit 2548: fix concerning time in phys_output_write.

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