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/clesphys.h

    r3999 r4059  
    8585       LOGICAL :: ok_cosp,ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP
    8686       LOGICAL :: ok_airs
    87        INTEGER :: ip_ebil_phy, iflag_rrtm, iflag_ice_thermo, NSW, iflag_albedo
     87       INTEGER :: ip_ebil_phy, iflag_rrtm, iflag_ice_thermo, iflag_ice_sursat, NSW, iflag_albedo
    8888       LOGICAL :: ok_chlorophyll
    8989       LOGICAL :: ok_strato
     
    123123! THEN INTEGER AND LOGICALS
    124124     &     , top_height                                                 &
    125      &     , iflag_cycle_diurne, soil_model, new_oliq                         &
     125     &     , iflag_cycle_diurne, soil_model, new_oliq                   &
    126126     &     , ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad                &
    127127     &     , iflag_con, nbapp_cv, nbapp_wk                              &
     
    139139     &     , ok_lic_melt, ok_lic_cond, aer_type                         &
    140140     &     , iflag_rrtm, ok_strato,ok_hines, ok_qch4                    &
    141      &     , iflag_ice_thermo, ok_gwd_rando, NSW, iflag_albedo          &
     141     &     , iflag_ice_thermo, iflag_ice_sursat                         &
     142     &     , ok_gwd_rando, NSW, iflag_albedo                            &
    142143     &     , ok_chlorophyll,ok_conserv_q, adjust_tropopause             &
    143144     &     , ok_daily_climoz, ok_all_xml, ok_lwoff                      &
Note: See TracChangeset for help on using the changeset viewer.