Ignore:
Timestamp:
Jan 28, 2016, 5:02:13 PM (8 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2396:2434 into testing branch

Location:
LMDZ5/branches/testing
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/dyn1d/iniphysiq_mod.F90

    r2408 r2435  
    1 link ../../dynlonlat_phylonlat/phylmd/iniphysiq_mod.F90
     1link ../../dynphy_lonlat/phylmd/iniphysiq_mod.F90
  • LMDZ5/branches/testing/libf/phylmd/dyn1d/lmdz1d.F90

    r2408 r2435  
    1515       falb_dir, falb_dif, &
    1616       ftsol, pbl_tke, pctsrf, radsol, rain_fall, snow_fall, ratqs, &
    17        rlat, rlon, rnebcon, rugoro, sig1, w01, solaire_etat0, sollw, sollwdown, &
     17       rnebcon, rugoro, sig1, w01, solaire_etat0, sollw, sollwdown, &
    1818       solsw, t_ancien, q_ancien, u_ancien, v_ancien, wake_cstar, wake_deltaq, &
    1919       wake_deltat, wake_delta_pbl_TKE, delta_tsurf, wake_fip, wake_pe, &
     
    3636   USE iniphysiq_mod, ONLY: iniphysiq
    3737   USE mod_const_mpi, ONLY: comm_lmdz
     38   USE physiq_mod, ONLY: physiq
    3839
    3940      implicit none
     
    219220      logical :: firstcall=.true.
    220221      logical :: lastcall=.false.
    221       real :: phis    = 0.0
    222       real :: dpsrf 
     222      real :: phis(1)    = 0.0
     223      real :: dpsrf(1)
    223224
    224225!---------------------------------------------------------------------
     
    242243      integer :: k,l,i,it=1,mxcalc
    243244      integer jcode
    244       integer jjmp1
    245       parameter (jjmp1=jjm+1-1/jjm)
    246       REAL dudyn(iim+1,jjmp1,llm)
    247245      INTEGER read_climoz
    248246!Al1
     
    559557      qsol = qsolinp
    560558      qsurf = fq_sat(tsurf,psurf/100.)
    561       rlat=xlat
    562       rlon=xlon
    563559      day1= day_ini
    564560      time=daytime-day
     
    655651      zcvfi=airefi
    656652!
    657       rlat_rad(1)=rlat(1)*rpi/180.
    658       rlon_rad(1)=rlon(1)*rpi/180.
     653      rlat_rad(1)=xlat*rpi/180.
     654      rlon_rad(1)=xlon*rpi/180.
    659655
    660656     ! Ehouarn: iniphysiq requires arrays related to (3D) dynamics grid,
     
    938934
    939935       call physiq(ngrid,llm, &
    940             firstcall,lastcall, day,time,timestep, &
     936            firstcall,lastcall,timestep, &
    941937            plev,play,phi,phis,presnivs, &
    942938            u,v, rot, temp,q,omega2, &
    943             du_phys,dv_phys,dt_phys,dq,dpsrf, &
    944             dudyn)
     939            du_phys,dv_phys,dt_phys,dq,dpsrf)
    945940        firstcall=.false.
    946941
  • LMDZ5/branches/testing/libf/phylmd/dyn1d/mod_interface_dyn_phys.F90

    r2408 r2435  
    1 link ../../dynlonlat_phylonlat/mod_interface_dyn_phys.F90
     1link ../../dynphy_lonlat/mod_interface_dyn_phys.F90
Note: See TracChangeset for help on using the changeset viewer.