Ignore:
Timestamp:
Dec 13, 2017, 2:16:38 PM (6 years ago)
Author:
oboucher
Message:

Compute z_tropopause for diagnostic purpose from geoid rather than from the surface as per CF convention

File:
1 edited

Legend:

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

    r3117 r3123  
    35373537       !
    35383538       !--WMO criterion to determine tropopause
    3539        CALL stratosphere_mask(missing_val, t_seri, pplay, latitude_deg)
     3539       CALL stratosphere_mask(missing_val, pphis, t_seri, pplay, latitude_deg)
    35403540       !
    35413541       !--STRAT AEROSOL
     
    35773577#ifdef CPP_StratAer
    35783578       !--compute stratospheric mask
    3579        CALL stratosphere_mask(missing_val, t_seri, pplay, latitude_deg)
     3579       CALL stratosphere_mask(missing_val, pphis, t_seri, pplay, latitude_deg)
    35803580       !--interactive strat aerosols
    35813581       CALL calcaerosolstrato_rrtm(pplay,t_seri,paprs,debut)
Note: See TracChangeset for help on using the changeset viewer.