Ignore:
Timestamp:
Jan 21, 2022, 3:50:54 PM (2 years ago)
Author:
oboucher
Message:

Audran Borella's parametrisation for ice supersaturation
activated with flag_ice_sursat (FALSE by default)

File:
1 edited

Legend:

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

    r4056 r4059  
    209209         o_p_tropopause, o_z_tropopause, o_t_tropopause,  &
    210210         o_col_O3_strato, o_col_O3_tropo,                 &
     211!--aviation & supersaturation
     212         o_oclr, o_ocld, o_oss, o_ovc, o_rnebss, o_rnebclr, o_rnebseri, o_gammass, &
     213         o_N1_ss, o_N2_ss, o_qsatl, o_qsats, &
     214         o_drnebsub, o_drnebcon, o_drnebtur, o_drnebavi, o_flight_m, o_flight_h2o, &
     215         o_Tcontr, o_qcontr, o_qcontr2, o_fcontrN, o_fcontrP, &
    211216!--interactive CO2
    212217         o_flx_co2_ocean, o_flx_co2_ocean_cor, &
     
    230235         o_vsed_aer, o_tau_strat_1020, o_ext_strat_1020, o_f_r_wet
    231236#endif
     237
     238    USE ice_sursat_mod, ONLY: flight_m, flight_h2o
    232239   
    233240    USE phys_output_ctrlout_mod, ONLY: o_heat_volc, o_cool_volc !NL
     
    280287         cldq, flwp, fiwp, ue, ve, uq, vq, &
    281288         uwat, vwat, &
     289         rneb_seri, d_rneb_dyn, &
    282290         plcl, plfc, wbeff, convoccur, upwd, dnwd, dnwd0, prw, prlw, prsw, &
    283291         s_pblh, s_pblt, s_lcl, s_therm, uwriteSTD, &
     
    293301         wdtrainA, wdtrainS, wdtrainM, n2, s2, proba_notrig, &
    294302         random_notrig, &
     303         qclr, qcld, qss, qvc, rnebclr, rnebss, gamma_ss, &
     304         N1_ss, N2_ss, zqsatl, zqsats, &
     305         Tcontr, qcontr, qcontr2, fcontrN, fcontrP, &
     306         drneb_sub, drneb_con, drneb_tur, drneb_avi, &
    295307         alp_bl_det, alp_bl_fluct_m, alp_bl_conv, &
    296308         alp_bl_stat, alp_bl_fluct_tke, slab_wfbils, &
     
    18131825       ENDIF
    18141826
     1827!--aviation & supersaturation
     1828       CALL histwrite_phy(o_oclr, qclr)
     1829       CALL histwrite_phy(o_ocld, qcld)
     1830       CALL histwrite_phy(o_oss, qss)
     1831       CALL histwrite_phy(o_ovc, qvc)
     1832       CALL histwrite_phy(o_rnebclr, rnebclr)
     1833       CALL histwrite_phy(o_rnebss, rnebss)
     1834       CALL histwrite_phy(o_rnebseri, rneb_seri)
     1835       CALL histwrite_phy(o_gammass, gamma_ss)
     1836       CALL histwrite_phy(o_N1_ss, N1_ss)
     1837       CALL histwrite_phy(o_N2_ss, N2_ss)
     1838       CALL histwrite_phy(o_drnebsub, drneb_sub)
     1839       CALL histwrite_phy(o_drnebcon, drneb_con)
     1840       CALL histwrite_phy(o_drnebtur, drneb_tur)
     1841       CALL histwrite_phy(o_drnebavi, drneb_avi)
     1842       CALL histwrite_phy(o_qsatl, zqsatl)
     1843       CALL histwrite_phy(o_qsats, zqsats)
     1844       CALL histwrite_phy(o_flight_m, flight_m)
     1845       CALL histwrite_phy(o_flight_h2o, flight_h2o)
     1846       CALL histwrite_phy(o_Tcontr, Tcontr)
     1847       CALL histwrite_phy(o_qcontr, qcontr)
     1848       CALL histwrite_phy(o_qcontr2, qcontr2)
     1849       CALL histwrite_phy(o_fcontrN, fcontrN)
     1850       CALL histwrite_phy(o_fcontrP, fcontrP)
    18151851       
    18161852       IF (vars_defined) zx_tmp_fi3d = wo(:, :, 1) * dobson_u * 1e3 / zmasse / rmo3 * rmd
Note: See TracChangeset for help on using the changeset viewer.