Changeset 7 in lmdz_wrf for WRFV3/lmdz/surf_land_bucket_mod.F90


Ignore:
Timestamp:
Jul 18, 2014, 11:23:50 AM (10 years ago)
Author:
lfita
Message:

Removing checking prints from the development process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WRFV3/lmdz/surf_land_bucket_mod.F90

    r1 r7  
    108108!!    z0_new = 0.4
    109109!!    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)
    112110   
    113111    z0_new(1:knon) = z0_limit(knindex(1:knon))
     
    128126       
    129127! calculate temperature, heat capacity and conduction flux in soil
    130     PRINT *,'  Lluis before soil tsurf: ', tsurf(lpt),' cal: ',cal(lpt)
    131128    IF (soil_model) THEN
    132129       CALL soil(dtime, is_ter, knon, snow, tsurf, tsoil, soilcap, soilflux)
     
    141138       ENDIF
    142139    ENDIF
    143     PRINT *,'  Lluis after soil tsurf: ', tsurf(lpt),' cal: ',cal(lpt)
    144140   
    145141! Suppose zero surface speed
     
    149145    v1_lay(:) = v1(:) - v0(:)
    150146
    151     PRINT *,'  Lluis before calcul_fluxs tsurf: ', tsurf(lpt),' qsurf: ',qsurf(lpt)
    152147    CALL calcul_fluxs(knon, is_ter, dtime, &
    153148         tsurf, p1lay, cal, beta, tq_cdrag, pref, &
     
    156151         petAcoef, peqAcoef, petBcoef, peqBcoef, &
    157152         tsurf_new, evap, fluxlat, fluxsens, dflux_s, dflux_l)
    158     PRINT *,'  Lluis after calcul_fluxs tsurf: ', tsurf(lpt),' qsurf: ',qsurf(lpt)
    159153   
    160154!
    161155!* Calculate snow height, run_off, age of snow
    162156!     
    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)
    166157
    167158    CALL fonte_neige( knon, is_ter, knindex, dtime, &
Note: See TracChangeset for help on using the changeset viewer.