Changeset 1327


Ignore:
Timestamp:
Aug 19, 2014, 1:18:13 AM (10 years ago)
Author:
jleconte
Message:

correct previous commit

Location:
trunk/LMDZ.GENERIC/libf/phystd
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/comsaison_h.F90

    r1326 r1327  
    99
    1010       real, allocatable, dimension(:) :: mu0,fract
     11!$OMP THREADPRIVATE(isaison,callsais,dist_star,declin,mu0,fract)
    1112
    1213       end module comsaison_h
  • trunk/LMDZ.GENERIC/libf/phystd/orbite.F

    r1326 r1327  
    11      subroutine orbite(pls,pdist_star,pdecli,pright_ascenc)
     2
     3      use planete_mod, only: p_elips, e_elips, timeperi, obliquit
    24      implicit none
    3 
    45!==================================================================
    56!     
     
    2425c   -------------
    2526
    26 #include "planete.h"
    2727#include "comcstfi.h"
    2828
  • trunk/LMDZ.GENERIC/libf/phystd/physiq.F90

    r1326 r1327  
    1717                           dryness, watercaptag
    1818      use comdiurn_h, only: coslat, sinlat, coslon, sinlon
    19       use comsaison_h, only: mu0, fract, dist_star, declin
     19      use comsaison_h, only: mu0, fract, dist_star, declin, right_ascen
    2020      use comsoil_h, only: nsoilmx, layer, mlayer, inertiedat
    2121      USE comgeomfi_h, only: long, lati, area, totarea, totarea_planet
     
    251251      real zdtdif(ngrid,nlayer)                       ! (K/s)
    252252      real zdvadj(ngrid,nlayer),zduadj(ngrid,nlayer)  ! (m.s-2)
    253       real zdvtid(ngrid,nlayer),zdutid(ngrid,nlayer)  ! (m.s-2)
    254253      real zdhadj(ngrid,nlayer)                           ! (K/s)
    255254      real zdtgw(ngrid,nlayer)                            ! (K/s)
Note: See TracChangeset for help on using the changeset viewer.