Ignore:
Timestamp:
Dec 20, 2013, 10:04:40 AM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r1909:1920 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

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

    r1910 r1921  
    493493  REAL un_jour
    494494  PARAMETER(un_jour=86400.)
     495  INTEGER itapm1 !pas de temps de la physique du(es) mois precedents
     496  SAVE itapm1    !mis a jour le dernier pas de temps du mois en cours
     497  !$OMP THREADPRIVATE(itapm1)
    495498  !======================================================================
    496499  !
     
    12541257     !$OMP BARRIER
    12551258
     1259    freq_outNMC(1) = ecrit_files(7)
     1260    freq_outNMC(2) = ecrit_files(8)
     1261    freq_outNMC(3) = ecrit_files(9)
     1262    WRITE(lunout,*)'OK freq_outNMC(1)=',freq_outNMC(1)
     1263    WRITE(lunout,*)'OK freq_outNMC(2)=',freq_outNMC(2)
     1264    WRITE(lunout,*)'OK freq_outNMC(3)=',freq_outNMC(3)
    12561265
    12571266     include "ini_histday_seri.h"
     
    17301739          zxtsol,    zxfluxlat, zt2m,    qsat2m,  &
    17311740          d_t_vdf,   d_q_vdf,   d_u_vdf, d_v_vdf, d_t_diss, &
    1732           coefh,     coefm,     slab_wfbils,                 &
     1741          coefh(1:klon,1:klev,1:nbsrf+1),     coefm(1:klon,1:klev,1:nbsrf+1), &
     1742          slab_wfbils,                 &
    17331743          qsol,      zq2m,      s_pblh,  s_lcl, &
    17341744          s_capCL,   s_oliqCL,  s_cteiCL,s_pblT, &
     
    28092819          paprs, &
    28102820          pplay, &
    2811           coefh(:,:,is_ave), &
     2821          coefh(1:klon,1:klev,is_ave), &
    28122822          pphi, &
    28132823          t_seri, &
     
    33403350       paprs,    pplay,     pmfu,     pmfd, &
    33413351       pen_u,    pde_u,     pen_d,    pde_d, &
    3342        cdragh,   coefh(:,:,is_ave),   fm_therm, entr_therm, &
     3352       cdragh,   coefh(1:klon,1:klev,is_ave),   fm_therm, entr_therm, &
    33433353       u1,       v1,        ftsol,    pctsrf, &
    33443354       zustar,   zu10m,     zv10m, &
     
    33683378          t,pmfu, pmfd, pen_u, pde_u, pen_d, pde_d, &
    33693379          fm_therm,entr_therm, &
    3370           cdragh,coefh(:,:,is_ave),u1,v1,ftsol,pctsrf, &
     3380          cdragh,coefh(1:klon,1:klev,is_ave),u1,v1,ftsol,pctsrf, &
    33713381          frac_impa, frac_nucl, &
    33723382          pphis,airephy,dtime,itap, &
     
    34313441  !   SORTIES
    34323442  !=======================================================================
    3433 
     3443  !
     3444  !IM initialisation + calculs divers diag AMIP2
     3445  !
     3446  include "calcul_divers.h"
     3447  !
    34343448  !IM Interpolation sur les niveaux de pression du NMC
    34353449  !   -------------------------------------------------
     
    34483462     ENDDO
    34493463  ENDDO
    3450   !
    3451   !IM initialisation + calculs divers diag AMIP2
    3452   !
    3453   include "calcul_divers.h"
    34543464  !
    34553465  IF (type_trac == 'inca') THEN
     
    36493659       pplay, lmax_th, aerosol_couple,                 &
    36503660       ok_ade, ok_aie, ivap, new_aod, ok_sync,         &
    3651        ptconv, read_climoz, clevSTD, freq_moyNMC,      &
     3661       ptconv, read_climoz, clevSTD,                   &
    36523662       ptconvth, d_t, qx, d_qx, zmasse,                &
    36533663       flag_aerosol_strat)
Note: See TracChangeset for help on using the changeset viewer.