- Timestamp:
- Jul 22, 2024, 9:29:09 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/stratosphere_mask.F90
r5082 r5099 1 ! 1 2 2 ! $Id$ 3 ! 3 4 4 SUBROUTINE stratosphere_mask(missing_val, pphis, t_seri, pplay, xlat) 5 5 6 6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 7 ! 7 8 8 ! determination of tropopause height and temperature from gridded temperature data 9 ! 9 10 10 ! reference: Reichler, T., M. Dameris, and R. Sausen (GRL, 10.1029/2003GL018240, 2003) 11 11 ! modified: 6/28/06 tjr … … 13 13 ! committed to LMDz by O. Boucher (2016) with a mistake 14 14 ! mistake corrected by O. Boucher (2017-12-11) 15 ! 15 16 16 ! input: temp(nlon,nlat,nlev) 3D-temperature field 17 17 ! ps(nlon,nlat) 2D-surface pressure field … … 23 23 ! pliml lower limit for tropopause pressure 24 24 ! gamma tropopause criterion, e.g. -0.002 K/m 25 ! 25 26 26 ! output: p_tropopause(klon) tropopause pressure in Pa with missing values 27 27 ! t_tropopause(klon) tropopause temperature in K with missing values … … 29 29 ! stratomask stratospheric mask withtout missing values 30 30 ! ifil # of undetermined values 31 ! 31 32 32 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 33 33 … … 83 83 ENDIF 84 84 ENDDO 85 ! 85 86 86 ENDIF 87 ! 87 88 88 DO i=1, klon 89 89 DO k=1, klev
Note: See TracChangeset
for help on using the changeset viewer.