Changeset 1036 for trunk/LMDZ.MARS/README
- Timestamp:
- Sep 11, 2013, 2:34:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r1035 r1036 1893 1893 - Checked: exact same results than before modifications 1894 1894 1895 == 09/11/2013 == EM1895 == 11/09/2013 == EM 1896 1896 - Bug fix in vdifc.F: in some cases, some elements of pdqsdif() were not given 1897 1897 any value. In all cases, it is safer to start with clean initialization of … … 1899 1899 - Bug fix in concentration.F: error in cpi() and aki() indexes led to 1900 1900 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.