source:
trunk/LMDZ.GENERIC/libf/dyn3d/advtrac.h
@
1153
Last change on this file since 1153 was 135, checked in by , 14 years ago | |
---|---|
File size: 271 bytes |
Rev | Line | |
---|---|---|
[135] | 1 | ! |
2 | ! Tracers in the dynamics (E.M, oct.2008) | |
3 | ! | |
4 | COMMON/advtr/iadv,tnom | |
5 | INTEGER :: iadv(nqmx) ! tracer advection scheme number | |
6 | CHARACTER (len=20) :: tnom(nqmx) ! tracer name | |
7 | ! NB: tnom length should be compatible with noms() in physics ... |
Note: See TracBrowser
for help on using the repository browser.