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=.true., |
---|
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=.true., |
---|
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=.true., |
---|
51 | ! CALIPSO phase diagnostics |
---|
52 | Lclcalipsoliq=.true., |
---|
53 | Lclcalipsoice=.true., |
---|
54 | Lclcalipsoun=.true., |
---|
55 | Lclcalipsotmp=.true., |
---|
56 | Lclcalipsotmpliq=.true., |
---|
57 | Lclcalipsotmpice=.true., |
---|
58 | Lclcalipsotmpun=.true., |
---|
59 | Lclhcalipsoliq=.true., |
---|
60 | Lcllcalipsoliq=.true., |
---|
61 | Lclmcalipsoliq=.true., |
---|
62 | Lcltcalipsoliq=.true., |
---|
63 | Lclhcalipsoice=.true., |
---|
64 | Lcllcalipsoice=.true., |
---|
65 | Lclmcalipsoice=.true., |
---|
66 | Lcltcalipsoice=.true., |
---|
67 | Lclhcalipsoun=.true., |
---|
68 | Lcllcalipsoun=.true., |
---|
69 | Lclmcalipsoun=.true., |
---|
70 | Lcltcalipsoun=.true., |
---|
71 | !- ISCCP |
---|
72 | Lalbisccp=.true., |
---|
73 | Lboxptopisccp=.false., |
---|
74 | Lboxtauisccp=.false., |
---|
75 | Lpctisccp=.true., |
---|
76 | Lclisccp=.true., |
---|
77 | Ltauisccp=.true., |
---|
78 | Lcltisccp=.true., |
---|
79 | Lmeantbisccp=.true., |
---|
80 | Lmeantbclrisccp=.true., |
---|
81 | !- MISR |
---|
82 | LclMISR=.false., |
---|
83 | !- Use lidar and radar |
---|
84 | Lclcalipso2=.false., |
---|
85 | Lcltlidarradar=.false., |
---|
86 | !- These are provided for debugging or special purposes |
---|
87 | Lfracout=.false., |
---|
88 | LlidarBetaMol532=.true., |
---|
89 | !- MODIS |
---|
90 | Lcltmodis=.false., |
---|
91 | Lclwmodis=.false., |
---|
92 | Lclimodis=.false., |
---|
93 | Lclhmodis=.false., |
---|
94 | Lclmmodis=.false., |
---|
95 | Lcllmodis=.false., |
---|
96 | Ltautmodis=.false., |
---|
97 | Ltauwmodis=.false., |
---|
98 | Ltauimodis=.false., |
---|
99 | Ltautlogmodis=.false., |
---|
100 | Ltauwlogmodis=.false., |
---|
101 | Ltauilogmodis=.false., |
---|
102 | Lreffclwmodis=.false., |
---|
103 | Lreffclimodis=.false., |
---|
104 | Lpctmodis=.false., |
---|
105 | Llwpmodis=.false., |
---|
106 | Liwpmodis=.false., |
---|
107 | Lclmodis=.false., |
---|
108 | Lcrimodis=.false., |
---|
109 | Lcrlmodis=.false., |
---|
110 | !- RTTOV |
---|
111 | Ltbrttov=.false., |
---|
112 | / |
---|