Ignore:
Timestamp:
Sep 11, 2013, 2:34:44 PM (11 years ago)
Author:
emillour
Message:

Mars GCM: (a first step towards using parallel dynamics)

  • IMPORTANT CHANGE: Implemented dynamic tracers. It is no longer necessary to compile the model with the '-t #' option, number of tracers is simply read from tracer.def file (as before). Adapted makegcm_* scripts (and co.) accordingly. Technical aspects of the switch to dynamic tracers are:
    • advtrac.h (in dyn3d) removed and replaced by module infotrac.F
    • tracer.h (in phymars) removed and replaced by module tracer_mod.F90 (which contains nqmx, the number of tracers, etc. and can be used anywhere in the physics).
  • Included some side cleanups: removed unused files (in dyn3d) anldoppler2.F, anl_mcdstats.F and anl_stats-diag.F, and all the unecessary dimensions.* files in grid/dimension.
  • Checked that changes are clean and that GCM yields identical results (in debug mode) to previous svn version.

EM

File:
1 edited

Legend:

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

    r690 r1036  
    22     &                   zzlay,pdteuv,pdtconduc,pdqdiff)
    33
    4 
     4      use tracer_mod, only: nqmx, igcm_co2, igcm_co, igcm_o, igcm_o1d,
     5     &                      igcm_o2, igcm_o3, igcm_h, igcm_h2, igcm_oh,
     6     &                      igcm_ho2, igcm_h2o2, igcm_n2, igcm_ar,
     7     &                      igcm_h2o_vap, mmol
    58      implicit none
    69
     
    1114#include "comdiurn.h"
    1215#include "chimiedata.h"
    13 #include "tracer.h"
     16!#include "tracer.h"
    1417#include "conc.h"
    1518
Note: See TracChangeset for help on using the changeset viewer.