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

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

Corrections pour tourner avec la version 2 du simulateur Cosp

File size: 6.3 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
26! Namelist that sets up the main COSP options
27&COSP_INPUT
28!  NPOINTS=153,! Number of gridpoints 153,27840,7081,6912
29  NPOINTS_IT=5000,! Max number of gridpoints to be processed in one iteration
30  NCOLUMNS=20,  ! Number of subcolumns
31!  NLEVELS=38,   ! Number of model levels
32  USE_VGRID_IN=.true., ! Use fixed vertical grid for outputs? (if .true. then you need to define number of levels with Nlr)
33!  NLVGRID=40,       ! Number of levels in statistical outputs (only used if USE_VGRID=.true.)
34  CSAT_VGRID_IN=.true., ! CloudSat vertical grid? (if .true. then the CloudSat standard grid is used for the outputs.
35                     !  USE_VGRID needs also be .true.)
36!  DINPUT='./',  ! Directory where the input files are located. Useful when processing multiple files.
37                ! Leave blank ('') if you are using the full path in FINPUT.
38!  FINPUT='../data/inputs/UKMO/cosp_input_um.nc', ! List input NetCDF files
39!  FOUTPUT='../data/outputs/UKMO/cosp2_output_um.nc',
40  !----------------------------------------------------------------------------------
41  !--------------- Inputs related to radar simulations
42  !----------------------------------------------------------------------------------
43  cloudsat_RADAR_FREQ=94.0, ! CloudSat radar frequency (GHz)
44  SURFACE_RADAR=0, ! surface=1, spaceborne=0
45  cloudsat_use_gas_abs=1,   ! include gaseous absorption? yes=1,no=0
46  cloudsat_do_ray=0,        ! calculate/output Rayleigh refl=1, not=0
47  cloudsat_k2=-1,           ! |K|^2, -1=use frequency dependent default
48  use_precipitation_fluxes=.true.,  ! True if precipitation fluxes are input to the algorithm
49  cloudsat_micro_scheme='MMF_v3_single_moment', !'MMF_v3.5_two_moment'
50  !----------------------------------------------------------------------------------
51  !---------------- Inputs related to lidar simulations
52  !----------------------------------------------------------------------------------
53  lidar_ice_type=0,    ! Ice particle shape in lidar calculations (0=ice-spheres ; 1=ice-non-spherical)
54  OVERLAP=3,           !  overlap assumption used by scops: 1=max, 2=rand, 3=max/rand
55  !----------------------------------------------------------------------------------
56  !---------------- Inputs related to ISCCP simulator
57  !----------------------------------------------------------------------------------
58  ISCCP_TOPHEIGHT=1,  !  1 = adjust top height using both a computed
59                       !  infrared brightness temperature and the visible
60                       !  optical depth to adjust cloud top pressure. Note
61                       !  that this calculation is most appropriate to compare
62                       !  to ISCCP data during sunlit hours.
63                      !  2 = do not adjust top height, that is cloud top
64                       !  pressure is the actual cloud top pressure
65                       !  in the model
66                      !  3 = adjust top height using only the computed
67                       !  infrared brightness temperature. Note that this
68                       !  calculation is most appropriate to compare to ISCCP
69                       !  IR only algortihm (i.e. you can compare to nighttime
70                       !  ISCCP data with this option)
71  ISCCP_TOPHEIGHT_DIRECTION=2,   ! direction for finding atmosphere pressure level
72                                 ! with interpolated temperature equal to the radiance
73                                 ! determined cloud-top temperature
74                                 ! 1 = find the *lowest* altitude (highest pressure) level
75                                 ! with interpolated temperature equal to the radiance
76                                 ! determined cloud-top temperature
77                                 ! 2 = find the *highest* altitude (lowest pressure) level
78                                 ! with interpolated temperature equal to the radiance
79                                 ! determined cloud-top temperature. This is the
80                                 ! default value since V4.0 of the ISCCP simulator.
81                                 ! ONLY APPLICABLE IF top_height EQUALS 1 or 3
82  !----------------------------------------------------------------------------------
83  !-------------- RTTOV inputs
84  !----------------------------------------------------------------------------------
85  rttov_Platform=1,    ! satellite platform
86  rttov_Satellite=15,  ! satellite
87  rttov_Instrument=5,  ! instrument
88  rttov_Nchannels=3,   ! Number of channels to be computed
89  rttov_Channels=1,2,3,        ! Channel numbers (please be sure that you supply Nchannels)
90  rttov_Surfem=0.0,0.0,0.0,  ! Surface emissivity (please be sure that you supply Nchannels)
91  rttov_ZenAng=50.0, ! Satellite Zenith Angle
92  CO2=5.241e-04, ! Mixing ratios of trace gases
93  CH4=9.139e-07,
94  N2O=4.665e-07,
95  CO=2.098e-07
96/
Note: See TracBrowser for help on using the repository browser.