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/dyn3d/conf_gcm.F90

    r2126 r2135  
    1717                         output_grads_dyn, periodav, planet_type, &
    1818                         raz_date, resetvarc, starttime, timestart, &
    19                          ecritstart,force_conserv_tracer
     19                         ecritstart, cpofT,force_conserv_tracer
    2020  USE infotrac, ONLY : type_trac
    2121  use assert_m, only: assert
     
    476476  iphysiq = 5
    477477  CALL getin('iphysiq', iphysiq)
     478
     479!Config  Key  =  cpofT
     480!Config  Desc = dependence of Cp on T
     481!Config  Def  = False
     482!Config  Help = dependence of Cp on T (true or false)
     483  cpofT = .False.
     484  if (planet_type.eq."venus") then
     485   cpofT = .True.
     486  endif
     487  CALL getin('cpofT', cpofT)
    478488
    479489!Config  Key  = iflag_trac
     
    952962 write(lunout,*)' iflag_phys = ', iflag_phys
    953963 write(lunout,*)' iphysiq = ', iphysiq
     964 write(lunout,*)' cpofT = ', cpofT
    954965 write(lunout,*)' iflag_trac = ', iflag_trac
    955966 write(lunout,*)' iapp_tracvl = ', iapp_tracvl
Note: See TracChangeset for help on using the changeset viewer.