[1262] | 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 | ! Output variables |
---|
| 35 | Lalbisccp=.true., |
---|
| 36 | Latb532=.true., |
---|
| 37 | Lboxptopisccp=.true., |
---|
| 38 | Lboxtauisccp=.true., |
---|
| 39 | Lcfad_dbze94=.false., |
---|
| 40 | Lcfad_lidarsr532=.true., |
---|
| 41 | Lclcalipso=.true., |
---|
| 42 | Lclhcalipso=.true., |
---|
| 43 | Lclisccp2=.true., |
---|
| 44 | Lcllcalipso=.true., |
---|
| 45 | Lclmcalipso=.true., |
---|
| 46 | Lcltcalipso=.true., |
---|
| 47 | Lctpisccp=.true., |
---|
| 48 | Ldbze94=.false., |
---|
| 49 | Ltauisccp=.true., |
---|
| 50 | Ltclisccp=.true., |
---|
| 51 | Llongitude=.false., |
---|
| 52 | Llatitude=.false., |
---|
| 53 | Lparasol_refl=.true., |
---|
| 54 | LclMISR=.false., |
---|
| 55 | Lmeantbisccp=.true., |
---|
| 56 | Lmeantbclrisccp=.true., |
---|
| 57 | ! Use lidar and radar |
---|
| 58 | Lclcalipso2=.false., |
---|
| 59 | Lcltlidarradar=.false., |
---|
| 60 | ! These are provided for debugging or special purposes |
---|
| 61 | Lfrac_out=.false., |
---|
| 62 | Lbeta_mol532=.true., |
---|
| 63 | / |
---|