Ignore:
Timestamp:
Sep 17, 2025, 10:23:08 AM (2 months ago)
Author:
musat
Message:

Ajout iflag_tropo pour choisir le calcul de la tropopause
pour l'ozone:
iflag_tropo=0 : tropopause "dynamique"=> valeur par defaut pour

retrocompatibilite

iflag_tropo=1 : tropopause "lapse-rate" comme pour les aerosols

stratospheriques ==> valeur recommandee

Ionela Musat

File:
1 edited

Legend:

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

    r5807 r5813  
    231231! Tropopause
    232232         o_alt_tropo, &
    233          o_p_tropopause, o_z_tropopause, o_t_tropopause,  &
     233         o_dyntropo, o_p_tropopause, o_z_tropopause, o_t_tropopause,  &
    234234         o_col_O3_strato, o_col_O3_tropo,                 &
    235235!-- LSCP - condensation and ice supersaturation variables
     
    447447#endif
    448448         ep, epmax_diag, &  ! epmax_cape
    449          p_tropopause, t_tropopause, z_tropopause, &
     449         dyntropo, p_tropopause, t_tropopause, z_tropopause, &
    450450         zxfluxt,zxfluxq, &
    451451! offline
     
    20802080       ENDIF
    20812081
     2082       CALL histwrite_phy(o_dyntropo, dyntropo)
    20822083       CALL histwrite_phy(o_p_tropopause, p_tropopause)
    20832084       CALL histwrite_phy(o_t_tropopause, t_tropopause)
Note: See TracChangeset for help on using the changeset viewer.