source: LMDZ5/branches/testing/libf/phylmd/phys_output_write_mod.F90 @ 2056

Last change on this file since 2056 was 2056, checked in by Laurent Fairhead, 10 years ago

Merged trunk changes r1997:2055 into testing branch

  • 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
File size: 56.0 KB
Line 
1!
2! $Header$
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, 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
27    USE control_mod, only: day_step, iphysiq
28    USE phys_output_ctrlout_mod, only: o_phis, o_aire, is_ter, is_lic, is_oce, &
29         is_ave, is_sic, o_contfracATM, o_contfracOR, &
30         o_aireTER, o_flat, o_slp, o_tsol, &
31         o_t2m, o_t2m_min, o_t2m_max, &
32         o_q2m, o_ustar, o_u10m, o_v10m, &
33         o_wind10m, o_wind10max, o_sicf, &
34         o_psol, o_mass, o_qsurf, o_qsol, &
35         o_precip, o_ndayrain, o_plul, o_pluc, &
36         o_snow, o_msnow, o_fsnow, o_evap, &
37         o_tops, o_tops0, o_topl, o_topl0, &
38         o_SWupTOA, o_SWupTOAclr, o_SWdnTOA, &
39         o_SWdnTOAclr, o_nettop, o_SWup200, &
40         o_SWup200clr, o_SWdn200, o_SWdn200clr, &
41         o_LWup200, o_LWup200clr, o_LWdn200, &
42         o_LWdn200clr, o_sols, o_sols0, &
43         o_soll, o_radsol, o_soll0, o_SWupSFC, &
44         o_SWupSFCclr, o_SWdnSFC, o_SWdnSFCclr, &
45         o_LWupSFC, o_LWdnSFC, o_LWupSFCclr, &
46         o_LWdnSFCclr, o_bils, o_bils_diss, &
47         o_bils_ec,o_bils_ech, o_bils_tke, o_bils_kinetic, &
48         o_bils_latent, o_bils_enthalp, o_sens, &
49         o_fder, o_ffonte, o_fqcalving, o_fqfonte, &
50         o_taux, o_tauy, o_snowsrf, o_qsnow, &
51         o_snowhgt, o_toice, o_sissnow, o_runoff, &
52         o_albslw3, o_pourc_srf, o_fract_srf, &
53         o_taux_srf, o_tauy_srf, o_tsol_srf, &
54         o_evappot_srf, o_ustar_srf, o_u10m_srf, &
55         o_v10m_srf, o_t2m_srf, o_evap_srf, &
56         o_sens_srf, o_lat_srf, o_flw_srf, &
57         o_fsw_srf, o_wbils_srf, o_wbilo_srf, &
58         o_tke_srf, o_tke_max_srf, o_wstar, &
59         o_cdrm, o_cdrh, o_cldl, o_cldm, o_cldh, &
60         o_cldt, o_JrNt, o_cldljn, o_cldmjn, &
61         o_cldhjn, o_cldtjn, o_cldq, o_lwp, o_iwp, &
62         o_ue, o_ve, o_uq, o_vq, o_cape, o_pbase, &
63         o_ptop, o_fbase, o_plcl, o_plfc, &
64         o_wbeff, o_cape_max, o_upwd, o_Ma, &
65         o_dnwd, o_dnwd0, o_ftime_con, o_mc, &
66         o_prw, o_s_pblh, o_s_pblt, o_s_lcl, &
67         o_s_therm, o_uSTDlevs, o_vSTDlevs, &
68         o_wSTDlevs, o_zSTDlevs, o_qSTDlevs, &
69         o_tSTDlevs, epsfra, o_t_oce_sic, &
70         o_ale_bl, o_alp_bl, o_ale_wk, o_alp_wk, &
71         o_ale, o_alp, o_cin, o_WAPE, o_wake_h, &
72         o_wake_s, o_wake_deltat, o_wake_deltaq, &
73         o_wake_omg, o_dtwak, o_dqwak, o_Vprecip, &
74         o_ftd, o_fqd, o_wdtrainA, o_wdtrainM, &
75         o_n2, o_s2, o_proba_notrig, &
76         o_random_notrig, o_ale_bl_stat, &
77         o_ale_bl_trig, o_alp_bl_det, &
78         o_alp_bl_fluct_m, o_alp_bl_fluct_tke, &
79         o_alp_bl_conv, o_alp_bl_stat, o_slab_bils, &
80         o_weakinv, o_dthmin, o_cldtau, &
81         o_cldemi, o_pr_con_l, o_pr_con_i, &
82         o_pr_lsc_l, o_pr_lsc_i, o_re, o_fl, &
83         o_rh2m, o_rh2m_min, o_rh2m_max, &
84         o_qsat2m, o_tpot, o_tpote, o_SWnetOR, &
85         o_SWdownOR, o_LWdownOR, o_snowl, &
86         o_solldown, o_dtsvdfo, o_dtsvdft, &
87         o_dtsvdfg, o_dtsvdfi, o_rugs, o_od550aer, &
88         o_od865aer, o_absvisaer, o_od550lt1aer, &
89         o_sconcso4, o_sconcoa, o_sconcbc, &
90         o_sconcss, o_sconcdust, o_concso4, &
91         o_concoa, o_concbc, o_concss, o_concdust, &
92         o_loadso4, o_loadoa, o_loadbc, o_loadss, &
93         o_loaddust, o_tausumaero, o_topswad, &
94         o_topswad0, o_solswad, o_solswad0, &
95         o_swtoaas_nat, o_swsrfas_nat, &
96         o_swtoacs_nat, o_swtoaas_ant, &
97         o_swsrfas_ant, o_swtoacs_ant, &
98         o_swsrfcs_ant, o_swtoacf_nat, &
99         o_swsrfcf_nat, o_swtoacf_ant, &
100         o_swsrfcs_nat, o_swsrfcf_ant, &
101         o_swtoacf_zero, o_swsrfcf_zero, &
102         o_topswai, o_solswai, o_scdnc, &
103         o_cldncl, o_reffclws, o_reffclwc, &
104         o_cldnvi, o_lcc, o_lcc3d, o_lcc3dcon, &
105         o_lcc3dstra, o_reffclwtop, o_ec550aer, &
106         o_lwcon, o_iwcon, o_temp, o_theta, &
107         o_ovapinit, o_ovap, o_oliq, o_geop, &
108         o_vitu, o_vitv, o_vitw, o_pres, o_paprs, &
109         o_zfull, o_zhalf, o_rneb, o_rnebjn, o_rnebcon, &
110         o_rnebls, o_rhum, o_ozone, o_ozone_light, &
111         o_dtphy, o_dqphy, o_albe_srf, o_rugs_srf, &
112         o_ages_srf, o_alb1, o_alb2, o_tke, &
113         o_tke_max, o_kz, o_kz_max, o_clwcon, &
114         o_dtdyn, o_dqdyn, o_dudyn, o_dvdyn, &
115         o_dtcon, o_tntc, o_ducon, o_dvcon, &
116         o_dqcon, o_tnhusc, o_tnhusc, o_dtlsc, &
117         o_dtlschr, o_dqlsc, o_beta_prec, &
118         o_dtlscth, o_dtlscst, o_dqlscth, &
119         o_dqlscst, o_plulth, o_plulst, &
120         o_ptconvth, o_lmaxth, o_dtvdf, &
121         o_dtdis, o_dqvdf, o_dteva, o_dqeva, &
122         o_ptconv, o_ratqs, o_dtthe, &
123         o_duthe, o_dvthe, o_ftime_th, &
124         o_f_th, o_e_th, o_w_th, o_q_th, &
125         o_a_th, o_d_th, o_f0_th, o_zmax_th, &
126         o_dqthe, o_dtajs, o_dqajs, o_dtswr, &
127         o_dtsw0, o_dtlwr, o_dtlw0, o_dtec, &
128         o_duvdf, o_dvvdf, o_duoro, o_dvoro, &
129         o_dtoro, o_dulif, o_dvlif, o_dtlif, &
130         o_duhin, o_dvhin, o_dthin, o_rsu, &
131         o_rsd, o_rlu, o_rld, o_rsucs, o_rsdcs, &
132         o_rlucs, o_rldcs, o_tnt, o_tntr, &
133         o_tntscpbl, o_tnhus, o_tnhusscpbl, &
134         o_evu, o_h2o, o_mcd, o_dmc, o_ref_liq, &
135         o_ref_ice, o_rsut4co2, o_rlut4co2, &
136         o_rsutcs4co2, o_rlutcs4co2, o_rsu4co2, &
137         o_rlu4co2, o_rsucs4co2, o_rlucs4co2, &
138         o_rsd4co2, o_rld4co2, o_rsdcs4co2, &
139         o_rldcs4co2, o_tnondef, o_ta, o_zg, &
140         o_hus, o_hur, o_ua, o_va, o_wap, &
141         o_psbg, o_tro3, o_tro3_daylight, &
142         o_uxv, o_vxq, o_vxT, o_wxq, o_vxphi, &
143         o_wxT, o_uxu, o_vxv, o_TxT, o_trac, &
144         o_dtr_vdf, o_dtr_the, o_dtr_con, &
145         o_dtr_lessi_impa, o_dtr_lessi_nucl, &
146         o_dtr_insc, o_dtr_bcscav, o_dtr_evapls, &
147         o_dtr_ls, o_dtr_trsp, o_dtr_sscav, &
148         o_dtr_sat, o_dtr_uscav, o_trac_cum, o_du_gwd_rando, o_dv_gwd_rando, &
149         o_vstr_gwd_rando
150
151    USE phys_state_var_mod, only: pctsrf, paire_ter, rain_fall, snow_fall, &
152         nday_rain, rain_con, snow_con, &
153         topsw, toplw, toplw0, swup, swdn, &
154         topsw0, swup0, swdn0, SWup200, SWup200clr, &
155         SWdn200, SWdn200clr, LWup200, LWup200clr, &
156         LWdn200, LWdn200clr, solsw, solsw0, sollw, &
157         radsol, sollw0, sollwdown, sollw, &
158         sollwdownclr, lwdn0, ftsol, ustar, u10m, &
159         v10m, pbl_tke, wstar, cape, ema_pcb, ema_pct, &
160         ema_cbmf, Ma, fm_therm, ale_bl, alp_bl, ale, &
161         alp, cin, wake_pe, wake_s, wake_deltat, &
162         wake_deltaq, ftd, fqd, ale_bl_trig, albsol1, &
163         rnebcon, wo, falb1, albsol2, coefh, clwcon0, &
164         ratqs, entr_therm, zqasc, detr_therm, f0, heat, &
165         heat0, cool, cool0, lwup, lwdn, lwup0, coefm, &
166         swupp, lwupp, swup0p, lwup0p, swdnp, lwdnp, &
167         swdn0p, lwdn0p, tnondef, O3sumSTD, uvsumSTD, &
168         vqsumSTD, vTsumSTD, O3daysumSTD, wqsumSTD, &
169         vphisumSTD, wTsumSTD, u2sumSTD, v2sumSTD, &
170         T2sumSTD, nlevSTD, du_gwd_rando, dv_gwd_rando
171
172    USE phys_local_var_mod, only: zxfluxlat, slp, zxtsol, zt2m, &
173         zu10m, zv10m, zq2m, zustar, zxqsurf, qsol, &
174         rain_lsc, snow_lsc, evap, bils, sens, fder, &
175         zxffonte, zxfqcalving, zxfqfonte, fluxu, &
176         fluxv, zxsnow, qsnow, snowhgt, to_ice, &
177         sissnow, runoff, albsol3_lic, evap_pot, &
178         t2m, fevap, fluxt, fluxlat, fsollw, fsolsw, &
179         wfbils, wfbilo, cdragm, cdragh, cldl, cldm, &
180         cldh, cldt, JrNt, cldljn, cldmjn, cldhjn, &
181         cldtjn, cldq, flwp, fiwp, ue, ve, uq, vq, &
182         plcl, plfc, wbeff, upwd, dnwd, dnwd0, prw, &
183         s_pblh, s_pblt, s_lcl, s_therm, uwriteSTD, &
184         vwriteSTD, wwriteSTD, phiwriteSTD, qwriteSTD, &
185         twriteSTD, ale_wake, alp_wake, wake_h, &
186         wake_omg, d_t_wake, d_q_wake, Vprecip, &
187         wdtrainA, wdtrainM, n2, s2, proba_notrig, &
188         random_notrig, ale_bl_stat, &
189         alp_bl_det, alp_bl_fluct_m, alp_bl_conv, &
190         alp_bl_stat, alp_bl_fluct_tke, slab_wfbils, &
191         weak_inversion, dthmin, cldtau, cldemi, &
192         pmflxr, pmflxs, prfl, psfl, re, fl, rh2m, &
193         qsat2m, tpote, tpot, d_ts, zxrugs, od550aer, &
194         od865aer, absvisaer, od550lt1aer, sconcso4, &
195         sconcoa, sconcbc, sconcss, sconcdust, concso4, &
196         concoa, concbc, concss, concdust, loadso4, &
197         loadoa, loadbc, loadss, loaddust, tausum_aero, &
198         topswad_aero, topswad0_aero, solswad_aero, &
199         solswad0_aero, topsw_aero, solsw_aero, &
200         topsw0_aero, solsw0_aero, topswcf_aero, &
201         solswcf_aero, topswai_aero, solswai_aero, &
202         scdnc, cldncl, reffclws, reffclwc, cldnvi, &
203         lcc, lcc3d, lcc3dcon, lcc3dstra, reffclwtop, &
204         ec550aer, flwc, fiwc, t_seri, theta, q_seri, &
205         ql_seri, zphi, u_seri, v_seri, omega, cldfra, &
206         rneb, rnebjn, zx_rh, frugs, agesno, d_t_dyn, d_q_dyn, &
207         d_u_dyn, d_v_dyn, d_t_con, d_t_ajsb, d_t_ajs, &
208         d_u_ajs, d_v_ajs, &
209         d_u_con, d_v_con, d_q_con, d_q_ajs, d_t_lsc, &
210         d_t_eva, d_q_lsc, beta_prec, d_t_lscth, &
211         d_t_lscst, d_q_lscth, d_q_lscst, plul_th, &
212         plul_st, d_t_vdf, d_t_diss, d_q_vdf, d_q_eva, &
213         zw2, fraca, zmax_th, d_q_ajsb, d_t_ec, d_u_vdf, &
214         d_v_vdf, d_u_oro, d_v_oro, d_t_oro, d_u_lif, &
215         d_v_lif, d_t_lif, d_u_hin, d_v_hin, d_t_hin, &
216         pmfd, pmfu, ref_liq, ref_ice, rhwriteSTD
217
218    USE phys_output_var_mod, only: vars_defined, snow_o, zfra_o, bils_diss, &
219         bils_ec,bils_ech, bils_tke, bils_kinetic, bils_latent, bils_enthalp, &
220         itau_con, nfiles, clef_files, nid_files, zvstr_gwd_rando
221    USE indice_sol_mod, only: nbsrf
222    USE infotrac, only: nqtot
223    USE comgeomphy, only: airephy
224    USE surface_data, only: type_ocean, ok_veget, ok_snow
225!    USE aero_mod, only: naero_spc
226    USE aero_mod, only: naero_tot
227    USE ioipsl, only: histend, histsync
228    USE iophy, only: set_itau_iophy, histwrite_phy
229    USE netcdf, only: nf90_fill_real
230
231#ifdef CPP_XIOS
232    ! ug Pour les sorties XIOS
233    USE xios, ONLY: xios_update_calendar
234    USE wxios, only: wxios_closedef
235#endif
236    USE phys_cal_mod, only : mth_len
237
238    IMPLICIT NONE
239
240    INCLUDE "temps.h"
241    INCLUDE "clesphys.h"
242    INCLUDE "thermcell.h"
243    INCLUDE "compbl.h"
244    INCLUDE "YOMCST.h"
245    INCLUDE "dimensions.h"
246    include "iniprint.h"
247
248    ! Input
249    INTEGER :: itap, ivap, read_climoz
250    INTEGER, DIMENSION(klon) :: lmax_th
251    LOGICAL :: aerosol_couple, ok_sync
252    LOGICAL :: ok_ade, ok_aie, new_aod
253    LOGICAL, DIMENSION(klon, klev) :: ptconv, ptconvth
254    REAL :: pdtphys
255    CHARACTER (LEN=4), DIMENSION(nlevSTD) :: clevSTD
256    REAL, DIMENSION(klon,nlevSTD) :: zx_tmp_fi3d_STD
257    REAL, DIMENSION(klon) :: pphis
258    REAL, DIMENSION(klon, klev) :: pplay, d_t
259    REAL, DIMENSION(klon, klev+1) :: paprs
260    REAL, DIMENSION(klon,klev,nqtot) :: qx, d_qx
261    REAL, DIMENSION(klon, llm) :: zmasse
262    LOGICAL :: flag_aerosol_strat
263    INTEGER :: flag_aerosol
264    LOGICAL :: ok_cdnc
265    REAL, DIMENSION(3) :: freq_moyNMC
266
267    ! Local
268    INTEGER, PARAMETER :: jjmp1=jjm+1-1/jjm
269    INTEGER :: itau_w
270    INTEGER :: i, iinit, iinitend=1, iff, iq, nsrf, k, ll, naero
271    REAL, DIMENSION (klon) :: zx_tmp_fi2d
272    REAL, DIMENSION (klon,klev) :: zx_tmp_fi3d, zpt_conv
273    REAL, DIMENSION (klon,klev+1) :: zx_tmp_fi3d1
274    CHARACTER (LEN=4)              :: bb2
275    INTEGER, DIMENSION(iim*jjmp1)  :: ndex2d
276    INTEGER, DIMENSION(iim*jjmp1*klev) :: ndex3d
277    REAL, PARAMETER :: dobson_u = 2.1415e-05 ! Dobson unit, in kg m-2
278    REAL, PARAMETER :: missing_val=nf90_fill_real
279    REAL, PARAMETER :: un_jour=86400.
280
281    ! On calcul le nouveau tau:
282    itau_w = itau_phy + itap + start_time * day_step / iphysiq
283    ! On le donne à iophy pour que les histwrite y aient accès:
284    CALL set_itau_iophy(itau_w)
285
286    IF(.NOT.vars_defined) THEN
287       iinitend = 2
288    ELSE
289       iinitend = 1
290    ENDIF
291
292    ! ug la boucle qui suit ne sert qu'une fois, pour l'initialisation, sinon il n'y a toujours qu'un seul passage:
293    DO iinit=1, iinitend
294#ifdef CPP_XIOS
295       !$OMP MASTER
296       IF (vars_defined) THEN
297          if (prt_level >= 10) then
298             write(lunout,*)"phys_output_write: call xios_update_calendar, itau_w=",itau_w
299          endif
300          CALL xios_update_calendar(itau_w)
301       END IF
302       !$OMP END MASTER
303       !$OMP BARRIER
304#endif
305       ! On procède à l'écriture ou à la définition des nombreuses variables:
306!!! Champs 1D !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
307       CALL histwrite_phy(o_phis, pphis)
308       CALL histwrite_phy(o_aire, airephy)
309
310       IF (vars_defined) THEN
311          DO i=1, klon
312             zx_tmp_fi2d(i)=pctsrf(i,is_ter)+pctsrf(i,is_lic)
313          ENDDO
314       ENDIF
315
316       CALL histwrite_phy(o_contfracATM, zx_tmp_fi2d)
317       CALL histwrite_phy(o_contfracOR, pctsrf(:,is_ter))
318       CALL histwrite_phy(o_aireTER, paire_ter)
319!!! Champs 2D !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
320       CALL histwrite_phy(o_flat, zxfluxlat)
321       CALL histwrite_phy(o_slp, slp)
322       CALL histwrite_phy(o_tsol, zxtsol)
323       CALL histwrite_phy(o_t2m, zt2m)
324       CALL histwrite_phy(o_t2m_min, zt2m)
325       CALL histwrite_phy(o_t2m_max, zt2m)
326
327       IF (vars_defined) THEN
328          DO i=1, klon
329             zx_tmp_fi2d(i)=SQRT(zu10m(i)*zu10m(i)+zv10m(i)*zv10m(i))
330          ENDDO
331       ENDIF
332       CALL histwrite_phy(o_wind10m, zx_tmp_fi2d)
333
334       IF (vars_defined) THEN
335          DO i=1, klon
336             zx_tmp_fi2d(i)=SQRT(zu10m(i)*zu10m(i)+zv10m(i)*zv10m(i))
337          ENDDO
338       ENDIF
339       CALL histwrite_phy(o_wind10max, zx_tmp_fi2d)
340
341       IF (vars_defined) THEN
342          DO i = 1, klon
343             zx_tmp_fi2d(i) = pctsrf(i,is_sic)
344          ENDDO
345       ENDIF
346       CALL histwrite_phy(o_sicf, zx_tmp_fi2d)
347       CALL histwrite_phy(o_q2m, zq2m)
348       CALL histwrite_phy(o_ustar, zustar)
349       CALL histwrite_phy(o_u10m, zu10m)
350       CALL histwrite_phy(o_v10m, zv10m)
351
352       IF (vars_defined) THEN
353          DO i = 1, klon
354             zx_tmp_fi2d(i) = paprs(i,1)
355          ENDDO
356       ENDIF
357       CALL histwrite_phy(o_psol, zx_tmp_fi2d)
358       CALL histwrite_phy(o_mass, zmasse)
359       CALL histwrite_phy(o_qsurf, zxqsurf)
360
361       IF (.NOT. ok_veget) THEN
362          CALL histwrite_phy(o_qsol, qsol)
363       ENDIF
364
365       IF (vars_defined) THEN
366          DO i = 1, klon
367             zx_tmp_fi2d(i) = rain_fall(i) + snow_fall(i)
368          ENDDO
369       ENDIF
370
371       CALL histwrite_phy(o_precip, zx_tmp_fi2d)
372       CALL histwrite_phy(o_ndayrain, nday_rain)
373
374       IF (vars_defined) THEN
375          DO i = 1, klon
376             zx_tmp_fi2d(i) = rain_lsc(i) + snow_lsc(i)
377          ENDDO
378       ENDIF
379       CALL histwrite_phy(o_plul, zx_tmp_fi2d)
380
381       IF (vars_defined) THEN
382          DO i = 1, klon
383             zx_tmp_fi2d(i) = rain_con(i) + snow_con(i)
384          ENDDO
385       ENDIF
386       CALL histwrite_phy(o_pluc, zx_tmp_fi2d)
387       CALL histwrite_phy(o_snow, snow_fall)
388       CALL histwrite_phy(o_msnow, snow_o)
389       CALL histwrite_phy(o_fsnow, zfra_o)
390       CALL histwrite_phy(o_evap, evap)
391       CALL histwrite_phy(o_tops, topsw)
392       CALL histwrite_phy(o_tops0, topsw0)
393       CALL histwrite_phy(o_topl, toplw)
394       CALL histwrite_phy(o_topl0, toplw0)
395
396       IF (vars_defined) THEN
397          zx_tmp_fi2d(1 : klon) = swup ( 1 : klon, klevp1 )
398       ENDIF
399       CALL histwrite_phy(o_SWupTOA, zx_tmp_fi2d)
400
401       IF (vars_defined) THEN
402          zx_tmp_fi2d(1 : klon) = swup0 ( 1 : klon, klevp1 )
403       ENDIF
404       CALL histwrite_phy(o_SWupTOAclr, zx_tmp_fi2d)
405
406       IF (vars_defined) THEN
407          zx_tmp_fi2d(1 : klon) = swdn ( 1 : klon, klevp1 )
408       ENDIF
409       CALL histwrite_phy(o_SWdnTOA, zx_tmp_fi2d)
410
411       IF (vars_defined) THEN
412          zx_tmp_fi2d(1 : klon) = swdn0 ( 1 : klon, klevp1 )
413       ENDIF
414       CALL histwrite_phy(o_SWdnTOAclr, zx_tmp_fi2d)
415
416       IF (vars_defined) THEN
417          zx_tmp_fi2d(:) = topsw(:)-toplw(:)
418       ENDIF
419       CALL histwrite_phy(o_nettop, zx_tmp_fi2d)
420       CALL histwrite_phy(o_SWup200, SWup200)
421       CALL histwrite_phy(o_SWup200clr, SWup200clr)
422       CALL histwrite_phy(o_SWdn200, SWdn200)
423       CALL histwrite_phy(o_SWdn200clr, SWdn200clr)
424       CALL histwrite_phy(o_LWup200, LWup200)
425       CALL histwrite_phy(o_LWup200clr, LWup200clr)
426       CALL histwrite_phy(o_LWdn200, LWdn200)
427       CALL histwrite_phy(o_LWdn200clr, LWdn200clr)
428       CALL histwrite_phy(o_sols, solsw)
429       CALL histwrite_phy(o_sols0, solsw0)
430       CALL histwrite_phy(o_soll, sollw)
431       CALL histwrite_phy(o_radsol, radsol)
432       CALL histwrite_phy(o_soll0, sollw0)
433
434       IF (vars_defined) THEN
435          zx_tmp_fi2d(1 : klon) = swup ( 1 : klon, 1 )
436       ENDIF
437       CALL histwrite_phy(o_SWupSFC, zx_tmp_fi2d)
438
439       IF (vars_defined) THEN
440          zx_tmp_fi2d(1 : klon) = swup0 ( 1 : klon, 1 )
441       ENDIF
442       CALL histwrite_phy(o_SWupSFCclr, zx_tmp_fi2d)
443
444       IF (vars_defined) THEN
445          zx_tmp_fi2d(1 : klon) = swdn ( 1 : klon, 1 )
446       ENDIF
447       CALL histwrite_phy(o_SWdnSFC, zx_tmp_fi2d)
448
449       IF (vars_defined) THEN
450          zx_tmp_fi2d(1 : klon) = swdn0 ( 1 : klon, 1 )
451       ENDIF
452       CALL histwrite_phy(o_SWdnSFCclr, zx_tmp_fi2d)
453
454       IF (vars_defined) THEN
455          zx_tmp_fi2d(1:klon)=sollwdown(1:klon)-sollw(1:klon)
456       ENDIF
457       CALL histwrite_phy(o_LWupSFC, zx_tmp_fi2d)
458       CALL histwrite_phy(o_LWdnSFC, sollwdown)
459
460       IF (vars_defined) THEN
461          sollwdownclr(1:klon) = -1.*lwdn0(1:klon,1)
462          zx_tmp_fi2d(1:klon)=sollwdownclr(1:klon)-sollw0(1:klon)
463       ENDIF
464       CALL histwrite_phy(o_LWupSFCclr, zx_tmp_fi2d)
465       CALL histwrite_phy(o_LWdnSFCclr, sollwdownclr)
466       CALL histwrite_phy(o_bils, bils)
467       CALL histwrite_phy(o_bils_diss, bils_diss)
468       CALL histwrite_phy(o_bils_ec, bils_ec)
469       IF (iflag_ener_conserv>=1) THEN
470         CALL histwrite_phy(o_bils_ech, bils_ech)
471       ENDIF
472       CALL histwrite_phy(o_bils_tke, bils_tke)
473       CALL histwrite_phy(o_bils_kinetic, bils_kinetic)
474       CALL histwrite_phy(o_bils_latent, bils_latent)
475       CALL histwrite_phy(o_bils_enthalp, bils_enthalp)
476
477       IF (vars_defined) THEN
478          zx_tmp_fi2d(1:klon)=-1*sens(1:klon)
479       ENDIF
480       CALL histwrite_phy(o_sens, zx_tmp_fi2d)
481       CALL histwrite_phy(o_fder, fder)
482       CALL histwrite_phy(o_ffonte, zxffonte)
483       CALL histwrite_phy(o_fqcalving, zxfqcalving)
484       CALL histwrite_phy(o_fqfonte, zxfqfonte)
485       IF (vars_defined) THEN
486          zx_tmp_fi2d=0.
487          DO nsrf=1,nbsrf
488             zx_tmp_fi2d(:)=zx_tmp_fi2d(:)+pctsrf(:,nsrf)*fluxu(:,1,nsrf)
489          ENDDO
490       ENDIF
491       CALL histwrite_phy(o_taux, zx_tmp_fi2d)
492
493       IF (vars_defined) THEN
494          zx_tmp_fi2d=0.
495          DO nsrf=1,nbsrf
496             zx_tmp_fi2d(:)=zx_tmp_fi2d(:)+pctsrf(:,nsrf)*fluxv(:,1,nsrf)
497          ENDDO
498       ENDIF
499       CALL histwrite_phy(o_tauy, zx_tmp_fi2d)
500
501       IF (ok_snow) THEN
502          CALL histwrite_phy(o_snowsrf, zxsnow)
503          CALL histwrite_phy(o_qsnow, qsnow)
504          CALL histwrite_phy(o_snowhgt,snowhgt)
505          CALL histwrite_phy(o_toice,to_ice)
506          CALL histwrite_phy(o_sissnow,sissnow)
507          CALL histwrite_phy(o_runoff,runoff)
508          CALL histwrite_phy(o_albslw3,albsol3_lic)
509       ENDIF
510
511       DO nsrf = 1, nbsrf
512          IF (vars_defined)             zx_tmp_fi2d(1 : klon) = pctsrf( 1 : klon, nsrf)*100.
513          CALL histwrite_phy(o_pourc_srf(nsrf), zx_tmp_fi2d)
514          IF (vars_defined)           zx_tmp_fi2d(1 : klon) = pctsrf( 1 : klon, nsrf)
515          CALL histwrite_phy(o_fract_srf(nsrf), zx_tmp_fi2d)
516          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = fluxu( 1 : klon, 1, nsrf)
517          CALL histwrite_phy(o_taux_srf(nsrf), zx_tmp_fi2d)
518          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = fluxv( 1 : klon, 1, nsrf)
519          CALL histwrite_phy(o_tauy_srf(nsrf), zx_tmp_fi2d)
520          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = ftsol( 1 : klon, nsrf)
521          CALL histwrite_phy(o_tsol_srf(nsrf), zx_tmp_fi2d)
522          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = evap_pot( 1 : klon, nsrf)
523          CALL histwrite_phy(o_evappot_srf(nsrf), zx_tmp_fi2d)
524          IF (vars_defined)       zx_tmp_fi2d(1 : klon) = ustar(1 : klon, nsrf)
525          CALL histwrite_phy(o_ustar_srf(nsrf), zx_tmp_fi2d)
526          IF (vars_defined)       zx_tmp_fi2d(1 : klon) = u10m(1 : klon, nsrf)
527          CALL histwrite_phy(o_u10m_srf(nsrf), zx_tmp_fi2d)
528          IF (vars_defined)       zx_tmp_fi2d(1 : klon) = v10m(1 : klon, nsrf)
529          CALL histwrite_phy(o_v10m_srf(nsrf), zx_tmp_fi2d)
530          IF (vars_defined)       zx_tmp_fi2d(1 : klon) = t2m(1 : klon, nsrf)
531          CALL histwrite_phy(o_t2m_srf(nsrf), zx_tmp_fi2d)
532          IF (vars_defined)       zx_tmp_fi2d(1 : klon) = fevap(1 : klon, nsrf)
533          CALL histwrite_phy(o_evap_srf(nsrf), zx_tmp_fi2d)
534          IF (vars_defined)        zx_tmp_fi2d(1 : klon) = fluxt( 1 : klon, 1, nsrf)
535          CALL histwrite_phy(o_sens_srf(nsrf), zx_tmp_fi2d)
536          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = fluxlat( 1 : klon, nsrf)
537          CALL histwrite_phy(o_lat_srf(nsrf), zx_tmp_fi2d)
538          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = fsollw( 1 : klon, nsrf)
539          CALL histwrite_phy(o_flw_srf(nsrf), zx_tmp_fi2d)
540          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = fsolsw( 1 : klon, nsrf)
541          CALL histwrite_phy(o_fsw_srf(nsrf), zx_tmp_fi2d)
542          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = wfbils( 1 : klon, nsrf)
543          CALL histwrite_phy(o_wbils_srf(nsrf), zx_tmp_fi2d)
544          IF (vars_defined)         zx_tmp_fi2d(1 : klon) = wfbilo( 1 : klon, nsrf)
545          CALL histwrite_phy(o_wbilo_srf(nsrf), zx_tmp_fi2d)
546
547          IF (iflag_pbl > 1) THEN
548             CALL histwrite_phy(o_tke_srf(nsrf),  pbl_tke(:,1:klev,nsrf))
549             CALL histwrite_phy(o_tke_max_srf(nsrf),  pbl_tke(:,1:klev,nsrf))
550          ENDIF
551
552       ENDDO
553       DO nsrf=1,nbsrf+1
554          CALL histwrite_phy(o_wstar(nsrf), wstar(1 : klon, nsrf))
555       ENDDO
556
557       CALL histwrite_phy(o_cdrm, cdragm)
558       CALL histwrite_phy(o_cdrh, cdragh)
559       CALL histwrite_phy(o_cldl, cldl)
560       CALL histwrite_phy(o_cldm, cldm)
561       CALL histwrite_phy(o_cldh, cldh)
562       CALL histwrite_phy(o_cldt, cldt)
563       CALL histwrite_phy(o_JrNt, JrNt)
564       CALL histwrite_phy(o_cldljn, cldl*JrNt)
565       CALL histwrite_phy(o_cldmjn, cldm*JrNt)
566       CALL histwrite_phy(o_cldhjn, cldh*JrNt)
567       CALL histwrite_phy(o_cldtjn, cldt*JrNt)
568       CALL histwrite_phy(o_cldq, cldq)
569       IF (vars_defined)       zx_tmp_fi2d(1:klon) = flwp(1:klon)
570       CALL histwrite_phy(o_lwp, zx_tmp_fi2d)
571       IF (vars_defined)       zx_tmp_fi2d(1:klon) = fiwp(1:klon)
572       CALL histwrite_phy(o_iwp, zx_tmp_fi2d)
573       CALL histwrite_phy(o_ue, ue)
574       CALL histwrite_phy(o_ve, ve)
575       CALL histwrite_phy(o_uq, uq)
576       CALL histwrite_phy(o_vq, vq)
577       IF(iflag_con.GE.3) THEN ! sb
578          CALL histwrite_phy(o_cape, cape)
579          CALL histwrite_phy(o_pbase, ema_pcb)
580          CALL histwrite_phy(o_ptop, ema_pct)
581          CALL histwrite_phy(o_fbase, ema_cbmf)
582          if (iflag_con /= 30) then
583             CALL histwrite_phy(o_plcl, plcl)
584             CALL histwrite_phy(o_plfc, plfc)
585             CALL histwrite_phy(o_wbeff, wbeff)
586          end if
587
588          CALL histwrite_phy(o_cape_max, cape)
589
590          CALL histwrite_phy(o_upwd, upwd)
591          CALL histwrite_phy(o_Ma, Ma)
592          CALL histwrite_phy(o_dnwd, dnwd)
593          CALL histwrite_phy(o_dnwd0, dnwd0)
594          IF (vars_defined)         zx_tmp_fi2d=float(itau_con)/float(itap)
595          CALL histwrite_phy(o_ftime_con, zx_tmp_fi2d)
596          IF (vars_defined) THEN
597             IF(iflag_thermals>=1)THEN
598                zx_tmp_fi3d=dnwd+dnwd0+upwd+fm_therm(:,1:klev)
599             ELSE
600                zx_tmp_fi3d=dnwd+dnwd0+upwd
601             ENDIF
602          ENDIF
603          CALL histwrite_phy(o_mc, zx_tmp_fi3d)
604       ENDIF !iflag_con .GE. 3
605       CALL histwrite_phy(o_prw, prw)
606       CALL histwrite_phy(o_s_pblh, s_pblh)
607       CALL histwrite_phy(o_s_pblt, s_pblt)
608       CALL histwrite_phy(o_s_lcl, s_lcl)
609       CALL histwrite_phy(o_s_therm, s_therm)
610       !IM : Les champs suivants (s_capCL, s_oliqCL, s_cteiCL, s_trmb1, s_trmb2, s_trmb3) ne sont pas definis dans HBTM.F
611       !       IF (o_s_capCL%flag(iff)<=lev_files(iff)) THEN
612       !     CALL histwrite_phy(nid_files(iff),clef_stations(iff),
613       !    $o_s_capCL%name,itau_w,s_capCL)
614       !       ENDIF
615       !       IF (o_s_oliqCL%flag(iff)<=lev_files(iff)) THEN
616       !     CALL histwrite_phy(nid_files(iff),clef_stations(iff),
617       !    $o_s_oliqCL%name,itau_w,s_oliqCL)
618       !       ENDIF
619       !       IF (o_s_cteiCL%flag(iff)<=lev_files(iff)) THEN
620       !     CALL histwrite_phy(nid_files(iff),clef_stations(iff),
621       !    $o_s_cteiCL%name,itau_w,s_cteiCL)
622       !       ENDIF
623       !       IF (o_s_trmb1%flag(iff)<=lev_files(iff)) THEN
624       !     CALL histwrite_phy(nid_files(iff),clef_stations(iff),
625       !    $o_s_trmb1%name,itau_w,s_trmb1)
626       !       ENDIF
627       !       IF (o_s_trmb2%flag(iff)<=lev_files(iff)) THEN
628       !     CALL histwrite_phy(nid_files(iff),clef_stations(iff),
629       !    $o_s_trmb2%name,itau_w,s_trmb2)
630       !       ENDIF
631       !       IF (o_s_trmb3%flag(iff)<=lev_files(iff)) THEN
632       !     CALL histwrite_phy(nid_files(iff),clef_stations(iff),
633       !    $o_s_trmb3%name,itau_w,s_trmb3)
634       !       ENDIF
635
636       ! ATTENTION, LES ANCIENS HISTWRITE ONT ETES CONSERVES EN ATTENDANT MIEUX:
637       ! Champs interpolles sur des niveaux de pression
638       DO iff=1, nfiles
639          ll=0
640          DO k=1, nlevSTD
641             bb2=clevSTD(k)
642             IF(bb2.EQ."850".OR.bb2.EQ."700".OR. &
643                  bb2.EQ."500".OR.bb2.EQ."200".OR. &
644                  bb2.EQ."100".OR. &
645                  bb2.EQ."50".OR.bb2.EQ."10") THEN
646
647                ! a refaire correctement !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
648                ll=ll+1
649                CALL histwrite_phy(o_uSTDlevs(ll),uwriteSTD(:,k,iff), iff)
650                CALL histwrite_phy(o_vSTDlevs(ll),vwriteSTD(:,k,iff), iff)
651                CALL histwrite_phy(o_wSTDlevs(ll),wwriteSTD(:,k,iff), iff)
652                CALL histwrite_phy(o_zSTDlevs(ll),phiwriteSTD(:,k,iff), iff)
653                CALL histwrite_phy(o_qSTDlevs(ll),qwriteSTD(:,k,iff), iff)
654                CALL histwrite_phy(o_tSTDlevs(ll),twriteSTD(:,k,iff), iff)
655
656             ENDIF !(bb2.EQ."850".OR.bb2.EQ."700".OR.
657          ENDDO
658       ENDDO
659
660       IF (vars_defined) THEN
661          DO i=1, klon
662             IF (pctsrf(i,is_oce).GT.epsfra.OR. &
663                  pctsrf(i,is_sic).GT.epsfra) THEN
664                zx_tmp_fi2d(i) = (ftsol(i, is_oce) * pctsrf(i,is_oce)+ &
665                     ftsol(i, is_sic) * pctsrf(i,is_sic))/ &
666                     (pctsrf(i,is_oce)+pctsrf(i,is_sic))
667             ELSE
668                zx_tmp_fi2d(i) = 273.15
669             ENDIF
670          ENDDO
671       ENDIF
672       CALL histwrite_phy(o_t_oce_sic, zx_tmp_fi2d)
673
674       ! Couplage convection-couche limite
675       IF (iflag_con.GE.3) THEN
676          IF (iflag_coupl>=1) THEN
677             CALL histwrite_phy(o_ale_bl, ale_bl)
678             CALL histwrite_phy(o_alp_bl, alp_bl)
679          ENDIF !iflag_coupl>=1
680       ENDIF !(iflag_con.GE.3)
681       ! Wakes
682       IF (iflag_con.EQ.3) THEN
683          IF (iflag_wake>=1) THEN
684             CALL histwrite_phy(o_ale_wk, ale_wake)
685             CALL histwrite_phy(o_alp_wk, alp_wake)
686             CALL histwrite_phy(o_ale, ale)
687             CALL histwrite_phy(o_alp, alp)
688             CALL histwrite_phy(o_cin, cin)
689             CALL histwrite_phy(o_WAPE, wake_pe)
690             CALL histwrite_phy(o_wake_h, wake_h)
691             CALL histwrite_phy(o_wake_s, wake_s)
692             CALL histwrite_phy(o_wake_deltat, wake_deltat)
693             CALL histwrite_phy(o_wake_deltaq, wake_deltaq)
694             CALL histwrite_phy(o_wake_omg, wake_omg)
695             IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_wake(1:klon,1:klev) &
696                  /pdtphys
697             CALL histwrite_phy(o_dtwak, zx_tmp_fi3d)
698             IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_wake(1:klon,1:klev)/pdtphys
699             CALL histwrite_phy(o_dqwak, zx_tmp_fi3d)
700          ENDIF ! iflag_wake>=1
701          CALL histwrite_phy(o_Vprecip, Vprecip)
702          CALL histwrite_phy(o_ftd, ftd)
703          CALL histwrite_phy(o_fqd, fqd)
704       ELSEIF (iflag_con.EQ.30) THEN
705          ! sortie RomP convection descente insaturee iflag_con=30
706          CALL histwrite_phy(o_Vprecip, Vprecip)
707          CALL histwrite_phy(o_wdtrainA, wdtrainA)
708          CALL histwrite_phy(o_wdtrainM, wdtrainM)
709       ENDIF !(iflag_con.EQ.3.or.iflag_con.EQ.30)
710!!! nrlmd le 10/04/2012
711       IF (iflag_trig_bl>=1) THEN
712          CALL histwrite_phy(o_n2, n2)
713          CALL histwrite_phy(o_s2, s2)
714          CALL histwrite_phy(o_proba_notrig, proba_notrig)
715          CALL histwrite_phy(o_random_notrig, random_notrig)
716          CALL histwrite_phy(o_ale_bl_stat, ale_bl_stat)
717          CALL histwrite_phy(o_ale_bl_trig, ale_bl_trig)
718       ENDIF  !(iflag_trig_bl>=1)
719       IF (iflag_clos_bl>=1) THEN
720          CALL histwrite_phy(o_alp_bl_det, alp_bl_det)
721          CALL histwrite_phy(o_alp_bl_fluct_m, alp_bl_fluct_m)
722          CALL histwrite_phy(o_alp_bl_fluct_tke,  &
723               alp_bl_fluct_tke)
724          CALL histwrite_phy(o_alp_bl_conv, alp_bl_conv)
725          CALL histwrite_phy(o_alp_bl_stat, alp_bl_stat)
726       ENDIF  !(iflag_clos_bl>=1)
727!!! fin nrlmd le 10/04/2012
728       IF (type_ocean=='slab ') THEN
729          CALL histwrite_phy(o_slab_bils, slab_wfbils)
730       ENDIF !type_ocean == force/slab
731       CALL histwrite_phy(o_weakinv, weak_inversion)
732       CALL histwrite_phy(o_dthmin, dthmin)
733       CALL histwrite_phy(o_cldtau, cldtau)
734       CALL histwrite_phy(o_cldemi, cldemi)
735       CALL histwrite_phy(o_pr_con_l, pmflxr(:,1:klev))
736       CALL histwrite_phy(o_pr_con_i, pmflxs(:,1:klev))
737       CALL histwrite_phy(o_pr_lsc_l, prfl(:,1:klev))
738       CALL histwrite_phy(o_pr_lsc_i, psfl(:,1:klev))
739       CALL histwrite_phy(o_re, re)
740       CALL histwrite_phy(o_fl, fl)
741       IF (vars_defined) THEN
742          DO i=1, klon
743             zx_tmp_fi2d(i)=MIN(100.,rh2m(i)*100.)
744          ENDDO
745       ENDIF
746       CALL histwrite_phy(o_rh2m, zx_tmp_fi2d)
747
748       IF (vars_defined) THEN
749          DO i=1, klon
750             zx_tmp_fi2d(i)=MIN(100.,rh2m(i)*100.)
751          ENDDO
752       ENDIF
753       CALL histwrite_phy(o_rh2m_min, zx_tmp_fi2d)
754
755       IF (vars_defined) THEN
756          DO i=1, klon
757             zx_tmp_fi2d(i)=MIN(100.,rh2m(i)*100.)
758          ENDDO
759       ENDIF
760       CALL histwrite_phy(o_rh2m_max, zx_tmp_fi2d)
761
762       CALL histwrite_phy(o_qsat2m, qsat2m)
763       CALL histwrite_phy(o_tpot, tpot)
764       CALL histwrite_phy(o_tpote, tpote)
765       IF (vars_defined) zx_tmp_fi2d(1 : klon) = fsolsw( 1 : klon, is_ter)
766       CALL histwrite_phy(o_SWnetOR,  zx_tmp_fi2d)
767       IF (vars_defined) zx_tmp_fi2d(1:klon) = solsw(1:klon)/(1.-albsol1(1:klon))
768       CALL histwrite_phy(o_SWdownOR,  zx_tmp_fi2d)
769       CALL histwrite_phy(o_LWdownOR, sollwdown)
770       CALL histwrite_phy(o_snowl, snow_lsc)
771       CALL histwrite_phy(o_solldown, sollwdown)
772       CALL histwrite_phy(o_dtsvdfo, d_ts(:,is_oce))
773       CALL histwrite_phy(o_dtsvdft, d_ts(:,is_ter))
774       CALL histwrite_phy(o_dtsvdfg,  d_ts(:,is_lic))
775       CALL histwrite_phy(o_dtsvdfi, d_ts(:,is_sic))
776       CALL histwrite_phy(o_rugs, zxrugs)
777       ! OD550 per species
778       IF (new_aod .and. (.not. aerosol_couple)) THEN
779          IF (flag_aerosol.GT.0) THEN
780             CALL histwrite_phy(o_od550aer, od550aer)
781             CALL histwrite_phy(o_od865aer, od865aer)
782             CALL histwrite_phy(o_absvisaer, absvisaer)
783             CALL histwrite_phy(o_od550lt1aer, od550lt1aer)
784             CALL histwrite_phy(o_sconcso4, sconcso4)
785             CALL histwrite_phy(o_sconcoa, sconcoa)
786             CALL histwrite_phy(o_sconcbc, sconcbc)
787             CALL histwrite_phy(o_sconcss, sconcss)
788             CALL histwrite_phy(o_sconcdust, sconcdust)
789             CALL histwrite_phy(o_concso4, concso4)
790             CALL histwrite_phy(o_concoa, concoa)
791             CALL histwrite_phy(o_concbc, concbc)
792             CALL histwrite_phy(o_concss, concss)
793             CALL histwrite_phy(o_concdust, concdust)
794             CALL histwrite_phy(o_loadso4, loadso4)
795             CALL histwrite_phy(o_loadoa, loadoa)
796             CALL histwrite_phy(o_loadbc, loadbc)
797             CALL histwrite_phy(o_loadss, loadss)
798             CALL histwrite_phy(o_loaddust, loaddust)
799             !--STRAT AER
800          ENDIF
801          IF (flag_aerosol.GT.0.OR.flag_aerosol_strat) THEN
802!             DO naero = 1, naero_spc
803!--correction mini bug OB
804             DO naero = 1, naero_tot
805                CALL histwrite_phy(o_tausumaero(naero), &
806                     tausum_aero(:,2,naero) )
807             END DO
808          ENDIF
809       ENDIF
810       IF (ok_ade) THEN
811          CALL histwrite_phy(o_topswad, topswad_aero)
812          CALL histwrite_phy(o_topswad0, topswad0_aero)
813          CALL histwrite_phy(o_solswad, solswad_aero)
814          CALL histwrite_phy(o_solswad0, solswad0_aero)
815          !====MS forcing diagnostics
816          if (new_aod) then
817             CALL histwrite_phy(o_swtoaas_nat, topsw_aero(:,1))
818             CALL histwrite_phy(o_swsrfas_nat, solsw_aero(:,1))
819             CALL histwrite_phy(o_swtoacs_nat, topsw0_aero(:,1))
820             CALL histwrite_phy(o_swsrfcs_nat, solsw0_aero(:,1))
821             !ant
822             CALL histwrite_phy(o_swtoaas_ant, topsw_aero(:,2))
823             CALL histwrite_phy(o_swsrfas_ant, solsw_aero(:,2))
824             CALL histwrite_phy(o_swtoacs_ant, topsw0_aero(:,2))
825             CALL histwrite_phy(o_swsrfcs_ant, solsw0_aero(:,2))
826             !cf
827             if (.not. aerosol_couple) then
828                CALL histwrite_phy(o_swtoacf_nat, topswcf_aero(:,1))
829                CALL histwrite_phy(o_swsrfcf_nat, solswcf_aero(:,1))
830                CALL histwrite_phy(o_swtoacf_ant, topswcf_aero(:,2))
831                CALL histwrite_phy(o_swsrfcf_ant, solswcf_aero(:,2))
832                CALL histwrite_phy(o_swtoacf_zero,topswcf_aero(:,3))
833                CALL histwrite_phy(o_swsrfcf_zero,solswcf_aero(:,3))
834             endif
835          endif ! new_aod
836          !====MS forcing diagnostics
837       ENDIF
838       IF (ok_aie) THEN
839          CALL histwrite_phy(o_topswai, topswai_aero)
840          CALL histwrite_phy(o_solswai, solswai_aero)
841       ENDIF
842       IF (flag_aerosol.GT.0.AND.ok_cdnc) THEN
843          CALL histwrite_phy(o_scdnc, scdnc)
844          CALL histwrite_phy(o_cldncl, cldncl)
845          CALL histwrite_phy(o_reffclws, reffclws)
846          CALL histwrite_phy(o_reffclwc, reffclwc)
847          CALL histwrite_phy(o_cldnvi, cldnvi)
848          CALL histwrite_phy(o_lcc, lcc)
849          CALL histwrite_phy(o_lcc3d, lcc3d)
850          CALL histwrite_phy(o_lcc3dcon, lcc3dcon)
851          CALL histwrite_phy(o_lcc3dstra, lcc3dstra)
852          CALL histwrite_phy(o_reffclwtop, reffclwtop)
853       ENDIF
854       ! Champs 3D:
855       IF (ok_ade .OR. ok_aie) then
856          CALL histwrite_phy(o_ec550aer, ec550aer)
857       ENDIF
858       CALL histwrite_phy(o_lwcon, flwc)
859       CALL histwrite_phy(o_iwcon, fiwc)
860       CALL histwrite_phy(o_temp, t_seri)
861       CALL histwrite_phy(o_theta, theta)
862       CALL histwrite_phy(o_ovapinit, qx(:,:,ivap))
863       CALL histwrite_phy(o_ovap, q_seri)
864       CALL histwrite_phy(o_oliq, ql_seri)
865       CALL histwrite_phy(o_geop, zphi)
866       CALL histwrite_phy(o_vitu, u_seri)
867       CALL histwrite_phy(o_vitv, v_seri)
868       CALL histwrite_phy(o_vitw, omega)
869       CALL histwrite_phy(o_pres, pplay)
870       CALL histwrite_phy(o_paprs, paprs(:,1:klev))
871       IF (vars_defined) THEN
872          DO i=1, klon
873             zx_tmp_fi3d1(i,1)= pphis(i)/RG
874             !020611   zx_tmp_fi3d(i,1)= pphis(i)/RG
875          ENDDO
876          DO k=1, klev
877             !020611        DO k=1, klev-1
878             DO i=1, klon
879                !020611         zx_tmp_fi3d(i,k+1)= zx_tmp_fi3d(i,k) - (t_seri(i,k) *RD *
880                zx_tmp_fi3d1(i,k+1)= zx_tmp_fi3d1(i,k) - (t_seri(i,k) *RD *  &
881                     (paprs(i,k+1) - paprs(i,k))) / ( pplay(i,k) * RG )
882             ENDDO
883          ENDDO
884       ENDIF
885       CALL histwrite_phy(o_zfull,zx_tmp_fi3d1(:,2:klevp1))
886       !020611    $o_zfull%name,itau_w,zx_tmp_fi3d)
887
888       IF (vars_defined)  THEN
889          DO i=1, klon
890             zx_tmp_fi3d(i,1)= pphis(i)/RG - ( &
891                  (t_seri(i,1)+zxtsol(i))/2. *RD * &
892                  (pplay(i,1) - paprs(i,1)))/( (paprs(i,1)+pplay(i,1))/2.* RG)
893          ENDDO
894          DO k=1, klev-1
895             DO i=1, klon
896                zx_tmp_fi3d(i,k+1)= zx_tmp_fi3d(i,k) - ( &
897                     (t_seri(i,k)+t_seri(i,k+1))/2. *RD *  &
898                     (pplay(i,k+1) - pplay(i,k))) / ( paprs(i,k) * RG )
899             ENDDO
900          ENDDO
901       ENDIF
902       CALL histwrite_phy(o_zhalf, zx_tmp_fi3d)
903       CALL histwrite_phy(o_rneb, cldfra)
904       CALL histwrite_phy(o_rnebcon, rnebcon)
905       CALL histwrite_phy(o_rnebls, rneb)
906       IF (vars_defined)  THEN
907          DO k=1, klev
908             DO i=1, klon
909                zx_tmp_fi3d(i,k)=cldfra(i,k)*JrNt(i)
910             ENDDO
911          ENDDO
912       ENDIF
913       CALL histwrite_phy(o_rnebjn, zx_tmp_fi3d)
914       CALL histwrite_phy(o_rhum, zx_rh)
915       CALL histwrite_phy(o_ozone, &
916            wo(:, :, 1) * dobson_u * 1e3 / zmasse / rmo3 * rmd)
917
918       IF (read_climoz == 2) THEN
919          CALL histwrite_phy(o_ozone_light, &
920               wo(:, :, 2) * dobson_u * 1e3 / zmasse / rmo3 * rmd)
921       ENDIF
922
923       CALL histwrite_phy(o_dtphy, d_t)
924       CALL histwrite_phy(o_dqphy,  d_qx(:,:,ivap))
925       DO nsrf=1, nbsrf
926          IF (vars_defined) zx_tmp_fi2d(1 : klon) = falb1( 1 : klon, nsrf)
927          CALL histwrite_phy(o_albe_srf(nsrf), zx_tmp_fi2d)
928          IF (vars_defined) zx_tmp_fi2d(1 : klon) = frugs( 1 : klon, nsrf)
929          CALL histwrite_phy(o_rugs_srf(nsrf), zx_tmp_fi2d)
930          IF (vars_defined) zx_tmp_fi2d(1 : klon) = agesno( 1 : klon, nsrf)
931          CALL histwrite_phy(o_ages_srf(nsrf), zx_tmp_fi2d)
932       ENDDO !nsrf=1, nbsrf
933       CALL histwrite_phy(o_alb1, albsol1)
934       CALL histwrite_phy(o_alb2, albsol2)
935       !FH Sorties pour la couche limite
936       if (iflag_pbl>1) then
937          zx_tmp_fi3d=0.
938          IF (vars_defined) THEN
939             do nsrf=1,nbsrf
940                do k=1,klev
941                   zx_tmp_fi3d(:,k)=zx_tmp_fi3d(:,k) &
942                        +pctsrf(:,nsrf)*pbl_tke(:,k,nsrf)
943                enddo
944             enddo
945          ENDIF
946          CALL histwrite_phy(o_tke, zx_tmp_fi3d)
947
948          CALL histwrite_phy(o_tke_max, zx_tmp_fi3d)
949       ENDIF
950
951       CALL histwrite_phy(o_kz, coefh(:,:,is_ave))
952
953       CALL histwrite_phy(o_kz_max, coefh(:,:,is_ave))
954
955       CALL histwrite_phy(o_clwcon, clwcon0)
956       CALL histwrite_phy(o_dtdyn, d_t_dyn)
957       CALL histwrite_phy(o_dqdyn, d_q_dyn)
958       CALL histwrite_phy(o_dudyn, d_u_dyn)
959       CALL histwrite_phy(o_dvdyn, d_v_dyn)
960
961       IF (vars_defined) THEN
962          zx_tmp_fi3d(1:klon,1:klev)=d_t_con(1:klon,1:klev)/pdtphys
963       ENDIF
964       CALL histwrite_phy(o_dtcon, zx_tmp_fi3d)
965       if(iflag_thermals.eq.1)then
966          IF (vars_defined) THEN
967             zx_tmp_fi3d(1:klon,1:klev)=d_t_con(1:klon,1:klev)/pdtphys + &
968                  d_t_ajsb(1:klon,1:klev)/pdtphys
969          ENDIF
970          CALL histwrite_phy(o_tntc, zx_tmp_fi3d)
971       else if(iflag_thermals.gt.1.and.iflag_wake.EQ.1)then
972          IF (vars_defined) THEN
973             zx_tmp_fi3d(1:klon,1:klev)=d_t_con(1:klon,1:klev)/pdtphys + &
974                  d_t_ajs(1:klon,1:klev)/pdtphys + &
975                  d_t_wake(1:klon,1:klev)/pdtphys
976          ENDIF
977          CALL histwrite_phy(o_tntc, zx_tmp_fi3d)
978       endif
979       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_u_con(1:klon,1:klev)/pdtphys
980       CALL histwrite_phy(o_ducon, zx_tmp_fi3d)
981       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_v_con(1:klon,1:klev)/pdtphys
982       CALL histwrite_phy(o_dvcon, zx_tmp_fi3d)
983       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_con(1:klon,1:klev)/pdtphys
984       CALL histwrite_phy(o_dqcon, zx_tmp_fi3d)
985
986       IF(iflag_thermals.EQ.1) THEN
987          IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_con(1:klon,1:klev)/pdtphys
988          CALL histwrite_phy(o_tnhusc, zx_tmp_fi3d)
989       ELSE IF(iflag_thermals.GT.1.AND.iflag_wake.EQ.1) THEN
990          IF (vars_defined) THEN
991             zx_tmp_fi3d(1:klon,1:klev)=d_q_con(1:klon,1:klev)/pdtphys + &
992                  d_q_ajs(1:klon,1:klev)/pdtphys + &
993                  d_q_wake(1:klon,1:klev)/pdtphys
994          ENDIF
995          CALL histwrite_phy(o_tnhusc, zx_tmp_fi3d)
996       ENDIF
997
998       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_lsc(1:klon,1:klev)/pdtphys
999       CALL histwrite_phy(o_dtlsc, zx_tmp_fi3d)
1000       IF (vars_defined) zx_tmp_fi3d(1:klon, 1:klev)=(d_t_lsc(1:klon,1:klev)+ &
1001            d_t_eva(1:klon,1:klev))/pdtphys
1002       CALL histwrite_phy(o_dtlschr, zx_tmp_fi3d)
1003       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_lsc(1:klon,1:klev)/pdtphys
1004       CALL histwrite_phy(o_dqlsc, zx_tmp_fi3d)
1005       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=beta_prec(1:klon,1:klev)
1006       CALL histwrite_phy(o_beta_prec, zx_tmp_fi3d)
1007!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1008       ! Sorties specifiques a la separation thermiques/non thermiques
1009       if (iflag_thermals>=1) then
1010          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_lscth(1:klon,1:klev)/pdtphys
1011          CALL histwrite_phy(o_dtlscth, zx_tmp_fi3d)
1012          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_lscst(1:klon,1:klev)/pdtphys
1013          CALL histwrite_phy(o_dtlscst, zx_tmp_fi3d)
1014          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_lscth(1:klon,1:klev)/pdtphys
1015          CALL histwrite_phy(o_dqlscth, zx_tmp_fi3d)
1016          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_lscst(1:klon,1:klev)/pdtphys
1017          CALL histwrite_phy(o_dqlscst, zx_tmp_fi3d)
1018          CALL histwrite_phy(o_plulth, plul_th)
1019          CALL histwrite_phy(o_plulst, plul_st)
1020          IF (vars_defined) THEN
1021             do k=1,klev
1022                do i=1,klon
1023                   if (ptconvth(i,k)) then
1024                      zx_tmp_fi3d(i,k)=1.
1025                   else
1026                      zx_tmp_fi3d(i,k)=0.
1027                   endif
1028                enddo
1029             enddo
1030          ENDIF
1031          CALL histwrite_phy(o_ptconvth, zx_tmp_fi3d)
1032          IF (vars_defined) THEN
1033             do i=1,klon
1034                zx_tmp_fi2d(1:klon)=lmax_th(:)
1035             enddo
1036          ENDIF
1037          CALL histwrite_phy(o_lmaxth, zx_tmp_fi2d)
1038       endif ! iflag_thermals>=1
1039!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1040       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_vdf(1:klon,1:klev)/pdtphys
1041       CALL histwrite_phy(o_dtvdf, zx_tmp_fi3d)
1042       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_diss(1:klon,1:klev)/pdtphys
1043       CALL histwrite_phy(o_dtdis, zx_tmp_fi3d)
1044       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_vdf(1:klon,1:klev)/pdtphys
1045       CALL histwrite_phy(o_dqvdf, zx_tmp_fi3d)
1046       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_eva(1:klon,1:klev)/pdtphys
1047       CALL histwrite_phy(o_dteva, zx_tmp_fi3d)
1048       IF (vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_eva(1:klon,1:klev)/pdtphys
1049       CALL histwrite_phy(o_dqeva, zx_tmp_fi3d)
1050       zpt_conv = 0.
1051       WHERE (ptconv) zpt_conv = 1.
1052       CALL histwrite_phy(o_ptconv, zpt_conv)
1053       CALL histwrite_phy(o_ratqs, ratqs)
1054       IF (vars_defined) THEN
1055          zx_tmp_fi3d(1:klon,1:klev)=d_t_ajs(1:klon,1:klev)/pdtphys - &
1056               d_t_ajsb(1:klon,1:klev)/pdtphys
1057       ENDIF
1058       CALL histwrite_phy(o_dtthe, zx_tmp_fi3d)
1059       IF (vars_defined) THEN
1060          zx_tmp_fi3d(1:klon,1:klev)=d_u_ajs(1:klon,1:klev)/pdtphys
1061       ENDIF
1062       CALL histwrite_phy(o_duthe, zx_tmp_fi3d)
1063       IF (vars_defined) THEN
1064          zx_tmp_fi3d(1:klon,1:klev)=d_v_ajs(1:klon,1:klev)/pdtphys
1065       ENDIF
1066       CALL histwrite_phy(o_dvthe, zx_tmp_fi3d)
1067
1068       IF (iflag_thermals>=1) THEN
1069          ! Pour l instant 0 a y reflichir pour les thermiques
1070          zx_tmp_fi2d=0.
1071          CALL histwrite_phy(o_ftime_th, zx_tmp_fi2d)
1072          CALL histwrite_phy(o_f_th, fm_therm)
1073          CALL histwrite_phy(o_e_th, entr_therm)
1074          CALL histwrite_phy(o_w_th, zw2)
1075          CALL histwrite_phy(o_q_th, zqasc)
1076          CALL histwrite_phy(o_a_th, fraca)
1077          CALL histwrite_phy(o_d_th, detr_therm)
1078          CALL histwrite_phy(o_f0_th, f0)
1079          CALL histwrite_phy(o_zmax_th, zmax_th)
1080          IF (vars_defined) THEN
1081             zx_tmp_fi3d(1:klon,1:klev)=d_q_ajs(1:klon,1:klev)/pdtphys - &
1082                  d_q_ajsb(1:klon,1:klev)/pdtphys
1083          ENDIF
1084          CALL histwrite_phy(o_dqthe, zx_tmp_fi3d)
1085       ENDIF !iflag_thermals
1086       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_ajsb(1:klon,1:klev)/pdtphys
1087       CALL histwrite_phy(o_dtajs, zx_tmp_fi3d)
1088       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_q_ajsb(1:klon,1:klev)/pdtphys
1089       CALL histwrite_phy(o_dqajs, zx_tmp_fi3d)
1090       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=heat(1:klon,1:klev)/RDAY
1091       CALL histwrite_phy(o_dtswr, zx_tmp_fi3d)
1092       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=heat0(1:klon,1:klev)/RDAY
1093       CALL histwrite_phy(o_dtsw0, zx_tmp_fi3d)
1094       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=-1.*cool(1:klon,1:klev)/RDAY
1095       CALL histwrite_phy(o_dtlwr, zx_tmp_fi3d)
1096       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=-1.*cool0(1:klon,1:klev)/RDAY
1097       CALL histwrite_phy(o_dtlw0, zx_tmp_fi3d)
1098       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_ec(1:klon,1:klev)/pdtphys
1099       CALL histwrite_phy(o_dtec, zx_tmp_fi3d)
1100       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_u_vdf(1:klon,1:klev)/pdtphys
1101       CALL histwrite_phy(o_duvdf, zx_tmp_fi3d)
1102       IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_v_vdf(1:klon,1:klev)/pdtphys
1103       CALL histwrite_phy(o_dvvdf, zx_tmp_fi3d)
1104       IF (ok_orodr) THEN
1105          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_u_oro(1:klon,1:klev)/pdtphys
1106          CALL histwrite_phy(o_duoro, zx_tmp_fi3d)
1107          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_v_oro(1:klon,1:klev)/pdtphys
1108          CALL histwrite_phy(o_dvoro, zx_tmp_fi3d)
1109          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_oro(1:klon,1:klev)/pdtphys
1110          CALL histwrite_phy(o_dtoro, zx_tmp_fi3d)
1111       ENDIF
1112       IF (ok_orolf) THEN
1113          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_u_lif(1:klon,1:klev)/pdtphys
1114          CALL histwrite_phy(o_dulif, zx_tmp_fi3d)
1115
1116          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_v_lif(1:klon,1:klev)/pdtphys
1117          CALL histwrite_phy(o_dvlif, zx_tmp_fi3d)
1118
1119          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_lif(1:klon,1:klev)/pdtphys
1120          CALL histwrite_phy(o_dtlif, zx_tmp_fi3d)
1121       ENDIF
1122
1123       IF (ok_hines) THEN
1124          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_u_hin(1:klon,1:klev)/pdtphys
1125          CALL histwrite_phy(o_duhin, zx_tmp_fi3d)
1126          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_v_hin(1:klon,1:klev)/pdtphys
1127          CALL histwrite_phy(o_dvhin, zx_tmp_fi3d)
1128          IF(vars_defined) zx_tmp_fi3d(1:klon,1:klev)=d_t_hin(1:klon,1:klev)/pdtphys
1129          CALL histwrite_phy(o_dthin, zx_tmp_fi3d)
1130       ENDIF
1131
1132       IF (ok_gwd_rando) then
1133          CALL histwrite_phy(o_du_gwd_rando, du_gwd_rando / pdtphys)
1134          CALL histwrite_phy(o_dv_gwd_rando, dv_gwd_rando / pdtphys)
1135          CALL histwrite_phy(o_vstr_gwd_rando, zvstr_gwd_rando)
1136       end IF
1137
1138       CALL histwrite_phy(o_rsu, swup)
1139       CALL histwrite_phy(o_rsd, swdn)
1140       CALL histwrite_phy(o_rlu, lwup)
1141       CALL histwrite_phy(o_rld, lwdn)
1142       CALL histwrite_phy(o_rsucs, swup0)
1143       CALL histwrite_phy(o_rsdcs, swdn0)
1144       CALL histwrite_phy(o_rlucs, lwup0)
1145       CALL histwrite_phy(o_rldcs, lwdn0)
1146       IF(vars_defined) THEN
1147          zx_tmp_fi3d(1:klon,1:klev)=d_t(1:klon,1:klev)+ &
1148               d_t_dyn(1:klon,1:klev)
1149       ENDIF
1150       CALL histwrite_phy(o_tnt, zx_tmp_fi3d)
1151       IF(vars_defined) THEN
1152          zx_tmp_fi3d(1:klon,1:klev)=heat(1:klon,1:klev)/RDAY - &
1153               cool(1:klon,1:klev)/RDAY
1154       ENDIF
1155       CALL histwrite_phy(o_tntr, zx_tmp_fi3d)
1156       IF(vars_defined) THEN
1157          zx_tmp_fi3d(1:klon,1:klev)= (d_t_lsc(1:klon,1:klev)+ &
1158               d_t_eva(1:klon,1:klev)+ &
1159               d_t_vdf(1:klon,1:klev))/pdtphys
1160       ENDIF
1161       CALL histwrite_phy(o_tntscpbl, zx_tmp_fi3d)
1162       IF(vars_defined) THEN
1163          zx_tmp_fi3d(1:klon,1:klev)=d_qx(1:klon,1:klev,ivap)+ &
1164               d_q_dyn(1:klon,1:klev)
1165       ENDIF
1166       CALL histwrite_phy(o_tnhus, zx_tmp_fi3d)
1167       IF(vars_defined) THEN
1168          zx_tmp_fi3d(1:klon,1:klev)=d_q_lsc(1:klon,1:klev)/pdtphys+ &
1169               d_q_eva(1:klon,1:klev)/pdtphys
1170       ENDIF
1171       CALL histwrite_phy(o_tnhusscpbl, zx_tmp_fi3d)
1172       CALL histwrite_phy(o_evu, coefm(:,:,is_ave))
1173       IF(vars_defined) THEN
1174          zx_tmp_fi3d(1:klon,1:klev)=q_seri(1:klon,1:klev)+ &
1175               ql_seri(1:klon,1:klev)
1176       ENDIF
1177       CALL histwrite_phy(o_h2o, zx_tmp_fi3d)
1178       if (iflag_con >= 3) then
1179          IF(vars_defined) THEN
1180             zx_tmp_fi3d(1:klon,1:klev)=-1 * (dnwd(1:klon,1:klev)+ &
1181                  dnwd0(1:klon,1:klev))
1182          ENDIF
1183          CALL histwrite_phy(o_mcd, zx_tmp_fi3d)
1184          IF(vars_defined) THEN
1185             zx_tmp_fi3d(1:klon,1:klev)=upwd(1:klon,1:klev) + &
1186                  dnwd(1:klon,1:klev)+ dnwd0(1:klon,1:klev)
1187          ENDIF
1188          CALL histwrite_phy(o_dmc, zx_tmp_fi3d)
1189       else if (iflag_con == 2) then
1190          CALL histwrite_phy(o_mcd,  pmfd)
1191          CALL histwrite_phy(o_dmc,  pmfu + pmfd)
1192       end if
1193       CALL histwrite_phy(o_ref_liq, ref_liq)
1194       CALL histwrite_phy(o_ref_ice, ref_ice)
1195       if (RCO2_per.NE.RCO2_act.OR.RCH4_per.NE.RCH4_act.OR. &
1196            RN2O_per.NE.RN2O_act.OR.RCFC11_per.NE.RCFC11_act.OR. &
1197            RCFC12_per.NE.RCFC12_act) THEN
1198          IF(vars_defined) zx_tmp_fi2d(1 : klon) = swupp ( 1 : klon, klevp1 )
1199          CALL histwrite_phy(o_rsut4co2, zx_tmp_fi2d)
1200          IF(vars_defined) zx_tmp_fi2d(1 : klon) = lwupp ( 1 : klon, klevp1 )
1201          CALL histwrite_phy(o_rlut4co2, zx_tmp_fi2d)
1202          IF(vars_defined) zx_tmp_fi2d(1 : klon) = swup0p ( 1 : klon, klevp1 )
1203          CALL histwrite_phy(o_rsutcs4co2, zx_tmp_fi2d)
1204          IF(vars_defined) zx_tmp_fi2d(1 : klon) = lwup0p ( 1 : klon, klevp1 )
1205          CALL histwrite_phy(o_rlutcs4co2, zx_tmp_fi2d)
1206          CALL histwrite_phy(o_rsu4co2, swupp)
1207          CALL histwrite_phy(o_rlu4co2, lwupp)
1208          CALL histwrite_phy(o_rsucs4co2, swup0p)
1209          CALL histwrite_phy(o_rlucs4co2, lwup0p)
1210          CALL histwrite_phy(o_rsd4co2, swdnp)
1211          CALL histwrite_phy(o_rld4co2, lwdnp)
1212          CALL histwrite_phy(o_rsdcs4co2, swdn0p)
1213          CALL histwrite_phy(o_rldcs4co2, lwdn0p)
1214       ENDIF
1215!!!!!!!!!!!! Sorties niveaux de pression NMC !!!!!!!!!!!!!!!!!!!!
1216       DO iff=7, nfiles
1217
1218          CALL histwrite_phy(o_tnondef,tnondef(:,:,iff-6),iff)
1219          CALL histwrite_phy(o_ta,twriteSTD(:,:,iff-6),iff)
1220          CALL histwrite_phy(o_zg,phiwriteSTD(:,:,iff-6),iff)
1221          CALL histwrite_phy(o_hus,qwriteSTD(:,:,iff-6),iff)
1222          CALL histwrite_phy(o_hur,rhwriteSTD(:,:,iff-6),iff)
1223          CALL histwrite_phy(o_ua,uwriteSTD(:,:,iff-6),iff)
1224          CALL histwrite_phy(o_va,vwriteSTD(:,:,iff-6),iff)
1225          CALL histwrite_phy(o_wap,wwriteSTD(:,:,iff-6),iff)
1226          IF(vars_defined) THEN
1227             DO k=1, nlevSTD
1228                DO i=1, klon
1229                   IF(tnondef(i,k,iff-6).NE.missing_val) THEN
1230                      IF(freq_outNMC(iff-6).LT.0) THEN
1231                         freq_moyNMC(iff-6)=(mth_len*un_jour)/freq_calNMC(iff-6)
1232                      ELSE
1233                         freq_moyNMC(iff-6)=freq_outNMC(iff-6)/freq_calNMC(iff-6)
1234                      ENDIF
1235                      zx_tmp_fi3d_STD(i,k) = (100.*tnondef(i,k,iff-6))/freq_moyNMC(iff-6)
1236                   ELSE
1237                      zx_tmp_fi3d_STD(i,k) = missing_val
1238                   ENDIF
1239                ENDDO
1240             ENDDO
1241          ENDIF
1242          CALL histwrite_phy(o_psbg,zx_tmp_fi3d_STD,iff)
1243          IF(vars_defined) THEN
1244             DO k=1, nlevSTD
1245                DO i=1, klon
1246                   IF(O3sumSTD(i,k,iff-6).NE.missing_val) THEN
1247                      zx_tmp_fi3d_STD(i,k) = O3sumSTD(i,k,iff-6) * 1.e+9
1248                   ELSE
1249                      zx_tmp_fi3d_STD(i,k) = missing_val
1250                   ENDIF
1251                ENDDO
1252             ENDDO !k=1, nlevSTD
1253          ENDIF
1254          CALL histwrite_phy(o_tro3,zx_tmp_fi3d_STD,iff)
1255          if (read_climoz == 2) THEN
1256             IF(vars_defined) THEN
1257                DO k=1, nlevSTD
1258                   DO i=1, klon
1259                      IF(O3daysumSTD(i,k,iff-6).NE.missing_val) THEN
1260                         zx_tmp_fi3d_STD(i,k) = O3daysumSTD(i,k,iff-6) * 1.e+9
1261                      ELSE
1262                         zx_tmp_fi3d_STD(i,k) = missing_val
1263                      ENDIF
1264                   ENDDO
1265                ENDDO !k=1, nlevSTD
1266             ENDIF
1267             CALL histwrite_phy(o_tro3_daylight,zx_tmp_fi3d_STD,iff)
1268          endif
1269          CALL histwrite_phy(o_uxv,uvsumSTD(:,:,iff-6),iff)
1270          CALL histwrite_phy(o_vxq,vqsumSTD(:,:,iff-6),iff)
1271          CALL histwrite_phy(o_vxT,vTsumSTD(:,:,iff-6),iff)
1272          CALL histwrite_phy(o_wxq,wqsumSTD(:,:,iff-6),iff)
1273          CALL histwrite_phy(o_vxphi,vphisumSTD(:,:,iff-6),iff)
1274          CALL histwrite_phy(o_wxT,wTsumSTD(:,:,iff-6),iff)
1275          CALL histwrite_phy(o_uxu,u2sumSTD(:,:,iff-6),iff)
1276          CALL histwrite_phy(o_vxv,v2sumSTD(:,:,iff-6),iff)
1277          CALL histwrite_phy(o_TxT,T2sumSTD(:,:,iff-6),iff)
1278       ENDDO !nfiles
1279!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1280       IF (nqtot.GE.3) THEN
1281          DO iq=3,nqtot
1282             CALL histwrite_phy(o_trac(iq-2), qx(:,:,iq))
1283             CALL histwrite_phy(o_dtr_vdf(iq-2),d_tr_cl(:,:,iq-2))
1284             CALL histwrite_phy(o_dtr_the(iq-2),d_tr_th(:,:,iq-2))
1285             CALL histwrite_phy(o_dtr_con(iq-2),d_tr_cv(:,:,iq-2))
1286             CALL histwrite_phy(o_dtr_lessi_impa(iq-2),d_tr_lessi_impa(:,:,iq-2))
1287             CALL histwrite_phy(o_dtr_lessi_nucl(iq-2),d_tr_lessi_nucl(:,:,iq-2))
1288             CALL histwrite_phy(o_dtr_insc(iq-2),d_tr_insc(:,:,iq-2))
1289             CALL histwrite_phy(o_dtr_bcscav(iq-2),d_tr_bcscav(:,:,iq-2))
1290             CALL histwrite_phy(o_dtr_evapls(iq-2),d_tr_evapls(:,:,iq-2))
1291             CALL histwrite_phy(o_dtr_ls(iq-2),d_tr_ls(:,:,iq-2))
1292             CALL histwrite_phy(o_dtr_trsp(iq-2),d_tr_trsp(:,:,iq-2))
1293             CALL histwrite_phy(o_dtr_sscav(iq-2),d_tr_sscav(:,:,iq-2))
1294             CALL histwrite_phy(o_dtr_sat(iq-2),d_tr_sat(:,:,iq-2))
1295             CALL histwrite_phy(o_dtr_uscav(iq-2),d_tr_uscav(:,:,iq-2))
1296             zx_tmp_fi2d=0.
1297             IF(vars_defined) THEN
1298                DO k=1,klev
1299                   zx_tmp_fi2d(:)=zx_tmp_fi2d(:)+zmasse(:,k)*qx(:,k,iq)
1300                ENDDO
1301             ENDIF
1302             CALL histwrite_phy(o_trac_cum(iq-2), zx_tmp_fi2d)
1303          ENDDO
1304       ENDIF
1305
1306       IF(.NOT.vars_defined) THEN
1307          !$OMP MASTER
1308#ifndef CPP_NO_IOIPSL
1309          DO iff=1,nfiles
1310             IF (clef_files(iff)) THEN
1311                CALL histend(nid_files(iff))
1312                ndex2d = 0
1313                ndex3d = 0
1314
1315             ENDIF ! clef_files
1316          ENDDO !  iff
1317#endif
1318#ifdef CPP_XIOS
1319          !On finalise l'initialisation:
1320          CALL wxios_closedef()
1321#endif
1322
1323          !$OMP END MASTER
1324          !$OMP BARRIER
1325          vars_defined = .TRUE.
1326
1327       END IF
1328
1329    END DO
1330
1331    IF(vars_defined) THEN
1332       ! On synchronise les fichiers pour IOIPSL
1333#ifndef CPP_NO_IOIPSL
1334       !$OMP MASTER
1335       DO iff=1,nfiles
1336          IF (ok_sync .AND. clef_files(iff)) THEN
1337             CALL histsync(nid_files(iff))
1338          ENDIF
1339       END DO
1340       !$OMP END MASTER
1341#endif
1342    ENDIF
1343
1344  END SUBROUTINE phys_output_write
1345
1346END MODULE phys_output_write_mod
Note: See TracBrowser for help on using the repository browser.