Ignore:
Timestamp:
Dec 15, 2011, 4:22:43 PM (13 years ago)
Author:
emillour
Message:

Mars GCM: minor correction in aeronomars/calchim.F and aeronomars/surfacearea.F : calls to wstats should always be embeded in if (callstats) condition.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/calchim.F

    r459 r476  
    493493            call writediagfi(ngridmx,'jo3','j o3->o1d',
    494494     $                       's-1',3,jo3_3d(1,1))
     495           if (callstats) then
    495496            call wstats(ngridmx,'jo3','j o3->o1d',
    496497     $                       's-1',3,jo3_3d(1,1))
     498           endif
    497499         end if ! of if (ngridmx.gt.1)
    498500      endif ! of if (output)
Note: See TracChangeset for help on using the changeset viewer.