Ignore:
Timestamp:
Nov 23, 2012, 3:53:54 PM (12 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC. bug fix for start2archive (there was a problem because initracer was not called). also corrected iniadvtrac so that it could be compiled with -t 0. compiler was complaining about lines with iadv(nqmx). those lines are actually not necessary (this could be included in the loop above). added an if statement in iniadvtrac so that traceur.def does not even need to be here when the model is compiled with -t 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/dyn3d/start2archive.F

    r837 r850  
    137137! Load tracer names:
    138138      call iniadvtrac(nq,numvanle)
     139! Initialize global tracer indexes (stored in tracer.h)
     140! ... this has to be done before phyetat0
     141      call initracer(ngridmx,nqmx,tnom)
    139142
    140143      fichnom = 'start.nc'
Note: See TracChangeset for help on using the changeset viewer.