- Timestamp:
- Mar 12, 2018, 9:46:05 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/cosp/cosp_output_mod.F90
r3242 r3246 255 255 real :: zjulian,zjulian_start 256 256 real,dimension(Ncolumns) :: column_ax 257 real,dimension(2,SR_BINS) :: sratio_bounds258 real,dimension(SR_BINS) :: sratio_ax259 257 real,dimension(DBZE_BINS) :: dbze_ax 260 258 CHARACTER(LEN=20), DIMENSION(3) :: chfreq = (/ '1day', '1d ', '3h ' /) 259 real,parameter,dimension(SR_BINS) :: sratio_ax = (/0.005, & 260 0.605,2.09,4.,6., & 261 8.5,12.5,17.5,22.5,27.5,35.,45.,55.,70.,50040./) 261 262 262 263 !!! Variables d'entree … … 283 284 enddo 284 285 285 286 sratio_bounds(2,:)=stlidar%srbval(:) ! srbval contains the upper287 ! limits from lmd_ipsl_stats.f90288 sratio_bounds(1,2:SR_BINS) = stlidar%srbval(1:SR_BINS-1)289 sratio_bounds(1,1) = 0.0290 sratio_bounds(2,SR_BINS) = 1.e5 ! This matches with Chepfer et al., JGR,291 ! ! 2009. However, it is not consistent292 ! with the upper limit in293 ! lmd_ipsl_stats.f90, which is294 ! LIDAR_UNDEF-1=998.999295 sratio_ax(:) = (sratio_bounds(1,:)+sratio_bounds(2,:))/2.0296 297 286 cosp_outfilenames(1) = 'histmthCOSP' 298 287 cosp_outfilenames(2) = 'histdayCOSP'
Note: See TracChangeset
for help on using the changeset viewer.