! (c) British Crown Copyright 2008, the Met Office. ! All rights reserved. ! ! Redistribution and use in source and binary forms, with or without modification, are permitted ! provided that the following conditions are met: ! ! * Redistributions of source code must retain the above copyright notice, this list ! of conditions and the following disclaimer. ! * Redistributions in binary form must reproduce the above copyright notice, this list ! of conditions and the following disclaimer in the documentation and/or other materials ! provided with the distribution. ! * Neither the name of the Met Office nor the names of its contributors may be used ! to endorse or promote products derived from this software without specific prior written ! permission. ! ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR ! IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND ! FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR ! CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ! DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, ! DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER ! IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT ! OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ! ! History: ! Jul 2007 - A. Bodas-Salcedo - Initial version ! Jul 2008 - A. Bodas-Salcedo - Added definitions of ISCCP axes ! Oct 2008 - H. Chepfer - Added PARASOL_NREFL ! Jun 2010 - R. Marchand - Modified to support ! ! MODULE MOD_COSP_CONSTANTS IMPLICIT NONE ! Indices to address arrays of LS and CONV hydrometeors integer,parameter :: I_LSCLIQ = 1 integer,parameter :: I_LSCICE = 2 integer,parameter :: I_LSRAIN = 3 integer,parameter :: I_LSSNOW = 4 integer,parameter :: I_CVCLIQ = 5 integer,parameter :: I_CVCICE = 6 integer,parameter :: I_CVRAIN = 7 integer,parameter :: I_CVSNOW = 8 integer,parameter :: I_LSGRPL = 9 ! Missing value real,parameter :: R_UNDEF = -1.0E30 ! Number of possible output variables integer,parameter :: N_OUT_LIST = 45 ! Value for forward model result from a level that is under the ground real,parameter :: R_GROUND = -1.0E20 ! Stratiform and convective clouds in frac_out integer, parameter :: I_LSC = 1, & ! Large-scale clouds I_CVC = 2 ! Convective clouds !--- Radar constants ! CFAD constants integer,parameter :: DBZE_BINS = 15 ! Number of dBZe bins in histogram (cfad) real,parameter :: DBZE_MIN = -100.0 ! Minimum value for radar reflectivity real,parameter :: DBZE_MAX = 80.0 ! Maximum value for radar reflectivity real,parameter :: CFAD_ZE_MIN = -50.0 ! Lower value of the first CFAD Ze bin real,parameter :: CFAD_ZE_WIDTH = 5.0 ! Bin width (dBZe) !--- Lidar constants ! CFAD constants integer,parameter :: SR_BINS = 15 integer,parameter :: DPOL_BINS = 6 real,parameter :: LIDAR_UNDEF = 999.999 ! Other constants integer,parameter :: LIDAR_NCAT = 4 integer,parameter :: PARASOL_NREFL = 5 ! parasol real,parameter,dimension(PARASOL_NREFL) :: PARASOL_SZA = (/0.0, 20.0, 40.0, 60.0, 80.0/) real,parameter :: DEFAULT_LIDAR_REFF = 30.0e-6 ! Default lidar effective radius !--- MISR constants integer,parameter :: MISR_N_CTH = 16 !--- RTTOV constants integer,parameter :: RTTOV_MAX_CHANNELS = 20 ! ISCCP tau-Pc axes real,parameter,dimension(7) :: ISCCP_TAU = (/0.15, 0.80, 2.45, 6.5, 16.2, 41.5, 100.0/) real,parameter,dimension(2,7) :: ISCCP_TAU_BNDS = reshape(source=(/0.0,0.3,0.3,1.30,1.30,3.6,3.6,9.4, & 9.4,23.0,23.0,60.0,60.0,100000.0/), shape=(/2,7/)) ! real,parameter,dimension(7) :: ISCCP_PC = (/9000., 24500., 37500., 50000., 62000., 74000., 90000./) ! real,parameter,dimension(2,7) :: ISCCP_PC_BNDS = reshape(source=(/0.0,18000.0,18000.0,31000.0,31000.0, & ! 44000.0,44000.0,56000.0,56000.0,68000.0,68000.0,80000.0,80000.0,100000.0/), shape=(/2,7/)) real,parameter,dimension(7) :: ISCCP_PC = (/90000., 74000., 62000., 50000., 37500., 24500., 9000./) real,parameter,dimension(2,7) :: ISCCP_PC_BNDS = reshape(source=(/100000.0,80000.0,80000.0,68000.0,68000.0,56000.0 & ,56000.0,44000.0,44000.0,31000.0,31000.0,18000.0,18000.0,0.0/), shape=(/2,7/)) real,parameter,dimension(MISR_N_CTH) :: MISR_CTH = 1000.0*(/ 0., 0.25, 0.75, 1.25, 1.75, 2.25, 2.75, 3.5, & 4.5, 6., 8., 10., 12., 14.5, 16., 18./) real,parameter,dimension(2,MISR_N_CTH) :: MISR_CTH_BNDS = 1000.0*reshape(source=(/ & -99.0, 0.0, 0.0, 0.5, 0.5, 1.0, 1.0, 1.5, & 1.5, 2.0, 2.0, 2.5, 2.5, 3.0, 3.0, 4.0, & 4.0, 5.0, 5.0, 7.0, 7.0, 9.0, 9.0, 11.0, & 11.0, 13.0, 13.0, 15.0, 15.0, 17.0, 17.0, 99.0/), & shape=(/2,MISR_N_CTH/)) ! ! The following codes was modifed by Roj ! (1) use ifdef to support more than one microphyscis scheme ! (2) added constants microphysic_scheme_name, LOAD_scale_LUTs, and SAVE_scale_LUTs ! character*120 :: RADAR_SIM_LUT_DIRECTORY = './' #ifdef MMF_BULK_V3 ! ! Table hclass for quickbeam to support one-moment (bulk) microphysics scheme used by MMF V3.0 ! ! ! NOTE: if ANY value in this section of code is changed, the existing LUT ! (i.e., the associated *.dat file) MUST be deleted so that a NEW ! LUT will be created !!! ! character*120 :: RADAR_SIM_MICROPHYSICS_SCHEME_NAME = 'MMF_bulk_v3' logical :: RADAR_SIM_LOAD_scale_LUTs_flag = .true. logical :: RADAR_SIM_UPDATE_scale_LUTs_flag = .true. integer :: RADAR_SIM_do_ray = 0 real, parameter :: RADAR_SIM_freq = 94 real, parameter :: RADAR_SIM_k2 = -1 ! will calculate in code integer,parameter :: N_HYDRO = 9 integer :: HCLASS_TYPE(N_HYDRO),HCLASS_PHASE(N_HYDRO) real :: HCLASS_DMIN(N_HYDRO),HCLASS_DMAX(N_HYDRO), & HCLASS_APM(N_HYDRO),HCLASS_BPM(N_HYDRO),HCLASS_RHO(N_HYDRO), & HCLASS_P1(N_HYDRO),HCLASS_P2(N_HYDRO),HCLASS_P3(N_HYDRO) data HCLASS_TYPE/5,1,2,2,5,1,2,2,2/ data HCLASS_PHASE/0,1,0,1,0,1,0,1,1/ data HCLASS_DMIN/-1,-1,-1,-1,-1,-1,-1,-1,-1/ data HCLASS_DMAX/-1,-1,-1,-1,-1,-1,-1,-1,-1/ data HCLASS_APM/524,110.8,524, -1,524,110.8,524, -1, -1/ data HCLASS_BPM/ 3, 2.91, 3, -1, 3, 2.91, 3, -1, -1/ data HCLASS_RHO/ -1, -1, -1,100, -1, -1, -1,100,400/ data HCLASS_P1/ -1,-1,8000000.,3000000., -1,-1,8000000.,3000000.,4000000./ data HCLASS_P2/ 6,40, -1, -1, 6,40, -1, -1, -1/ data HCLASS_P3/0.3, 2, -1, -1,0.3, 2, -1, -1, -1/ #endif ! ! End Mods. by Roj, June 2010 ! END MODULE MOD_COSP_CONSTANTS