Changeset 1984 for trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90
- Timestamp:
- Aug 2, 2018, 10:59:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90
r1916 r1984 193 193 integer,intent(in) :: nlayer ! Number of atmospheric layers. 194 194 integer,intent(in) :: nq ! Number of tracers. 195 character* 20,intent(in) :: nametrac(nq) ! Names of the tracers taken from dynamics.195 character*30,intent(in) :: nametrac(nq) ! Names of the tracers taken from dynamics. 196 196 197 197 logical,intent(in) :: firstcall ! Signals first call to physics.
Note: See TracChangeset
for help on using the changeset viewer.