Ignore:
Timestamp:
Jan 19, 2017, 2:46:53 PM (8 years ago)
Author:
jvatant
Message:

Modifications to custom radiative transfer to Titan
+ Enables an altitude dependant gfrac for CIA computations

-> many radical changes in su_gases and co ..
-> read vertical CH4 profile with call_profilgases
-> Now you need a 'profile.def' that I will add in the deftank

+ Added interpolate CIA routines for CH4
+ Added temporary mean aerosol profile opacity routine (disr_haze)

File:
1 edited

Legend:

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

    r1647 r1648  
    439439
    440440!=================================
    441 
    442      write(*,*)"What is the saturation % of the variable species?"
    443      satval=0.8
    444      call getin_p("satval",satval)
    445      write(*,*)" satval = ",satval
    446441
    447442     write(*,*) "Gravitationnal sedimentation ?"
     
    477472!           mugaz=8.314*1000./pr
    478473     endif ! of if (force_cpp)
    479      call su_gases
     474     
     475     
     476     call su_gases(nlayer,tracer)     
    480477     call calc_cpp_mugaz
    481 
     478     
     479     
    482480     PRINT*,'--------------------------------------------'
    483481     PRINT*
     
    519517  ENDDO
    520518
    521   ! initialize variables in radinc_h
    522519  call ini_radinc_h(nlayer)
    523520 
Note: See TracChangeset for help on using the changeset viewer.