Ignore:
Timestamp:
Nov 27, 2016, 1:26:02 PM (8 years ago)
Author:
aslmd
Message:

changed MESOSCALE precompiling flag to use tracer initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/tracer_mod.F90

    r1621 r1633  
    101101      ! set dimension and tracer names
    102102      nqmx=nq
    103 #ifndef MESOSCALE
    104103      allocate(noms(nq))
    105104      do iq=1,nq
     
    107106        write(*,*) "tracer_mod names : ", trim(noms(iq))
    108107      enddo
    109      
     108     
     109#ifndef MESOSCALE
    110110      ! check if tracers have 'old' names
    111111      count=0
Note: See TracChangeset for help on using the changeset viewer.