Ignore:
Timestamp:
Mar 13, 2015, 10:01:19 AM (9 years ago)
Author:
Ehouarn Millour
Message:

Fix missing declarations for iniphysiq in "phydev" and "phymar".
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phydev/iniphysiq.F90

    r2225 r2233  
    1818                        rlond, & ! longitudes
    1919                        rlatd ! latitudes
     20  USE comcstphy, ONLY: rradius, & ! planet radius (m)
     21                       rr, & ! recuced gas constant: R/molar mass of atm
     22                       rg, & ! gravity
     23                       rcpp  ! specific heat of the atmosphere
    2024  USE phyaqua_mod, ONLY: iniaqua
    2125  IMPLICIT NONE
     
    4246  REAL, INTENT (IN) :: cu((iim+1)*(jjm+1)) ! cu coeff. (u_covariant = cu * u)
    4347  REAL, INTENT (IN) :: cv((iim+1)*jjm) ! cv coeff. (v_covariant = cv * v)
     48  INTEGER, INTENT (IN) :: pdayref ! reference day of for the simulation
    4449  REAL,INTENT(IN) :: ptimestep !physics time step (s)
    4550  INTEGER,INTENT(IN) :: iflag_phys ! type of physics to be called
Note: See TracChangeset for help on using the changeset viewer.