Changeset 5491 for LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
- Timestamp:
- Jan 19, 2025, 6:48:10 PM (5 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
r5486 r5491 107 107 o_alp_bl_fluct_m, o_alp_bl_fluct_tke, & 108 108 o_alp_bl_conv, o_alp_bl_stat, & 109 o_coef_clos, o_coef_clos_eff, & 109 110 o_slab_qflux, o_tslab, o_slab_bils, & 110 111 o_slab_bilg, o_slab_sic, o_slab_tice, & … … 343 344 wake_h, & 344 345 wake_omg, d_t_wake, d_q_wake, Vprecip, qtaa, Clw, & 346 coef_clos, coef_clos_eff, & 345 347 wdtrainA, wdtrainS, wdtrainM, n2, s2, strig, zcong, zlcl_th, proba_notrig, & 346 348 random_notrig, & … … 1451 1453 CALL histwrite_phy(o_cape_max, cape) 1452 1454 1455 CALL histwrite_phy(o_coef_clos, coef_clos) 1456 CALL histwrite_phy(o_coef_clos_eff, coef_clos_eff) 1453 1457 CALL histwrite_phy(o_upwd, upwd) 1454 1458 CALL histwrite_phy(o_Ma, Ma)
Note: See TracChangeset
for help on using the changeset viewer.