Changeset 2594 for LMDZ5/branches/testing/libf/phylmd/cosp
- Timestamp:
- Jul 18, 2016, 9:41:10 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2547-2567,2569,2571-2574,2576-2589
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/cosp/cosp_constants.F90
r2435 r2594 108 108 -31.5,-28.5,-25.5,-22.5,-19.5,-16.5,-13.5,-10.5, -7.5, -4.5, & 109 109 -1.5, 1.5, 4.5, 7.5, 10.5, 13.5, 16.5, 19.5, 22.5, 25.5/) 110 real,parameter,dimension(2,LIDAR_NTEMP) :: LIDAR_PHASE_TEMP_BNDS=reshape(source=(/-273.15,-90.,-90.,-87.,-87.,-84.,-84.,-81.,-81.,-78., & 110 real,parameter,dimension(2,LIDAR_NTEMP) :: LIDAR_PHASE_TEMP_BNDS=reshape(source=& 111 (/-273.15,-90.,-90.,-87.,-87.,-84.,-84.,-81.,-81.,-78., & 111 112 -78.,-75.,-75.,-72.,-72.,-69.,-69.,-66.,-66.,-63., & 112 113 -63.,-60.,-60.,-57.,-57.,-54.,-54.,-51.,-51.,-48., & -
LMDZ5/branches/testing/libf/phylmd/cosp/cosp_output_mod.F90
r2471 r2594 228 228 real,dimension(2,SR_BINS) :: sratio_bounds 229 229 real,dimension(SR_BINS) :: sratio_ax 230 CHARACTER(LEN=20), DIMENSION(3) :: chfreq = (/ '1day', '1d ', '3h' /)230 CHARACTER(LEN=20), DIMENSION(3) :: chfreq = (/ '1day', '1d ', '3h ' /) 231 231 232 232 !!! Variables d'entree … … 363 363 CALL histvert(cosp_nidfiles(iff),"column","column","count",Ncolumns,column_ax(1:Ncolumns),nvertcol(iff)) 364 364 365 CALL histvert(cosp_nidfiles(iff),"temp","temperature","C",LIDAR_NTEMP,LIDAR_PHASE_TEMP,nverttemp(iff)) 366 CALL histvert(cosp_nidfiles(iff),"cth16","altitude","m",MISR_N_CTH,MISR_CTH,nvertmisr(iff)) 365 CALL histvert(cosp_nidfiles(iff),"temp","temperature","C",LIDAR_NTEMP,LIDAR_PHASE_TEMP,nverttemp(iff)) 366 367 CALL histvert(cosp_nidfiles(iff),"cth16","altitude","m",MISR_N_CTH,MISR_CTH,nvertmisr(iff)) 368 367 369 ! CALL histvert(cosp_nidfiles(iff),"dbze","equivalent_reflectivity_factor","dBZ",DBZE_BINS,dbze_ax,nvertbze(iff)) 368 370 -
LMDZ5/branches/testing/libf/phylmd/cosp/cosp_output_write_mod.F90
r2488 r2594 322 322 if(modis%Cloud_Particle_Size_Water_Mean(ip).eq.R_UNDEF)then 323 323 modis%Cloud_Particle_Size_Water_Mean(ip)=Cosp_fill_value 324 endif 325 if(modis%Cloud_Particle_Size_Ice_Mean(ip).eq.R_UNDEF)then 326 modis%Cloud_Particle_Size_Ice_Mean(ip)=Cosp_fill_value 324 327 endif 325 328 if(modis%Cloud_Top_Pressure_Total_Mean(ip).eq.R_UNDEF)then -
LMDZ5/branches/testing/libf/phylmd/cosp/phys_cosp.F90
r2435 r2594 73 73 74 74 !! AI rajouter 75 75 #include "cosp_defs.h" 76 76 USE MOD_COSP_CONSTANTS 77 77 USE MOD_COSP_TYPES
Note: See TracChangeset
for help on using the changeset viewer.