- Timestamp:
- Jun 27, 2015, 8:11:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/dynlonlat_phylonlat/phylmd/iniphysiq.F90
r3835 r3838 3 3 4 4 5 SUBROUTINE iniphysiq(ii, jj, nbp, communicator, nlayer,punjours, pdayref,ptimestep,&5 SUBROUTINE iniphysiq(ii, jj, nbp, communicator, nlayer,punjours,ptimestep, & 6 6 rlatu,rlatv,rlonu,rlonv,aire,cu,cv, & 7 7 prad,pg,pr,pcpp,iflag_phys) … … 59 59 REAL, INTENT (IN) :: cu((ii+1)*(jj+1)) ! cu coeff. (u_covariant = cu * u) 60 60 REAL, INTENT (IN) :: cv((ii+1)*jj) ! cv coeff. (v_covariant = cv * v) 61 INTEGER, INTENT (IN) :: pdayref ! reference day of for the simulation62 61 REAL, INTENT (IN) :: ptimestep !physics time step (s) 63 62 INTEGER, INTENT (IN) :: iflag_phys ! type of physics to be called
Note: See TracChangeset
for help on using the changeset viewer.
