Changeset 1692 for trunk/LMDZ.VENUS
- Timestamp:
- Apr 10, 2017, 12:18:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/dyn1d/rcm1d.F
r1691 r1692 15 15 USE mod_const_mpi, ONLY: comm_lmdz 16 16 USE physiq_mod, ONLY: physiq 17 USE logic_mod, ONLY: iflag_trac 17 18 IMPLICIT NONE 18 19 … … 119 120 c dans fichier traceur.def 120 121 call infotrac_init 122 if (nqtot.gt.1) iflag_trac=1 121 123 122 124 c Allocation de la tableau q : champs advectes
Note: See TracChangeset
for help on using the changeset viewer.