Ignore:
Timestamp:
Jul 18, 2017, 2:21:01 PM (7 years ago)
Author:
jbmadeleine
Message:

Added new outputs to cloudth_vert (level 10):
s_th, Thermal plume saturation deficit, kg/kg
s_env, Environment saturation deficit, kg/kg
sigma_th, Thermal plume gauss variance, kg/kg
sigma_env, Environment gauss variance, kg/kg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r2952 r2958  
    141141         o_duthe, o_dvthe, o_ftime_th, &
    142142         o_f_th, o_e_th, o_w_th, o_q_th, &
    143          o_a_th, o_d_th, o_f0_th, o_zmax_th, &
     143         o_a_th, o_cloudth_sth, o_cloudth_senv, &
     144         o_cloudth_sigmath, o_cloudth_sigmaenv, &
     145         o_d_th, o_f0_th, o_zmax_th, &
    144146         o_dqthe, o_dqthe2d, o_dtajs, o_dqajs, o_dqajs2d, o_dtswr, &
    145147         o_dtsw0, o_dtlwr, o_dtlw0, o_dtec, &
     
    306308         zustr_gwd_front, zvstr_gwd_front,     &
    307309         sens_prec_liq_o, sens_prec_sol_o, lat_prec_liq_o, lat_prec_sol_o, &
     310         cloudth_sth,cloudth_senv,cloudth_sigmath,cloudth_sigmaenv, &
    308311! Marine
    309312         map_prop_hc, map_prop_hist, &
     
    15701573          CALL histwrite_phy(o_q_th, zqasc)
    15711574          CALL histwrite_phy(o_a_th, fraca)
     1575          CALL histwrite_phy(o_cloudth_sth, cloudth_sth)
     1576          CALL histwrite_phy(o_cloudth_senv, cloudth_senv)
     1577          CALL histwrite_phy(o_cloudth_sigmath, cloudth_sigmath)
     1578          CALL histwrite_phy(o_cloudth_sigmaenv, cloudth_sigmaenv)
    15721579          CALL histwrite_phy(o_d_th, detr_therm)
    15731580          CALL histwrite_phy(o_f0_th, f0)
Note: See TracChangeset for help on using the changeset viewer.