Changeset 2787 for LMDZ5/branches/testing/libf/phylmd/stratosphere_mask.F90
- Timestamp:
- Jan 30, 2017, 5:54:45 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2728,2730-2775,2777-2785
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/stratosphere_mask.F90
-
Property
svn:keywords
set to
Id
r2720 r2787 1 ! 2 ! $Id$ 3 ! 1 4 SUBROUTINE stratosphere_mask(t_seri, pplay, xlat) 2 5 … … 31 34 USE phys_local_var_mod, ONLY: p_tropopause 32 35 #endif 36 USE print_control_mod, ONLY: lunout, prt_level 33 37 34 38 IMPLICIT NONE … … 98 102 #endif 99 103 100 IF (ifil.gt.0 ) THEN101 print *,'Tropopause: number of undetermined values =', ifil104 IF (ifil.gt.0 .and. prt_level >5) THEN 105 write(lunout,*)'Tropopause: number of undetermined values =', ifil 102 106 ENDIF 103 107 -
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.