Ignore:
Timestamp:
Jul 18, 2016, 9:41:10 PM (8 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2545:2589 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/physiq_mod.F90

    r2570 r2594  
    10771077       !RC
    10781078       ustar(:,:)=0.
    1079        u10m(:,:)=0.
    1080        v10m(:,:)=0.
     1079!       u10m(:,:)=0.
     1080!       v10m(:,:)=0.
    10811081       rain_con(:)=0.
    10821082       snow_con(:)=0.
     
    11651165
    11661166       CALL phyetat0 ("startphy.nc",clesphy0,tabcntr0)
     1167!jyg<
    11671168       IF (klon_glo==1) THEN
    1168           coefh=0. ; coefm=0. ; pbl_tke=0.
    1169           coefh(:,2,:)=1.e-2 ; coefm(:,2,:)=1.e-2 ; pbl_tke(:,2,:)=1.e-2
    1170           PRINT*,'FH WARNING : lignes a supprimer'
     1169          pbl_tke(:,:,is_ave) = 0.
     1170          DO nsrf=1,nbsrf
     1171            DO k = 1,klev+1
     1172                 pbl_tke(:,k,is_ave) = pbl_tke(:,k,is_ave) &
     1173                     +pctsrf(:,nsrf)*pbl_tke(:,k,nsrf)
     1174            ENDDO
     1175          ENDDO
     1176!>jyg
    11711177       ENDIF
    11721178       !IM begin
     
    14241430               klon, &
    14251431               nqtot, &
     1432               nqo, &
    14261433               pdtphys, &
    14271434               annee_ref, &
     
    22942301                    wake_pe, wake_fip,  &
    22952302                    Ale_bl, Ale_bl_trig, Alp_bl, &
    2296                     Ale, Alp )
     2303                    Ale, Alp , Ale_wake, Alp_wake)
    22972304!>jyg
    22982305!
     
    27762783!jyg<
    27772784!
    2778           CALL alpale_th( dtime, lmax_th, t_seri, &
     2785          CALL alpale_th( dtime, lmax_th, t_seri, cell_area,  &
    27792786                          cin, s2, n2,  &
    27802787                          ale_bl_trig, ale_bl_stat, ale_bl,  &
    2781                           alp_bl, alp_bl_stat )
     2788                          alp_bl, alp_bl_stat, &
     2789                          proba_notrig, random_notrig)
     2790
     2791          ! ------------------------------------------------------------------
     2792          ! Transport de la TKE par les panaches thermiques.
     2793          ! FH : 2010/02/01
     2794          !     if (iflag_pbl.eq.10) then
     2795          !     call thermcell_dtke(klon,klev,nbsrf,pdtphys,fm_therm,entr_therm,
     2796          !    s           rg,paprs,pbl_tke)
     2797          !     endif
     2798          ! -------------------------------------------------------------------
    27822799
    27832800          do i=1,klon
     
    39313948#endif
    39323949    ENDIF  !ok_cosp
     3950
     3951
     3952! Marine
     3953
     3954  IF (ok_airs) then
     3955
     3956  IF (itap.eq.1.or.MOD(itap,NINT(freq_airs/dtime)).EQ.0) THEN
     3957  write(*,*) 'je vais appeler simu_airs, ok_airs, freq_airs=', &
     3958     & ok_airs, freq_airs
     3959  call simu_airs(itap,rneb, t_seri, cldemi, fiwc, ref_ice, pphi, pplay, paprs,&
     3960     & map_prop_hc,map_prop_hist,&
     3961     & map_emis_hc,map_iwp_hc,map_deltaz_hc,map_pcld_hc,map_tcld_hc,&
     3962     & map_emis_Cb,map_pcld_Cb,map_tcld_Cb,&
     3963     & map_emis_ThCi,map_pcld_ThCi,map_tcld_ThCi,&
     3964     & map_emis_Anv,map_pcld_Anv,map_tcld_Anv,&
     3965     & map_emis_hist,map_iwp_hist,map_deltaz_hist,map_rad_hist,&
     3966     & map_ntot,map_hc,map_hist,&
     3967     & map_Cb,map_ThCi,map_Anv,&
     3968     & alt_tropo )
     3969  ENDIF
     3970
     3971  ENDIF  ! ok_airs
     3972
     3973
    39333974    ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    39343975    !AA
Note: See TracChangeset for help on using the changeset viewer.