[987] | 1 | \chapter{Water Cycle Simulation} |
---|
| 2 | |
---|
| 3 | \label{sc:water} |
---|
| 4 | |
---|
| 5 | To simulate the water cycle with the LMD Generic Model: |
---|
| 6 | |
---|
| 7 | \begin{itemize} |
---|
| 8 | |
---|
| 9 | |
---|
| 10 | \item In {\tt callphys.def}, set tracer to true: {\tt tracer=.true.}. In the radiative |
---|
| 11 | transfer sub-section, chose an appropriate correlated-k database that includes the effect |
---|
| 12 | of water vapour (e.g. {\tt corrkdir=CO2_H2Ovar}), and set {\tt varactive=.true.}, {\tt varfixed=.false.}. |
---|
| 13 | |
---|
| 14 | The important parameters are {\tt water=.true.}, to use water vapor |
---|
| 15 | and ice tracers, and {\tt sedimentation=.true.} to |
---|
| 16 | allow sedimentation of water ice clouds. |
---|
| 17 | |
---|
| 18 | In {\tt traceur.def}, include (at least) two tracers: {\tt h2o_ice} and {\tt h2o_vap}. |
---|
| 19 | |
---|
| 20 | \input{input/h2o_list.tex} |
---|
| 21 | |
---|
| 22 | \item {\bf Compilation} |
---|
| 23 | You need to compile with at least 2 tracers. If you don't have CO2 clouds, |
---|
| 24 | ({\tt dustbin=0}) or other tracers, |
---|
| 25 | compilation is done with the command lines: |
---|
| 26 | \begin{verbatim} |
---|
| 27 | makegcm -d 64x48x25 -t 2 -p std newstart |
---|
| 28 | \end{verbatim} |
---|
| 29 | \begin{verbatim} |
---|
| 30 | makegcm -d 64x48x25 -t 2 -p std gcm |
---|
| 31 | \end{verbatim} |
---|
| 32 | |
---|
| 33 | Of course, you will also need an appropriate {\tt traceur.def} file |
---|
| 34 | indicating you will use tracers {\tt h2o\_vap} and {\tt h2o\_ice}; |
---|
| 35 | if you only run with 2 tracers, then the contents of the {\tt traceur.def} |
---|
| 36 | file should be: |
---|
| 37 | \begin{verbatim} |
---|
| 38 | 2 |
---|
| 39 | h2o_ice |
---|
| 40 | h2o_vap |
---|
| 41 | \end{verbatim} |
---|
| 42 | Note that the order in which tracers are set in the {\tt traceur.def} file |
---|
| 43 | is not important. |
---|
| 44 | |
---|
| 45 | \item {\bf Run} \\ \\ |
---|
| 46 | Same as usual. Just make sure that your start files contains |
---|
| 47 | the initial states for water, with an initial state for water vapor |
---|
| 48 | and water ice particles. |
---|
| 49 | |
---|
| 50 | [+LIQUID] |
---|
| 51 | |
---|
| 52 | \end {itemize} |
---|