Changeset 1038 for trunk/LMDZ.MARS/libf/phymars/initracer.F
- Timestamp:
- Sep 13, 2013, 4:01:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/initracer.F
r1036 r1038 1 1 SUBROUTINE initracer(ngrid,nq,qsurf,co2ice) 2 2 3 #ifndef MESOSCALE 3 4 use infotrac, only: tnom 5 #endif 4 6 use tracer_mod 5 7 IMPLICIT NONE … … 61 63 62 64 ! Initialization: allocate arrays in tracer_mod 63 allocate(noms(nq))64 65 allocate(mmol(nq)) 65 66 allocate(radius(nq)) … … 70 71 allocate(igcm_dustbin(nq)) 71 72 73 #ifndef MESOSCALE 74 allocate(noms(nq)) 72 75 ! Initialization: get tracer names from the dynamics and check if we are 73 76 ! using 'old' tracer convention ('q01',q02',...) … … 94 97 noms(iq)=tnom(iq) 95 98 enddo 99 #endif 96 100 97 101 c------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.