Ignore:
Timestamp:
Mar 30, 2016, 8:24:43 AM (9 years ago)
Author:
emillour
Message:

All GCMs:
More on enforcing dynamics/physics separation: get rid of references to "control_mod" from physics packages.
EM

File:
1 edited

Legend:

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

    r1524 r1525  
    1414                               klon_omp_end, & ! end index of local omp subgrid
    1515                               klon_mpi_begin ! start indes of columns (on local mpi grid)
    16 
     16use control_mod, only: nday
    1717use comgeomphy, only : initcomgeomphy, &
    1818                       airephy, & ! physics grid area (m2)
     
    176176! copy some fundamental parameters to physics
    177177! and do some initializations
    178 call inifis(klon_omp,nlayer,nqtot,pdayref,punjours,ptimestep, &
     178call inifis(klon_omp,nlayer,nqtot,pdayref,punjours,nday,ptimestep, &
    179179            rlatd,rlond,airephy,prad,pg,pr,pcpp)
    180180
Note: See TracChangeset for help on using the changeset viewer.