Changeset 2422 for LMDZ5/trunk/libf/phydev/physiq_mod.F90
- Timestamp:
- Jan 6, 2016, 12:37:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phydev/physiq_mod.F90
r2418 r2422 7 7 8 8 SUBROUTINE physiq (nlon,nlev, & 9 & debut,lafin, jD_cur, jH_cur,pdtphys, &9 & debut,lafin,pdtphys, & 10 10 & paprs,pplay,pphi,pphis,presnivs, & 11 11 & u,v,t,qx, & … … 35 35 integer,intent(in) :: nlon ! number of atmospheric colums 36 36 integer,intent(in) :: nlev ! number of vertical levels (should be =klev) 37 real,intent(in) :: jD_cur ! current day number (Julian day)38 real,intent(in) :: jH_cur ! current time of day (as fraction of day)39 37 logical,intent(in) :: debut ! signals first call to physics 40 38 logical,intent(in) :: lafin ! signals last call to physics
Note: See TracChangeset
for help on using the changeset viewer.