source: LMDZ6/trunk/DefLists/cosp_output_nl.txt @ 3625

Last change on this file since 3625 was 3376, checked in by idelkadi, 6 years ago

Change the COSP output level when using IOIPSL

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
File size: 3.8 KB
Line 
1! (c) British Crown Copyright 2008, the Met Office.
2! All rights reserved.
3!
4! Redistribution and use in source and binary forms, with or without modification, are permitted
5! provided that the following conditions are met:
6!
7!     * Redistributions of source code must retain the above copyright notice, this list
8!       of conditions and the following disclaimer.
9!     * Redistributions in binary form must reproduce the above copyright notice, this list
10!       of conditions and the following disclaimer in the documentation and/or other materials
11!       provided with the distribution.
12!     * Neither the name of the Met Office nor the names of its contributors may be used
13!       to endorse or promote products derived from this software without specific prior written
14!       permission.
15!
16! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
17! IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
18! FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
19! CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20! DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21! DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
22! IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
23! OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24
25! Namelist that sets up output-related variables. It controls
26! the instrument simulators to run and the list of variables
27! to be written to file
28&COSP_OUTPUT
29  ! Simulator flags
30  Lradar_sim=.false.,
31  Llidar_sim=.true.,
32  Lisccp_sim=.false.,
33  Lmisr_sim=.false.,
34  Lmodis_sim=.false.,
35  Lrttov_sim=.false.,
36  ! Output variables
37  !- Variables unique in 1D (curtain) mode
38  Ltoffset=.false.,
39  !- CloudSat
40  Lcfaddbze94=.false.,
41  Ldbze94=.false.,
42  !- CALIPSO
43  Latb532=.false.,
44  LcfadLidarsr532=.false.,
45  Lclcalipso=.true.,
46  Lclhcalipso=.true.,
47  Lcllcalipso=.true.,
48  Lclmcalipso=.true.,
49  Lcltcalipso=.true.,
50  LparasolRefl=.false.,
51  ! CALIPSO phase diagnostics
52  Lclcalipsoliq=.false.,
53  Lclcalipsoice=.false.,
54  Lclcalipsoun=.false.,
55  Lclcalipsotmp=.false.,
56  Lclcalipsotmpliq=.false.,
57  Lclcalipsotmpice=.false.,
58  Lclcalipsotmpun=.false.,
59  Lclhcalipsoliq=.false.,
60  Lcllcalipsoliq=.false.,
61  Lclmcalipsoliq=.false.,
62  Lcltcalipsoliq=.false.,
63  Lclhcalipsoice=.false.,
64  Lcllcalipsoice=.false.,
65  Lclmcalipsoice=.false.,
66  Lcltcalipsoice=.false.,
67  Lclhcalipsoun=.false.,
68  Lcllcalipsoun=.false.,
69  Lclmcalipsoun=.false.,
70  Lcltcalipsoun=.false.,
71  ! OPAQ variables
72  Lclopaquecalipso=.false.,
73  Lclthincalipso=.false.,
74  Lclzopaquecalipso=.false.,
75  Lclcalipsoopaque=.false.,
76  Lclcalipsothin=.false.,
77  Lclcalipsozopaque=.false.,
78  Lclcalipsoopacity=.false.,
79  ! TIBO variables
80  Lproftemp=.false.,
81  LprofSR=.false.,
82  !- ISCCP
83  Lalbisccp=.false.,
84  Lboxptopisccp=.false.,
85  Lboxtauisccp=.false.,
86  Lpctisccp=.false.,
87  Lclisccp=.false.,
88  Ltauisccp=.false.,
89  Lcltisccp=.false.,
90  Lmeantbisccp=.false.,
91  Lmeantbclrisccp=.false.,
92  !- MISR
93  LclMISR=.false.,
94  !- Use lidar and radar
95  Lclcalipso2=.false.,
96  Lcltlidarradar=.false.,
97  !- These are provided for debugging or special purposes
98  Lfracout=.false.,
99  LlidarBetaMol532=.false., 
100  !- MODIS
101  Lcltmodis=.false.,
102  Lclwmodis=.false.,
103  Lclimodis=.false.,
104  Lclhmodis=.false.,
105  Lclmmodis=.false.,
106  Lcllmodis=.false.,
107  Ltautmodis=.false.,
108  Ltauwmodis=.false.,
109  Ltauimodis=.false.,
110  Ltautlogmodis=.false.,
111  Ltauwlogmodis=.false.,
112  Ltauilogmodis=.false.,
113  Lreffclwmodis=.false.,
114  Lreffclimodis=.false.,
115  Lpctmodis=.false.,
116  Llwpmodis=.false.,
117  Liwpmodis=.false.,
118  Lclmodis=.false.,
119  Lcrimodis=.false.,
120  Lcrlmodis=.false.,
121  !- RTTOV
122  Ltbrttov=.false.,
123/
Note: See TracBrowser for help on using the repository browser.