- Timestamp:
- Jul 18, 2016, 9:41:10 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2547-2567,2569,2571-2574,2576-2589
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/phys_output_write_mod.F90
r2542 r2594 60 60 o_fsw_srf, o_wbils_srf, o_wbilo_srf, & 61 61 o_tke_srf, o_tke_max_srf,o_dltpbltke_srf, o_wstar, & 62 o_l_mixmin,o_l_mix, & 62 63 o_cdrm, o_cdrh, o_cldl, o_cldm, o_cldh, & 63 64 o_cldt, o_JrNt, o_cldljn, o_cldmjn, & … … 116 117 o_lcc3dstra, o_reffclwtop, o_ec550aer, & 117 118 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, & 119 120 o_vitu, o_vitv, o_vitw, o_pres, o_paprs, & 120 121 o_zfull, o_zhalf, o_rneb, o_rnebjn, o_rnebcon, & … … 167 168 o_sens_prec_sol_oce, o_sens_prec_sol_sic, & 168 169 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 170 182 171 183 USE phys_state_var_mod, only: pctsrf, paire_ter, rain_fall, snow_fall, & … … 198 210 USE phys_local_var_mod, only: zxfluxlat, slp, ptstar, pt0, zxtsol, zt2m, & 199 211 t2m_min_mon, t2m_max_mon, evap, & 212 l_mixmin,l_mix, & 200 213 zu10m, zv10m, zq2m, zustar, zxqsurf, & 201 214 rain_lsc, rain_num, snow_lsc, bils, sens, fder, & … … 237 250 lcc, lcc3d, lcc3dcon, lcc3dstra, reffclwtop, & 238 251 ec550aer, flwc, fiwc, t_seri, theta, q_seri, & 239 ql_seri, tr_seri, &252 ql_seri, qs_seri, tr_seri, & 240 253 zphi, u_seri, v_seri, omega, cldfra, & 241 254 rneb, rnebjn, zx_rh, d_t_dyn, & … … 262 275 zustr_gwd_hines, zvstr_gwd_hines,zustr_gwd_rando, zvstr_gwd_rando, & 263 276 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 265 291 266 292 … … 331 357 332 358 ! On calcul le nouveau tau: 333 itau_w = itau_phy + itap + start_time * day_step_phy359 itau_w = itau_phy + itap 334 360 ! On le donne à iophy pour que les histwrite y aient accès: 335 361 CALL set_itau_iophy(itau_w) … … 378 404 CALL histwrite_phy(o_aireTER, paire_ter) 379 405 !!! 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 380 444 CALL histwrite_phy(o_flat, zxfluxlat) 381 445 CALL histwrite_phy(o_ptstar, ptstar) … … 619 683 IF (iflag_pbl > 1) THEN 620 684 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)) 621 687 CALL histwrite_phy(o_tke_max_srf(nsrf), pbl_tke(:,1:klev,nsrf)) 622 688 ENDIF … … 1055 1121 CALL histwrite_phy(o_ovap, q_seri) 1056 1122 CALL histwrite_phy(o_oliq, ql_seri) 1123 CALL histwrite_phy(o_ocond, ql_seri+qs_seri) 1057 1124 CALL histwrite_phy(o_geop, zphi) 1058 1125 CALL histwrite_phy(o_vitu, u_seri)
Note: See TracChangeset
for help on using the changeset viewer.