Changeset 183 in lmdz_wrf for trunk/WRFV3/lmdz/calcul_fluxs_mod.F90


Ignore:
Timestamp:
Oct 14, 2014, 7:40:28 PM (10 years ago)
Author:
lfita
Message:

Removing check pritings
Removing nullification of MixingRatioValues?(:,:,2) = 0 and MixingTendRatioValues?(:,:,2)
NO plul related to te absence of oliq at the initial conditions. If one introduce fake ones it works!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WRFV3/lmdz/calcul_fluxs_mod.F90

    r1 r183  
    9696    INTEGER                                              :: lpt
    9797    lpt = 550
    98 
    99     IF (nisurf == 3) THEN
    100       PRINT *,'  Lluis in calcul_fluxs________________________'
    101       PRINT *,'    knon: ',knon,' nisurf:' , nisurf, ' dtime: ',dtime
    102       PRINT *,'    tsurf: ',tsurf(lpt),' p1lay: ', p1lay(lpt),' cal: ',cal(lpt),' beta: ', beta(lpt)
    103       PRINT *,'    coef1lay: ', coef1lay(lpt),' ps: ', ps(lpt)
    104       PRINT *,'    p_rain: ',precip_rain(lpt),' p_snow: ', precip_snow(lpt),' snow: ', snow(lpt)
    105       PRINT *,'    qsurf: ', qsurf(lpt)
    106       PRINT *,'    radsol: ',radsol(lpt),' dif_grnd: ', dif_grnd(lpt),' t1lay: ', t1lay(lpt)
    107       PRINT *,'    q1lay: ', q1lay(lpt),' u1lay: ', u1lay(lpt),' v1lay: ', v1lay(lpt)
    108       PRINT *,'    ptAcoef: ', petAcoef(lpt),' peqAcoef: ', peqAcoef(lpt)
    109       PRINT *,'    pteBcoef: ', petBcoef(lpt),' peqBcoef: ', peqBcoef(lpt)
    110       PRINT *,'    tsurf_new: ', tsurf_new(lpt), ' evap: ',evap(lpt),' fluxlat: ',fluxlat(lpt)
    111       PRINT *,'    fluxsens: ', fluxsens(lpt),' dflux_s: ', dflux_s(lpt),' dflux_l: ', dflux_l(lpt)
    112     END IF
    11398
    11499    IF (check) WRITE(*,*)'Entree ', modname,' surface = ',nisurf
Note: See TracChangeset for help on using the changeset viewer.