Ignore:
Timestamp:
Sep 26, 2017, 12:43:42 PM (7 years ago)
Author:
jvatant
Message:

Get rid of all the old-generic dummy aerosol scheme ( just left scatterers_h for compilation )
as the new microphysics for Titan will be plugged in
-> even removed sedimentation ( will be done in the microphysical model )
--JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90

    r1722 r1788  
    99             prad,pg,pr,pcpp)
    1010
    11   use radinc_h, only: ini_radinc_h, naerkind
     11  use radinc_h, only: ini_radinc_h
    1212  use datafile_mod, only: datadir
    1313  use comdiurn_h, only: sinlat, coslat, sinlon, coslon
     
    385385     endif
    386386
    387      write(*,*)"Default planetary temperature?"
    388      tplanet=215.0
    389      call getin_p("tplanet",tplanet)
    390      write(*,*)" tplanet = ",tplanet
    391 
    392387     write(*,*)"Which star?"
    393388     startype=1 ! default value = Sol
     
    399394     call getin_p("Fat1AU",Fat1AU)
    400395     write(*,*)" Fat1AU = ",Fat1AU
    401 
    402 
    403 ! TRACERS:
    404 
    405 !         write(*,*)"Number of radiatively active aerosols:"
    406 !         naerkind=0. ! default value
    407 !         call getin_p("naerkind",naerkind)
    408 !         write(*,*)" naerkind = ",naerkind
    409 
    410  
    411 !=================================
    412 
    413      write(*,*)"Radiatively active two-layer aersols?"
    414      aeroback2lay=.false.     ! default value
    415      call getin_p("aeroback2lay",aeroback2lay)
    416      write(*,*)" aeroback2lay = ",aeroback2lay
    417 
    418      write(*,*)"TWOLAY AEROSOL: total optical depth ", &
    419                     "in the tropospheric layer (visible)"
    420      obs_tau_col_tropo=8.D0
    421      call getin_p("obs_tau_col_tropo",obs_tau_col_tropo)
    422      write(*,*)" obs_tau_col_tropo = ",obs_tau_col_tropo
    423 
    424      write(*,*)"TWOLAY AEROSOL: total optical depth ", &
    425                     "in the stratospheric layer (visible)"
    426      obs_tau_col_strato=0.08D0
    427      call getin_p("obs_tau_col_strato",obs_tau_col_strato)
    428      write(*,*)" obs_tau_col_strato = ",obs_tau_col_strato
    429 
    430      write(*,*)"TWOLAY AEROSOL: pres_bottom_tropo? in pa"
    431      pres_bottom_tropo=66000.0
    432      call getin_p("pres_bottom_tropo",pres_bottom_tropo)
    433      write(*,*)" pres_bottom_tropo = ",pres_bottom_tropo
    434 
    435      write(*,*)"TWOLAY AEROSOL: pres_top_tropo? in pa"
    436      pres_top_tropo=18000.0
    437      call getin_p("pres_top_tropo",pres_top_tropo)
    438      write(*,*)" pres_top_tropo = ",pres_top_tropo
    439 
    440      write(*,*)"TWOLAY AEROSOL: pres_bottom_strato? in pa"
    441      pres_bottom_strato=2000.0
    442      call getin_p("pres_bottom_strato",pres_bottom_strato)
    443      write(*,*)" pres_bottom_strato = ",pres_bottom_strato
    444 
    445      write(*,*)"TWOLAY AEROSOL: pres_top_strato? in pa"
    446      pres_top_strato=100.0
    447      call getin_p("pres_top_strato",pres_top_strato)
    448      write(*,*)" pres_top_strato = ",pres_top_strato
    449 
    450      write(*,*)"TWOLAY AEROSOL: particle size in the ", &
    451                     "tropospheric layer, in meters"
    452      size_tropo=2.e-6
    453      call getin_p("size_tropo",size_tropo)
    454      write(*,*)" size_tropo = ",size_tropo
    455 
    456      write(*,*)"TWOLAY AEROSOL: particle size in the ", &
    457                     "stratospheric layer, in meters"
    458      size_strato=1.e-7
    459      call getin_p("size_strato",size_strato)
    460      write(*,*)" size_strato = ",size_strato
    461 
    462 !=================================
    463 
    464      write(*,*) "Gravitationnal sedimentation ?"
    465      sedimentation=.false. ! default value
    466      call getin_p("sedimentation",sedimentation)
    467      write(*,*) " sedimentation = ",sedimentation       
    468396
    469397     write(*,*) "Does user want to force cpp and mugaz?"
Note: See TracChangeset for help on using the changeset viewer.