Changeset 2831 for trunk/LMDZ.GENERIC/libf/phystd/suaer_corrk.F90
- Timestamp:
- Nov 23, 2022, 4:41:34 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/suaer_corrk.F90
r2804 r2831 232 232 ! added by SG 233 233 endif 234 235 ! VENUS CLOUDS 236 237 if (iaer.eq.iaero_venus1) then 238 print*, 'naerkind= venus1', iaer 239 240 ! visible 241 file_id(iaer,1) = 'optprop_h2so4vis_n50.dat' 242 lamrefvis(iaer)=1.5E-6 ! no idea, must find 243 ! infrared 244 file_id(iaer,2) = 'optprop_h2so4ir_n50.dat' 245 lamrefir(iaer)=9.3E-6 ! no idea, must find 246 ! added by SL 247 endif 248 249 if (iaer.eq.iaero_venus2) then 250 print*, 'naerkind= venus2', iaer 251 252 ! visible 253 file_id(iaer,1) = 'optprop_h2so4vis_n50.dat' 254 lamrefvis(iaer)=1.5E-6 ! no idea, must find 255 ! infrared 256 file_id(iaer,2) = 'optprop_h2so4ir_n50.dat' 257 lamrefir(iaer)=9.3E-6 ! no idea, must find 258 ! added by SL 259 endif 260 261 if (iaer.eq.iaero_venus2p) then 262 print*, 'naerkind= venus2p', iaer 263 264 ! visible 265 file_id(iaer,1) = 'optprop_h2so4vis_n50.dat' 266 lamrefvis(iaer)=1.5E-6 ! no idea, must find 267 ! infrared 268 file_id(iaer,2) = 'optprop_h2so4ir_n50.dat' 269 lamrefir(iaer)=9.3E-6 ! no idea, must find 270 ! added by SL 271 endif 272 273 if (iaer.eq.iaero_venus3) then 274 print*, 'naerkind= venus3', iaer 275 276 ! visible 277 file_id(iaer,1) = 'optprop_h2so4vis_n50.dat' 278 lamrefvis(iaer)=1.5E-6 ! no idea, must find 279 ! infrared 280 file_id(iaer,2) = 'optprop_h2so4ir_n50.dat' 281 lamrefir(iaer)=9.3E-6 ! no idea, must find 282 ! added by SL 283 endif 284 285 if (iaer.eq.iaero_venusUV) then 286 print*, 'naerkind= venusUV', iaer 287 288 ! visible 289 file_id(iaer,1) = 'optprop_venusUVvis.dat' 290 lamrefvis(iaer)=3.5E-7 ! Haus et al. 2015 291 ! infrared 292 file_id(iaer,2) = 'optprop_venusUVir.dat' 293 lamrefir(iaer)=9.3E-6 ! not used anyway 294 ! added by SL 295 endif 296 297 ! END VENUS CLOUDS 298 234 299 ! the following was added by LT 235 300 do ia=1,aerogeneric ! Read Radiative Generic Condensable Species data … … 265 330 endif 266 331 enddo ! ia=1,aerogeneric 267 enddo 332 enddo ! of do iaer=1,naerkind 268 333 269 334 !------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.