Changeset 46 in lmdz_wrf
- Timestamp:
- Jul 23, 2014, 4:04:25 PM (10 years ago)
- Location:
- branches/LMDZ_WRFmeas/WRFV3/lmdz
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LMDZ_WRFmeas/WRFV3/lmdz/diagphy_mod.F90
r45 r46 207 207 END IF 208 208 209 IF (d_etp_tot .NE. d_etp_tot .OR. ABS(d_etp_tot) > largest) THEN 210 PRINT *,TRIM(errmsg) 211 PRINT *,' ' // TRIM(fname) // ': Wrong d_etp_tot= ',d_etp_tot,' !!!' 212 PRINT *,' d_etp_tot: Heat flux equivalent to atmospheric enthalpy' // & 213 ' change (W/m2)' 214 PRINT *,' d_etp_tot = input value !' 215 STOP 216 END IF 217 209 218 IF (fq_bound .NE. fq_bound .OR. ABS(fq_bound) > 100000.) THEN 210 219 PRINT *,TRIM(errmsg) … … 232 241 CALL check_var(fname, varname, snow_fall, klon, largest, .FALSE.) 233 242 END IF 243 STOP 244 END IF 245 246 IF (d_qt_tot .NE. d_qt_tot .OR. ABS(d_qt_tot) > largest) THEN 247 PRINT *,TRIM(errmsg) 248 PRINT *,' ' // TRIM(fname) // ': Wrong d_qt_tot= ',d_qt_tot,' !!!' 249 PRINT *,' d_qt_tot: Mass flux equivalent to atmospheric watter mass' // & 250 ' change (kg/m2/s)' 251 PRINT *,' d_qt_tot = input value !' 234 252 STOP 235 253 END IF -
branches/LMDZ_WRFmeas/WRFV3/lmdz/pbl_surface_mod.F90
r45 r46 1040 1040 flux_v(i,k,nsrf) = y_flux_v(j,k) 1041 1041 1042 1042 IF (y_flux_t()) 1043 1043 ENDDO 1044 1044 ENDDO … … 1247 1247 zxfluxt(:,:) = 0.0 ; zxfluxq(:,:) = 0.0 1248 1248 zxfluxu(:,:) = 0.0 ; zxfluxv(:,:) = 0.0 1249 PRINT *,' Lluis checking in nsrf pbl_surface_mod zxfluxt flux t_t pctsrf 1 ___________'1249 PRINT *,' Lluis checking in nsrf pbl_surface_mod zxfluxt flux_t pctsrf 1 ___________' 1250 1250 DO nsrf = 1, nbsrf 1251 1251 DO k = 1, klev -
branches/LMDZ_WRFmeas/WRFV3/lmdz/physiq.F90
r45 r46 1962 1962 & , fs_bound, fq_bound ) 1963 1963 END IF 1964 PRINT *,' Lluis 1 d_h_vcol: ',d_h_vcol,' d_h_vcol_phy: ',d_h_vcol_phy 1964 1965 1965 1966 !c Diagnostiquer la tendance dynamique … … 2122 2123 !C 2123 2124 END IF 2124 2125 PRINT *,' Lluis 2 d_h_vcol: ',d_h_vcol,' d_h_vcol_phy: ',d_h_vcol_phy 2125 2126 !c 2126 2127 !c========================================================================= … … 2265 2266 2266 2267 ENDIF 2268 PRINT *,' Lluis 3 d_h_vcol: ',d_h_vcol,' d_h_vcol_phy: ',d_h_vcol_phy 2267 2269 !c =================================================================== c 2268 2270 !c Calcul de Qsat … … 2625 2627 END IF 2626 2628 !C 2629 PRINT *,' Lluis 4 d_h_vcol: ',d_h_vcol,' d_h_vcol_phy: ',d_h_vcol_phy 2627 2630 IF (check) THEN 2628 2631 za = qcheck(klon,klev,paprs,q_seri,ql_seri,airephy) … … 2737 2740 & , fs_bound, fq_bound ) 2738 2741 END IF 2739 2742 PRINT *,' Lluis 5 d_h_vcol: ',d_h_vcol,' d_h_vcol_phy: ',d_h_vcol_phy 2740 2743 !c print*,'apres callwake iflag_cldcon=', iflag_cldcon 2741 2744 !c … … 2962 2965 & , fs_bound, fq_bound ) 2963 2966 END IF 2964 2967 PRINT *,' Lluis 6 d_h_vcol: ',d_h_vcol,' d_h_vcol_phy: ',d_h_vcol_phy 2965 2968 2966 2969 !c------------------------------------------------------------------------- … … 3029 3032 & , fs_bound, fq_bound ) 3030 3033 END IF 3034 PRINT *,' Lluis 7 d_h_vcol: ',d_h_vcol,' d_h_vcol_phy: ',d_h_vcol_phy 3031 3035 if (mydebug) then 3032 3036 call writefield_phy('u_seri',u_seri,llm) … … 3261 3265 & , fs_bound, fq_bound ) 3262 3266 END IF 3267 PRINT *,' Lluis 8 d_h_vcol: ',d_h_vcol,' d_h_vcol_phy: ',d_h_vcol_phy 3263 3268 !c 3264 3269 !c Calculer l'humidite relative pour diagnostique … … 3633 3638 & , fs_bound, fq_bound ) 3634 3639 END IF 3640 PRINT *,' Lluis 9 d_h_vcol: ',d_h_vcol,' d_h_vcol_phy: ',d_h_vcol_phy 3635 3641 !c 3636 3642 !c … … 3807 3813 & , fs_bound, fq_bound ) 3808 3814 END IF 3815 PRINT *,' Lluis 10 d_h_vcol: ',d_h_vcol,' d_h_vcol_phy: ',d_h_vcol_phy 3809 3816 !c 3810 3817 !c … … 3952 3959 !C 3953 3960 END IF 3961 PRINT *,' Lluis 11 d_h_vcol: ',d_h_vcol,' d_h_vcol_phy: ',d_h_vcol_phy 3954 3962 PRINT *,'Lluis Reaching the SORTIES point' 3955 3963
Note: See TracChangeset
for help on using the changeset viewer.