Ignore:
Timestamp:
Nov 30, 2022, 4:37:30 PM (19 months ago)
Author:
dcugnet
Message:
  • remove "config_inca" variable from "control_mod" and "infotrac_phy" (read in infotrac)
  • only kept version of "type_trac" is in tracinca ; few tests are moved from infotrac to this module.
  • simplify and generalize a bit the routines "phyetat0_get" and "phyetat0_srf" from phyetat0, converted to a module.
  • fix the isotopic version: few "USE … » were misplaced between ISOVERIF CPP keys
  • fix the old water and derived isotopes names in the ISOTRAC case
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3d/conf_gcm.F90

    r4100 r4358  
    599599     type_trac = 'lmdz'
    600600     CALL getin('type_trac',type_trac)
    601 
    602      !Config  Key  = config_inca
    603      !Config  Desc = Choix de configuration de INCA
    604      !Config  Def  = none
    605      !Config  Help = Choix de configuration de INCA :
    606      !Config         'none' = sans INCA
    607      !Config         'chem' = INCA avec calcul de chemie
    608      !Config         'aero' = INCA avec calcul des aerosols
    609      config_inca = 'none'
    610      CALL getin('config_inca',config_inca)
    611601
    612602     !Config  Key  = ok_dynzon
     
    672662     write(lunout,*)' offline = ', offline
    673663     write(lunout,*)' type_trac = ', type_trac
    674      write(lunout,*)' config_inca = ', config_inca
    675664     write(lunout,*)' ok_dynzon = ', ok_dynzon
    676665     write(lunout,*)' ok_dyn_ins = ', ok_dyn_ins
     
    795784     type_trac = 'lmdz'
    796785     CALL getin('type_trac',type_trac)
    797 
    798      !Config  Key  = config_inca
    799      !Config  Desc = Choix de configuration de INCA
    800      !Config  Def  = none
    801      !Config  Help = Choix de configuration de INCA :
    802      !Config         'none' = sans INCA
    803      !Config         'chem' = INCA avec calcul de chemie
    804      !Config         'aero' = INCA avec calcul des aerosols
    805      config_inca = 'none'
    806      CALL getin('config_inca',config_inca)
    807786
    808787     !Config  Key  = ok_dynzon
     
    912891     write(lunout,*)' offline = ', offline
    913892     write(lunout,*)' type_trac = ', type_trac
    914      write(lunout,*)' config_inca = ', config_inca
    915893     write(lunout,*)' ok_dynzon = ', ok_dynzon
    916894     write(lunout,*)' ok_dyn_ins = ', ok_dyn_ins
Note: See TracChangeset for help on using the changeset viewer.