Changeset 2233 for LMDZ5/trunk
- Timestamp:
- Mar 13, 2015, 10:01:19 AM (10 years ago)
- Location:
- LMDZ5/trunk/libf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phydev/iniphysiq.F90
r2225 r2233 18 18 rlond, & ! longitudes 19 19 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 20 24 USE phyaqua_mod, ONLY: iniaqua 21 25 IMPLICIT NONE … … 42 46 REAL, INTENT (IN) :: cu((iim+1)*(jjm+1)) ! cu coeff. (u_covariant = cu * u) 43 47 REAL, INTENT (IN) :: cv((iim+1)*jjm) ! cv coeff. (v_covariant = cv * v) 48 INTEGER, INTENT (IN) :: pdayref ! reference day of for the simulation 44 49 REAL,INTENT(IN) :: ptimestep !physics time step (s) 45 50 INTEGER,INTENT(IN) :: iflag_phys ! type of physics to be called -
LMDZ5/trunk/libf/phymar/iniphysiq.F90
r2225 r2233 18 18 rlond, & ! longitudes 19 19 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 20 24 USE phyaqua_mod, ONLY: iniaqua 21 25 IMPLICIT NONE … … 42 46 REAL, INTENT (IN) :: cu((iim+1)*(jjm+1)) ! cu coeff. (u_covariant = cu * u) 43 47 REAL, INTENT (IN) :: cv((iim+1)*jjm) ! cv coeff. (v_covariant = cv * v) 48 INTEGER, INTENT (IN) :: pdayref ! reference day of for the simulation 44 49 REAL,INTENT(IN) :: ptimestep !physics time step (s) 45 50 INTEGER,INTENT(IN) :: iflag_phys ! type of physics to be called
Note: See TracChangeset
for help on using the changeset viewer.