[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 | |
---|
| 26 | ! Namelist that sets up the main COSP options |
---|
| 27 | &COSP_INPUT |
---|
| 28 | CMOR_NL='./cmor/cosp_cmor_nl.txt', ! CMOR namelist |
---|
| 29 | NPOINTS=9026,! Number of gridpoints (klon dans LMDZi : ici correspond a klon de 96x95) |
---|
| 30 | NPOINTS_IT=10000,! Max number of gridpoints to be processed in one iteration |
---|
| 31 | NCOLUMNS=20, ! Number of subcolumns |
---|
| 32 | NLEVELS=39, ! Number of model levels |
---|
| 33 | USE_VGRID=.true., ! Use fixed vertical grid for outputs? (if .true. then you need to define number of levels with Nlr) |
---|
| 34 | NLR=40, ! Number of levels in statistical outputs (only used if USE_VGRID=.true.) |
---|
| 35 | CSAT_VGRID=.true., ! CloudSat vertical grid? (if .true. then the CloudSat standard grid is used for the outputs. |
---|
| 36 | ! USE_VGRID needs also be .true.) |
---|
| 37 | FINPUT='histday.nc', ! NetCDF file with 1D inputs |
---|
| 38 | ! FINPUT='cosp_input_um_2d.nc', ! NetCDF file with 2D inputs |
---|
| 39 | !---------------------------------------------------------------------------------- |
---|
| 40 | !--------------- Inputs related to radar simulations |
---|
| 41 | !---------------------------------------------------------------------------------- |
---|
| 42 | RADAR_FREQ=94.0, ! CloudSat radar frequency (GHz) |
---|
| 43 | SURFACE_RADAR=0, ! surface=1, spaceborne=0 |
---|
| 44 | use_mie_tables=0,! use a precomputed lookup table? yes=1,no=0 |
---|
| 45 | use_gas_abs=1, ! include gaseous absorption? yes=1,no=0 |
---|
| 46 | do_ray=0, ! calculate/output Rayleigh refl=1, not=0 |
---|
| 47 | melt_lay=0, ! melting layer model off=0, on=1 |
---|
| 48 | k2=-1, ! |K|^2, -1=use frequency dependent default |
---|
| 49 | use_reff=.true., ! True if you want effective radius to be used by radar simulator (always used by lidar) |
---|
| 50 | use_precipitation_fluxes=.true., ! True if precipitation fluxes are input to the algorithm |
---|
| 51 | !---------------------------------------------------------------------------------- |
---|
| 52 | !---------------- Inputs related to lidar simulations |
---|
| 53 | !---------------------------------------------------------------------------------- |
---|
| 54 | Nprmts_max_hydro=12, ! Max number of parameters for hydrometeor size distributions |
---|
| 55 | Naero=1, ! Number of aerosol species (Not used) |
---|
| 56 | Nprmts_max_aero=1, ! Max number of parameters for aerosol size distributions (Not used) |
---|
| 57 | lidar_ice_type=0, ! Ice particle shape in lidar calculations (0=ice-spheres ; 1=ice-non-spherical) |
---|
| 58 | OVERLAP=3, ! overlap type: 1=max, 2=rand, 3=max/rand |
---|
| 59 | !---------------------------------------------------------------------------------- |
---|
| 60 | !---------------- Inputs related to ISCCP simulator |
---|
| 61 | !---------------------------------------------------------------------------------- |
---|
| 62 | ISCCP_TOPHEIGHT=1, ! 1 = adjust top height using both a computed |
---|
| 63 | ! infrared brightness temperature and the visible |
---|
| 64 | ! optical depth to adjust cloud top pressure. Note |
---|
| 65 | ! that this calculation is most appropriate to compare |
---|
| 66 | ! to ISCCP data during sunlit hours. |
---|
| 67 | ! 2 = do not adjust top height, that is cloud top |
---|
| 68 | ! pressure is the actual cloud top pressure |
---|
| 69 | ! in the model |
---|
| 70 | ! 3 = adjust top height using only the computed |
---|
| 71 | ! infrared brightness temperature. Note that this |
---|
| 72 | ! calculation is most appropriate to compare to ISCCP |
---|
| 73 | ! IR only algortihm (i.e. you can compare to nighttime |
---|
| 74 | ! ISCCP data with this option) |
---|
| 75 | ISCCP_TOPHEIGHT_DIRECTION=1, ! direction for finding atmosphere pressure level |
---|
| 76 | ! with interpolated temperature equal to the radiance |
---|
| 77 | ! determined cloud-top temperature |
---|
| 78 | ! 1 = find the *lowest* altitude (highest pressure) level |
---|
| 79 | ! with interpolated temperature equal to the radiance |
---|
| 80 | ! determined cloud-top temperature |
---|
| 81 | ! 2 = find the *highest* altitude (lowest pressure) level |
---|
| 82 | ! with interpolated temperature equal to the radiance |
---|
| 83 | ! determined cloud-top temperature |
---|
| 84 | ! ONLY APPLICABLE IF top_height EQUALS 1 or 3 |
---|
| 85 | ! 1 = default setting, and matches all versions of |
---|
| 86 | ! ISCCP simulator with versions numbers 3.5.1 and lower |
---|
| 87 | ! 2 = experimental setting |
---|
| 88 | !---------------------------------------------------------------------------------- |
---|
| 89 | !-------------- RTTOV inputs |
---|
| 90 | !---------------------------------------------------------------------------------- |
---|
| 91 | Platform=1, ! satellite platform |
---|
| 92 | Satellite=15, ! satellite |
---|
| 93 | Instrument=0, ! instrument |
---|
| 94 | Nchannels=8, ! Number of channels to be computed |
---|
| 95 | Channels=1,3,5,6,8,10,11,13, ! Channel numbers (please be sure that you supply Nchannels) |
---|
| 96 | Surfem=0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0, ! Surface emissivity (please be sure that you supply Nchannels) |
---|
| 97 | ZenAng=50.0, ! Satellite Zenith Angle |
---|
| 98 | CO2=5.241e-04, ! Mixing ratios of trace gases |
---|
| 99 | CH4=9.139e-07, |
---|
| 100 | N2O=4.665e-07, |
---|
| 101 | CO=2.098e-07 |
---|
| 102 | / |
---|
| 103 | |
---|
| 104 | |
---|