Changeset 1788 for trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90
- Timestamp:
- Sep 26, 2017, 12:43:42 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90
r1722 r1788 9 9 prad,pg,pr,pcpp) 10 10 11 use radinc_h, only: ini_radinc_h , naerkind11 use radinc_h, only: ini_radinc_h 12 12 use datafile_mod, only: datadir 13 13 use comdiurn_h, only: sinlat, coslat, sinlon, coslon … … 385 385 endif 386 386 387 write(*,*)"Default planetary temperature?"388 tplanet=215.0389 call getin_p("tplanet",tplanet)390 write(*,*)" tplanet = ",tplanet391 392 387 write(*,*)"Which star?" 393 388 startype=1 ! default value = Sol … … 399 394 call getin_p("Fat1AU",Fat1AU) 400 395 write(*,*)" Fat1AU = ",Fat1AU 401 402 403 ! TRACERS:404 405 ! write(*,*)"Number of radiatively active aerosols:"406 ! naerkind=0. ! default value407 ! call getin_p("naerkind",naerkind)408 ! write(*,*)" naerkind = ",naerkind409 410 411 !=================================412 413 write(*,*)"Radiatively active two-layer aersols?"414 aeroback2lay=.false. ! default value415 call getin_p("aeroback2lay",aeroback2lay)416 write(*,*)" aeroback2lay = ",aeroback2lay417 418 write(*,*)"TWOLAY AEROSOL: total optical depth ", &419 "in the tropospheric layer (visible)"420 obs_tau_col_tropo=8.D0421 call getin_p("obs_tau_col_tropo",obs_tau_col_tropo)422 write(*,*)" obs_tau_col_tropo = ",obs_tau_col_tropo423 424 write(*,*)"TWOLAY AEROSOL: total optical depth ", &425 "in the stratospheric layer (visible)"426 obs_tau_col_strato=0.08D0427 call getin_p("obs_tau_col_strato",obs_tau_col_strato)428 write(*,*)" obs_tau_col_strato = ",obs_tau_col_strato429 430 write(*,*)"TWOLAY AEROSOL: pres_bottom_tropo? in pa"431 pres_bottom_tropo=66000.0432 call getin_p("pres_bottom_tropo",pres_bottom_tropo)433 write(*,*)" pres_bottom_tropo = ",pres_bottom_tropo434 435 write(*,*)"TWOLAY AEROSOL: pres_top_tropo? in pa"436 pres_top_tropo=18000.0437 call getin_p("pres_top_tropo",pres_top_tropo)438 write(*,*)" pres_top_tropo = ",pres_top_tropo439 440 write(*,*)"TWOLAY AEROSOL: pres_bottom_strato? in pa"441 pres_bottom_strato=2000.0442 call getin_p("pres_bottom_strato",pres_bottom_strato)443 write(*,*)" pres_bottom_strato = ",pres_bottom_strato444 445 write(*,*)"TWOLAY AEROSOL: pres_top_strato? in pa"446 pres_top_strato=100.0447 call getin_p("pres_top_strato",pres_top_strato)448 write(*,*)" pres_top_strato = ",pres_top_strato449 450 write(*,*)"TWOLAY AEROSOL: particle size in the ", &451 "tropospheric layer, in meters"452 size_tropo=2.e-6453 call getin_p("size_tropo",size_tropo)454 write(*,*)" size_tropo = ",size_tropo455 456 write(*,*)"TWOLAY AEROSOL: particle size in the ", &457 "stratospheric layer, in meters"458 size_strato=1.e-7459 call getin_p("size_strato",size_strato)460 write(*,*)" size_strato = ",size_strato461 462 !=================================463 464 write(*,*) "Gravitationnal sedimentation ?"465 sedimentation=.false. ! default value466 call getin_p("sedimentation",sedimentation)467 write(*,*) " sedimentation = ",sedimentation468 396 469 397 write(*,*) "Does user want to force cpp and mugaz?"
Note: See TracChangeset
for help on using the changeset viewer.