Changeset 2994 for LMDZ5


Ignore:
Timestamp:
Sep 25, 2017, 11:42:41 AM (7 years ago)
Author:
oboucher
Message:

Addition to previous commit.
Call of stratomask to diagnose tropopause level according to WMO definition
Previous commit aimed at diagnosing tropospheric and stratospheric O3 columns in DU.

File:
1 edited

Legend:

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

    r2992 r2994  
    34753475       ENDIF
    34763476       !
     3477       !--WMO criterion to determine tropopause
     3478       CALL stratosphere_mask(missing_val, t_seri, pplay, latitude_deg)
     3479       !
    34773480       !--STRAT AEROSOL
    34783481       !--updates tausum_aero,tau_aero,piz_aero,cg_aero
     
    34963499             CALL readaerosolstrato1_rrtm(debut)
    34973500            ELSEIF (flag_aerosol_strat.EQ.2) THEN
    3498              CALL stratosphere_mask(missing_val, t_seri, pplay, latitude_deg)
    34993501             CALL readaerosolstrato2_rrtm(debut)
    35003502            ELSE
Note: See TracChangeset for help on using the changeset viewer.