Ignore:
Timestamp:
May 3, 2019, 1:10:27 PM (6 years ago)
Author:
slebonnois
Message:

SL, Venus: new keys for flexibility cp0/cp(T) and Held-Suarez type physics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3dpar/conf_gcm.F90

    r2126 r2135  
    498498  iphysiq = 5
    499499  CALL getin('iphysiq', iphysiq)
     500
     501!Config  Key  =  cpofT
     502!Config  Desc = dependence of Cp on T
     503!Config  Def  = False
     504!Config  Help = dependence of Cp on T (true or false)
     505  cpofT = .False.
     506  if (planet_type.eq."venus") then
     507   cpofT = .True.
     508  endif
     509  CALL getin('cpofT', cpofT)
    500510
    501511!Config  Key  = iflag_trac
     
    9901000      write(lunout,*)' iflag_phys = ', iflag_phys
    9911001      write(lunout,*)' iphysiq = ', iphysiq
     1002      write(lunout,*)' cpofT = ', cpofT
    9921003      write(lunout,*)' iflag_trac = ', iflag_trac
    9931004      write(lunout,*)' iapp_tracvl = ', iapp_tracvl
Note: See TracChangeset for help on using the changeset viewer.