Changeset 999 for trunk/LMDZ.MARS/README
- Timestamp:
- Jul 2, 2013, 9:40:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r954 r999 1850 1850 == 10/05/2013 == FGG 1851 1851 - bug correction in "extract" utility 1852 1853 == 02/07/2013 == TN 1854 >> Added the possibility to store multiple initial states in one start/startfi 1855 >> New option 'ecrithist' in run.def to write data in start/startfi every ecrithist 1856 dynamical timestep (default is to write it at the end of the GCM run). 1857 >> New option 'timestart' in run.def to initialize the GCM with the time timestart 1858 stored in start (default is last time). 1859 >> This new feature is (supposedly) totally RETROCOMPATIBLE. Changes are: 1860 - Time axis added in startfi 1861 - Time axis can be longer than one in start/startfi 1862 - Possibility to initialize the GCM with old start/startfi 1863 - Compatibility with start2diagfi, newstart, testphys1d, expandstartfi 1864 - Absolute date is stored in diagfi for less-than-a-day runs 1865 >> Quick documentation about dates : 1866 - Day at the beginning of the start (integer) is stored in controle(4) 1867 for start and diagfi and controle(3) for startfi. 1868 - Fraction of the day at the beginning of the start (real between 0 included and 1 excluded) 1869 is stored in controle(27) for start and diagfi and controle(29) for startfi. 1870 - The "Time" variable stores all the dates from the beginning of the start (positive real) 1871 for start, startfi and diagfi 1872 - Time is stored in start_archive in the "Time" variable. 1873 - Time-related data in the controle field of start_archive are useless. 1874 For instance the i-th date of diagfi is controle(4)+controle(27)+Time(i) 1875 1876 1877
Note: See TracChangeset
for help on using the changeset viewer.