Changeset 183 in lmdz_wrf for trunk/WRFV3/lmdz/ocean_forced_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/ocean_forced_mod.F90

    r1 r183  
    100100    END DO
    101101
    102     PRINT *,'   Lluis pt tsurf_limit_check tsurf_lim_____'
    103     DO i=-10,10
    104       PRINT *,lp+i,tsurf_limit(lp+i),tsurf_lim(lpt+i)
    105     END DO
    106 
    107     PRINT *,'Lluis in ocean_surface_mod lp= ',lp,' tsurf_limit: ',tsurf_limit(lp),   &
    108       ' lpt: ',lpt,' tsurf_lim: ',tsurf_lim(lpt),' knindex: ',knindex(lpt)
    109 
    110102!****************************************************************************************
    111103! 2)
     
    125117    v1_lay(:) = v1(:) - v0(:)
    126118
    127     PRINT *,'  Lluis before calcul_fluxs tsurf_lim:', tsurf_lim(lpt),                &
    128       ' tsurf_new: ', tsurf_new(lpt)
    129119! Calcul de tsurf_new, evap, fluxlat, fluxsens, dflux_s, dflux_l and qsurf
    130120    CALL calcul_fluxs(knon, is_oce, dtime, &
     
    134124         AcoefH, AcoefQ, BcoefH, BcoefQ, &
    135125         tsurf_new, evap, fluxlat, fluxsens, dflux_s, dflux_l)
    136     PRINT *,'  Lluis after calcul_fluxs tsurf_lim: ', tsurf_lim(lp),' tsurf_new: ',  &
    137       tsurf_new(lpt)
    138     PRINT *,'    Lluis i knindex tsurf_limit tsurf_lim tsurf_new ___________'
    139     DO i=1,knon
    140       PRINT *,i,knindex(i),tsurf_limit(knindex(i)),tsurf_lim(i),tsurf_new(i)
    141     END DO
    142126
    143127! - Flux calculation at first modele level for U and V
Note: See TracChangeset for help on using the changeset viewer.