Changeset 7 in lmdz_wrf for WRFV3/lmdz/surf_land_bucket_mod.F90
- Timestamp:
- Jul 18, 2014, 11:23:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WRFV3/lmdz/surf_land_bucket_mod.F90
r1 r7 108 108 !! z0_new = 0.4 109 109 !! alb_lim = 0.7 110 PRINT *,'Lluis on surf_land_bucket_mod lpt= ', lpt,' z0_limit: ',z0_limit(lpt)111 PRINT *,'Lluis on surf_land_bucket_mod lpt= ', lpt,' alb_limit: ',alb_limit(lpt)112 110 113 111 z0_new(1:knon) = z0_limit(knindex(1:knon)) … … 128 126 129 127 ! calculate temperature, heat capacity and conduction flux in soil 130 PRINT *,' Lluis before soil tsurf: ', tsurf(lpt),' cal: ',cal(lpt)131 128 IF (soil_model) THEN 132 129 CALL soil(dtime, is_ter, knon, snow, tsurf, tsoil, soilcap, soilflux) … … 141 138 ENDIF 142 139 ENDIF 143 PRINT *,' Lluis after soil tsurf: ', tsurf(lpt),' cal: ',cal(lpt)144 140 145 141 ! Suppose zero surface speed … … 149 145 v1_lay(:) = v1(:) - v0(:) 150 146 151 PRINT *,' Lluis before calcul_fluxs tsurf: ', tsurf(lpt),' qsurf: ',qsurf(lpt)152 147 CALL calcul_fluxs(knon, is_ter, dtime, & 153 148 tsurf, p1lay, cal, beta, tq_cdrag, pref, & … … 156 151 petAcoef, peqAcoef, petBcoef, peqBcoef, & 157 152 tsurf_new, evap, fluxlat, fluxsens, dflux_s, dflux_l) 158 PRINT *,' Lluis after calcul_fluxs tsurf: ', tsurf(lpt),' qsurf: ',qsurf(lpt)159 153 160 154 ! 161 155 !* Calculate snow height, run_off, age of snow 162 156 ! 163 PRINT *,' Lluis in surf_land_bucket_mod ffonte_global: ',ALLOCATED(ffonte_global)164 PRINT *,' fqfonte_global: ',ALLOCATED(fqfonte_global)165 PRINT *,' fqcalving_global: ',ALLOCATED(fqcalving_global)166 157 167 158 CALL fonte_neige( knon, is_ter, knindex, dtime, &
Note: See TracChangeset
for help on using the changeset viewer.