Changeset 4088 for trunk/LMDZ.VENUS/libf/phyvenus/conf_phys.F90
- Timestamp:
- Feb 27, 2026, 8:46:42 AM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.VENUS/libf/phyvenus/conf_phys.F90 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/conf_phys.F90
r4080 r4088 5 5 contains 6 6 7 subroutine conf_phys(ok_journe, ok_mensuel, ok_instan, & 8 & if_ebil) 7 subroutine conf_phys(ok_journe, ok_mensuel, ok_instan) 9 8 use init_print_control_mod, only: init_print_control 10 9 use print_control_mod, only: lunout … … 25 24 ! Sortie: 26 25 logical,intent(out) :: ok_journe, ok_mensuel, ok_instan 27 integer,intent(out) :: if_ebil28 26 29 27 … … 151 149 ! 152 150 ! 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 161 152 !! 162 153 !! Parametres orbitaux … … 746 737 write(lunout,*)' Sortie instantanee = ', ok_instan 747 738 write(lunout,*)' frequence sorties = ', ecriphy 748 write(lunout,*)' Sortie bilan d''energie, if_ebil =', if_ebil749 739 write(lunout,*)' Excentricite = ',R_ecc 750 740 write(lunout,*)' Equinoxe = ',R_peri
Note: See TracChangeset
for help on using the changeset viewer.
