- Timestamp:
- Aug 4, 2025, 3:03:07 PM (11 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails/libf/phylmd/phys_output_write_mod.F90
r5791 r5796 245 245 o_Tcritcont, o_qcritcont, o_potcontfraP, o_potcontfraNP, & 246 246 o_AEI_contrails, o_AEI_surv_contrails, o_fsurv_contrails, o_section_contrails, & 247 o_nice_ygcont, o_iwc_ygcont, o_rvol_ygcont, o_tau_ygcont, & 248 o_nice_cont, o_iwc_cont, o_rvol_cont, o_tau_cont, & 247 249 o_flight_dist, o_flight_fuel, o_qice_cont, & 248 250 o_dcfcini, o_dqicini, o_dqtcini, o_dnicini, & … … 251 253 o_dcfcsed, o_dqicsed, o_dqtcsed, o_dnicsed, & 252 254 o_dcfcauto, o_dqicauto, o_dqtcauto, o_dnicauto, & 253 o_cldfra_ nocont, o_cldtau_nocont, o_cldemi_nocont, o_cldh_nocont, &254 o_contcov, o_conttau, o_contemi, o_iwp_ nocont, o_iwc_nocont, o_ref_ice_nocont, &255 o_cldfra_cont, o_cldtau_nocont, o_cldemi_nocont, o_cldh_nocont, & 256 o_contcov, o_conttau, o_contemi, o_iwp_cont, o_iwcon_cont, o_ref_ice_cont, & 255 257 o_tops_nocont, o_topl_nocont, o_sols_nocont, o_soll_nocont, o_nettop_nocont, & 256 258 !--interactive CO2 … … 411 413 Tcritcont, qcritcont, potcontfraP, potcontfraNP, & 412 414 AEI_contrails, AEI_surv_contrails, fsurv_contrails, section_contrails, & 415 nice_ygcont, iwc_ygcont, rvol_ygcont, tau_ygcont, & 416 nice_cont, iwc_cont, rvol_cont, tau_cont, & 413 417 flight_dist, flight_fuel, qice_cont, & 414 418 dcfc_ini, dqic_ini, dqtc_ini, dnic_ini, & … … 417 421 dcfc_sed, dqic_sed, dqtc_sed, dnic_sed, & 418 422 dcfc_auto, dqic_auto, dqtc_auto, dnic_auto, & 419 cldfra_ nocont, cldtau_nocont, cldemi_nocont, cldh_nocont, &420 contcov, conttau, contemi, fiwp_ nocont, fiwc_nocont, ref_ice_nocont, &423 cldfra_cont, cldtau_nocont, cldemi_nocont, cldh_nocont, & 424 contcov, conttau, contemi, fiwp_cont, fiwc_cont, ref_ice_cont, & 421 425 topsw_nocont, toplw_nocont, solsw_nocont, sollw_nocont, & 422 426 alp_bl_det, alp_bl_fluct_m, alp_bl_conv, & … … 2463 2467 CALL histwrite_phy(o_fsurv_contrails, fsurv_contrails) 2464 2468 CALL histwrite_phy(o_section_contrails, section_contrails) 2469 CALL histwrite_phy(o_nice_ygcont, nice_ygcont) 2470 CALL histwrite_phy(o_iwc_ygcont, iwc_ygcont) 2471 CALL histwrite_phy(o_rvol_ygcont, rvol_ygcont) 2472 CALL histwrite_phy(o_tau_ygcont, tau_ygcont) 2473 CALL histwrite_phy(o_nice_cont, nice_cont) 2474 CALL histwrite_phy(o_iwc_cont, iwc_cont) 2475 CALL histwrite_phy(o_rvol_cont, rvol_cont) 2476 CALL histwrite_phy(o_tau_cont, tau_cont) 2465 2477 CALL histwrite_phy(o_qice_cont, qice_cont) 2466 2478 CALL histwrite_phy(o_dcfcini, dcfc_ini) … … 2485 2497 CALL histwrite_phy(o_dqtcauto, dqtc_auto) 2486 2498 CALL histwrite_phy(o_dnicauto, dnic_auto) 2487 CALL histwrite_phy(o_cldfra_ nocont, cldfra_nocont)2499 CALL histwrite_phy(o_cldfra_cont, cldfra_cont) 2488 2500 CALL histwrite_phy(o_cldtau_nocont, cldtau_nocont) 2489 2501 CALL histwrite_phy(o_cldemi_nocont, cldemi_nocont) … … 2492 2504 CALL histwrite_phy(o_conttau, conttau) 2493 2505 CALL histwrite_phy(o_contemi, contemi) 2494 CALL histwrite_phy(o_iwp_ nocont, fiwp_nocont)2495 CALL histwrite_phy(o_iwc _nocont, fiwc_nocont)2496 CALL histwrite_phy(o_ref_ice_ nocont, ref_ice_nocont)2506 CALL histwrite_phy(o_iwp_cont, fiwp_cont) 2507 CALL histwrite_phy(o_iwcon_cont, fiwc_cont) 2508 CALL histwrite_phy(o_ref_ice_cont, ref_ice_cont) 2497 2509 IF (ok_rad_contrail) THEN 2498 2510 IF (vars_defined) zx_tmp_fi2d = topsw_nocont * swradcorr
Note: See TracChangeset
for help on using the changeset viewer.