Ignore:
Timestamp:
Jul 18, 2016, 9:41:10 PM (8 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2545:2589 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/phys_output_write_mod.F90

    r2542 r2594  
    6060         o_fsw_srf, o_wbils_srf, o_wbilo_srf, &
    6161         o_tke_srf, o_tke_max_srf,o_dltpbltke_srf, o_wstar, &
     62         o_l_mixmin,o_l_mix, &
    6263         o_cdrm, o_cdrh, o_cldl, o_cldm, o_cldh, &
    6364         o_cldt, o_JrNt, o_cldljn, o_cldmjn, &
     
    116117         o_lcc3dstra, o_reffclwtop, o_ec550aer, &
    117118         o_lwcon, o_iwcon, o_temp, o_theta, &
    118          o_ovapinit, o_ovap, o_oliq, o_geop, &
     119         o_ovapinit, o_ovap, o_oliq, o_ocond, o_geop, &
    119120         o_vitu, o_vitv, o_vitw, o_pres, o_paprs, &
    120121         o_zfull, o_zhalf, o_rneb, o_rnebjn, o_rnebcon, &
     
    167168         o_sens_prec_sol_oce, o_sens_prec_sol_sic, &
    168169         o_lat_prec_liq_oce, o_lat_prec_liq_sic, &
    169          o_lat_prec_sol_oce, o_lat_prec_sol_sic
     170         o_lat_prec_sol_oce, o_lat_prec_sol_sic, &
     171! Marine
     172         o_map_prop_hc, o_map_prop_hist, o_map_emis_hc, o_map_iwp_hc, &
     173         o_map_deltaz_hc, o_map_pcld_hc, o_map_tcld_hc, &
     174         o_map_emis_hist, o_map_iwp_hist, o_map_deltaz_hist, &
     175         o_map_rad_hist, &
     176         o_map_emis_Cb, o_map_pcld_Cb, o_map_tcld_Cb, &
     177         o_map_emis_ThCi, o_map_pcld_ThCi, o_map_tcld_ThCi, &
     178         o_map_emis_Anv, o_map_pcld_Anv, o_map_tcld_Anv, &
     179         o_map_ntot, o_map_hc,o_map_hist,o_map_Cb,o_map_ThCi,o_map_Anv, &
     180         o_alt_tropo
     181
    170182
    171183    USE phys_state_var_mod, only: pctsrf, paire_ter, rain_fall, snow_fall, &
     
    198210    USE phys_local_var_mod, only: zxfluxlat, slp, ptstar, pt0, zxtsol, zt2m, &
    199211         t2m_min_mon, t2m_max_mon, evap, &
     212         l_mixmin,l_mix, &
    200213         zu10m, zv10m, zq2m, zustar, zxqsurf, &
    201214         rain_lsc, rain_num, snow_lsc, bils, sens, fder, &
     
    237250         lcc, lcc3d, lcc3dcon, lcc3dstra, reffclwtop, &
    238251         ec550aer, flwc, fiwc, t_seri, theta, q_seri, &
    239          ql_seri, tr_seri, &
     252         ql_seri, qs_seri, tr_seri, &
    240253         zphi, u_seri, v_seri, omega, cldfra, &
    241254         rneb, rnebjn, zx_rh, d_t_dyn,  &
     
    262275         zustr_gwd_hines, zvstr_gwd_hines,zustr_gwd_rando, zvstr_gwd_rando, &
    263276         zustr_gwd_front, zvstr_gwd_front,     &
    264          sens_prec_liq_o, sens_prec_sol_o, lat_prec_liq_o, lat_prec_sol_o
     277         sens_prec_liq_o, sens_prec_sol_o, lat_prec_liq_o, lat_prec_sol_o, &
     278! Marine
     279         map_prop_hc, map_prop_hist, &
     280         map_emis_hc,map_iwp_hc,map_deltaz_hc,&
     281         map_pcld_hc,map_tcld_hc,&
     282         map_emis_hist,map_iwp_hist,map_deltaz_hist,&
     283         map_rad_hist,&
     284         map_ntot,map_hc,map_hist,&
     285         map_Cb,map_ThCi,map_Anv,&
     286         map_emis_Cb,map_pcld_Cb,map_tcld_Cb,&
     287         map_emis_ThCi,map_pcld_ThCi,map_tcld_ThCi,&
     288         map_emis_Anv,map_pcld_Anv,map_tcld_Anv, &
     289         alt_tropo
     290
    265291 
    266292
     
    331357
    332358    ! On calcul le nouveau tau:
    333     itau_w = itau_phy + itap + start_time * day_step_phy
     359    itau_w = itau_phy + itap
    334360    ! On le donne à iophy pour que les histwrite y aient accès:
    335361    CALL set_itau_iophy(itau_w)
     
    378404       CALL histwrite_phy(o_aireTER, paire_ter)
    379405!!! Champs 2D !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     406! Simulateur AIRS
     407     IF (ok_airs) then
     408      CALL histwrite_phy(o_alt_tropo,alt_tropo)
     409 
     410      CALL histwrite_phy(o_map_prop_hc,map_prop_hc)
     411      CALL histwrite_phy(o_map_prop_hist,map_prop_hist)
     412
     413      CALL histwrite_phy(o_map_emis_hc,map_emis_hc)
     414      CALL histwrite_phy(o_map_iwp_hc,map_iwp_hc)
     415      CALL histwrite_phy(o_map_deltaz_hc,map_deltaz_hc)
     416      CALL histwrite_phy(o_map_pcld_hc,map_pcld_hc)
     417      CALL histwrite_phy(o_map_tcld_hc,map_tcld_hc)
     418
     419      CALL histwrite_phy(o_map_emis_hist,map_emis_hist)
     420      CALL histwrite_phy(o_map_iwp_hist,map_iwp_hist)
     421      CALL histwrite_phy(o_map_deltaz_hist,map_deltaz_hist)
     422
     423      CALL histwrite_phy(o_map_ntot,map_ntot)
     424      CALL histwrite_phy(o_map_hc,map_hc)
     425      CALL histwrite_phy(o_map_hist,map_hist)
     426
     427      CALL histwrite_phy(o_map_Cb,map_Cb)
     428      CALL histwrite_phy(o_map_ThCi,map_ThCi)
     429      CALL histwrite_phy(o_map_Anv,map_Anv)
     430
     431      CALL histwrite_phy(o_map_emis_Cb,map_emis_Cb)
     432      CALL histwrite_phy(o_map_pcld_Cb,map_pcld_Cb)
     433      CALL histwrite_phy(o_map_tcld_Cb,map_tcld_Cb)
     434
     435      CALL histwrite_phy(o_map_emis_ThCi,map_emis_ThCi)
     436      CALL histwrite_phy(o_map_pcld_ThCi,map_pcld_ThCi)
     437      CALL histwrite_phy(o_map_tcld_ThCi,map_tcld_ThCi)
     438
     439      CALL histwrite_phy(o_map_emis_Anv,map_emis_Anv)
     440      CALL histwrite_phy(o_map_pcld_Anv,map_pcld_Anv)
     441      CALL histwrite_phy(o_map_tcld_Anv,map_tcld_Anv)
     442     ENDIF
     443
    380444       CALL histwrite_phy(o_flat, zxfluxlat)
    381445       CALL histwrite_phy(o_ptstar, ptstar)
     
    619683          IF (iflag_pbl > 1) THEN
    620684             CALL histwrite_phy(o_tke_srf(nsrf),  pbl_tke(:,1:klev,nsrf))
     685             CALL histwrite_phy(o_l_mix(nsrf),  l_mix(:,1:klev,nsrf))
     686             CALL histwrite_phy(o_l_mixmin(nsrf),  l_mixmin(:,1:klev,nsrf))
    621687             CALL histwrite_phy(o_tke_max_srf(nsrf),  pbl_tke(:,1:klev,nsrf))
    622688          ENDIF
     
    10551121       CALL histwrite_phy(o_ovap, q_seri)
    10561122       CALL histwrite_phy(o_oliq, ql_seri)
     1123       CALL histwrite_phy(o_ocond, ql_seri+qs_seri)
    10571124       CALL histwrite_phy(o_geop, zphi)
    10581125       CALL histwrite_phy(o_vitu, u_seri)
Note: See TracChangeset for help on using the changeset viewer.