Ignore:
Timestamp:
Feb 27, 2026, 8:46:42 AM (2 weeks ago)
Author:
emillour
Message:

Venus PCM:
Cleanup: remove unused (because are remains from Earth LMDZ code
never adapted to venus) diagnostics diagphy and diagetpq routines
and related flag "if_ebil".
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/conf_phys.F90

    r4080 r4088  
    55contains
    66
    7   subroutine conf_phys(ok_journe, ok_mensuel, ok_instan, &
    8  &                     if_ebil)
     7  subroutine conf_phys(ok_journe, ok_mensuel, ok_instan)
    98   use init_print_control_mod, only: init_print_control
    109   use print_control_mod, only: lunout
     
    2524! Sortie:
    2625  logical,intent(out)  :: ok_journe, ok_mensuel, ok_instan       
    27   integer,intent(out)  :: if_ebil
    2826
    2927
     
    151149!
    152150!
    153 !Config Key  = if_ebil
    154 !Config Desc = Niveau de sortie pour les diags bilan d'energie
    155 !Config Def  = 0
    156 !Config Help =
    157 !               
    158 !
    159   if_ebil = 0
    160   call getin_p('if_ebil', if_ebil)
     151
    161152!!
    162153!! Parametres orbitaux
     
    746737  write(lunout,*)' Sortie instantanee = ', ok_instan
    747738  write(lunout,*)' frequence sorties = ', ecriphy 
    748   write(lunout,*)' Sortie bilan d''energie, if_ebil =', if_ebil
    749739  write(lunout,*)' Excentricite = ',R_ecc
    750740  write(lunout,*)' Equinoxe = ',R_peri
Note: See TracChangeset for help on using the changeset viewer.