[1954] | 1 | \chapter{Introduction} |
---|
| 2 | |
---|
| 3 | \selectlanguage{english} |
---|
| 4 | This document is a user manual for the General Circulation Model |
---|
| 5 | of the Martian atmosphere developed by the Laboratoire de M\'et\'eorologie |
---|
| 6 | Dynamique of the CNRS in Paris in collaboration with the Atmospheric and |
---|
| 7 | Oceanic Planetary Physics sub-department in Oxford. |
---|
| 8 | It corresponds to the version of the model available since November 2002, |
---|
| 9 | that includes the new dynamic code lmdz3.3 |
---|
| 10 | and the input and output data in NetCDF format. |
---|
| 11 | The physical part has been available since June 2001, |
---|
| 12 | including the NLTE radiative transfer code valid at up to 120~km, |
---|
| 13 | tracer transport, the water cycle with water vapour and ice, |
---|
| 14 | the "double mode" dust transport model, and with optional photochemistry |
---|
| 15 | and extension in the thermosphere up to 250km. |
---|
| 16 | |
---|
| 17 | A more general, scientific description of the model without |
---|
| 18 | tracers can be found in {\it Forget et al.} [1999].\\ |
---|
| 19 | |
---|
| 20 | |
---|
| 21 | Chapter~\ref{sc:apercu} of this document, to be read before any of the others, |
---|
| 22 | describes the main features of the model. |
---|
| 23 | The model is divided into two relatively independent parts: |
---|
| 24 | (1) The hydrodynamic code, that is shared by all atmospheres (Earth, |
---|
| 25 | Mars, etc.) that integrates the fluid mechanics equations in time |
---|
| 26 | and on the globe, and (2) a set of Martian physical parameterizations, |
---|
| 27 | including, for example, the radiative transfer calculation in the atmosphere |
---|
| 28 | and the turbulence mix in the upper layer. |
---|
| 29 | |
---|
| 30 | It is followed by a list of references for anyone requiring a detailed |
---|
| 31 | description of the physics and the numerical formulation of the |
---|
| 32 | parameterizations of the Martian physical part (Chapter~\ref{sc:phymars}). |
---|
| 33 | |
---|
| 34 | For your {\bf first contact with the model}, chapter |
---|
| 35 | \ref{loc:contact1} guides the user through a practice simulation |
---|
| 36 | (choosing the initial states and parameters and visualizing the output files). |
---|
| 37 | |
---|
| 38 | The document then describes the programming code for the model, |
---|
| 39 | including a user computer manual for compiling and running the model |
---|
| 40 | (Chapter~\ref{sc:info}). |
---|
| 41 | |
---|
| 42 | Chapter~\ref{sc:io} describes the input/output data of the model. |
---|
| 43 | The input files are the files needed to initialize the model |
---|
| 44 | (state of the atmosphere at the initial time $t0$ as well as a dataset of |
---|
| 45 | boundary conditions) |
---|
| 46 | and the output files are "time series",i.e. |
---|
| 47 | records of the atmospheric flow evolution as simulated by the model, |
---|
| 48 | the ``diagfi files", the ``stats files'', |
---|
| 49 | the daily averages etc. |
---|
| 50 | Some means to edit or visualize these files |
---|
| 51 | (editor ``ncdump" and the graphics software ``grads") are also described. \\ |
---|
| 52 | |
---|
| 53 | |
---|
| 54 | Chapter~\ref{sc:water} explains how to run a simulation including the |
---|
| 55 | water cycle. |
---|
| 56 | Chapter~\ref{sc:photochem} illustrates how to run the model |
---|
| 57 | with the photochemical module. |
---|
| 58 | %Chapter~\ref{sc:photochem} and chapter~\ref{sc:thermosphere} detail |
---|
| 59 | %respectively the optional photochemical module and the extension model |
---|
| 60 | %to the thermosphere. |
---|
| 61 | |
---|
| 62 | Finally, chapter~\ref{sc:testphys1d} will help you to use a |
---|
| 63 | 1-dimensional version of the model, |
---|
| 64 | which may be a simplier tool for some analysis work. |
---|
| 65 | |
---|
| 66 | |
---|
| 67 | |
---|
| 68 | |
---|
| 69 | |
---|