Ignore:
Timestamp:
Jun 16, 2016, 10:47:42 AM (9 years ago)
Author:
acozic
Message:

for the VLR configuration add some modification from the trunk to fit with INCA version use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/LMDZ6_rc0/libf/dyn3d_common/infotrac.F90

    r2381 r2575  
    152152       endif
    153153    ELSE ! type_trac=inca
    154        ! nbtr has been read from INCA by init_const_lmdz() in gcm.F
     154#ifdef INCA
     155       CALL Init_chem_inca_trac(nbtr)
     156#endif       
    155157       nqtrue=nbtr+2
    156158    END IF
Note: See TracChangeset for help on using the changeset viewer.