Changeset 1897 for trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90
- Timestamp:
- Jan 24, 2018, 10:24:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90
r1896 r1897 377 377 endif 378 378 379 write(*,*) "Fractal dimension ?" 380 df_mufi=2.0 ! default value 381 call getin_p("df_mufi",df_mufi) 382 write(*,*)" df_mufi = ",df_mufi 383 384 write(*,*) "Monomer radius (m) ?" 385 rm_mufi=6.66e-08 ! default value 386 call getin_p("rm_mufi",rm_mufi) 387 write(*,*)" rm_mufi = ",rm_mufi 388 389 write(*,*) "Aerosol density (kg.m-3)?" 390 rho_aer_mufi=1.e3 ! default value 391 call getin_p("rho_aer_mufi",rho_aer_mufi) 392 write(*,*)" rho_aer_mufi = ",rho_aer_mufi 379 write(*,*) "Disable the coupling of microphysics within rad. transf. ?" 380 write(*,*) "If disabled we will assume a planetwide vert. profile of extinction ..." 381 uncoupl_optic_haze=.true. ! default value - true as long as the microphysics is bugged 382 call getin_p("uncoupl_optic_haze",uncoupl_optic_haze) 383 write(*,*)" uncoupl_optic_haze = ",uncoupl_optic_haze 393 384 394 385 write(*,*) "Pressure level of aer. production (Pa) ?"
Note: See TracChangeset
for help on using the changeset viewer.