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/README

    r1035 r1036  
    18931893- Checked: exact same results than before modifications
    18941894
    1895 == 09/11/2013 == EM
     1895== 11/09/2013 == EM
    18961896- Bug fix in vdifc.F: in some cases, some elements of pdqsdif() were not given
    18971897  any value. In all cases, it is safer to start with clean initialization of
     
    18991899- Bug fix in concentration.F: error in cpi() and aki() indexes led to
    19001900  wrong computation of atmospheric conductivity and specific heat.
     1901
     1902== 11/09/2013 == EM
     1903- IMPORTANT CHANGE: Implemented dynamic tracers. It is no longer necessary to
     1904  compile the model with the '-t #' option, number of tracers is simply read
     1905  from tracer.def file (as before).
     1906  Adapted makegcm_* scripts (and co.) accordingly.
     1907  Technical aspects of the switch to dynamic tracers are:
     1908  - advtrac.h (in dyn3d) removed and replaced by module infotrac.F
     1909  - tracer.h (in phymars) removed and replaced by module tracer_mod.F90 (which
     1910    contains nqmx, the number of tracers, etc. and can be used anywhere in the
     1911    physics).
     1912- Included some side cleanups: removed unused files (in dyn3d) anldoppler2.F,
     1913  anl_mcdstats.F and anl_stats-diag.F, and all the unecessary dimensions.*
     1914  files in grid/dimension.
     1915- Checked that changes are clean and that GCM yields identical results (in
     1916  debug mode) to previous svn version.
Note: See TracChangeset for help on using the changeset viewer.