Ignore:
Timestamp:
Mar 1, 2023, 6:22:39 PM (16 months ago)
Author:
Laurent Fairhead
Message:

Merged trunk revisions from 4127 to 4443 (HEAD) into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Portage_acc/libf/dyn3dmem/conf_gcm.F90

    r4100 r4446  
    645645     CALL getin('type_trac',type_trac)
    646646
    647      !Config  Key  = config_inca
    648      !Config  Desc = Choix de configuration de INCA
    649      !Config  Def  = none
    650      !Config  Help = Choix de configuration de INCA :
    651      !Config         'none' = sans INCA
    652      !Config         'chem' = INCA avec calcul de chemie
    653      !Config         'aero' = INCA avec calcul des aerosols
    654      config_inca = 'none'
    655      CALL getin('config_inca',config_inca)
    656 
    657647     !Config  Key  = ok_dynzon
    658648     !Config  Desc = calcul et sortie des transports
     
    678668     ok_dyn_ave = .FALSE.
    679669     CALL getin('ok_dyn_ave',ok_dyn_ave)
     670
     671     !Config  Key  = ok_dyn_xios
     672     !Config  Desc = sorties moyennes dans la dynamique
     673     !Config  Def  = n
     674     !Config  Help =
     675     !Config         
     676     ok_dyn_xios = .FALSE.
     677     CALL getin('ok_dyn_xios',ok_dyn_xios)
    680678
    681679     write(lunout,*)' #########################################'
     
    717715     write(lunout,*)' offline = ', offline
    718716     write(lunout,*)' type_trac = ', type_trac
    719      write(lunout,*)' config_inca = ', config_inca
    720717     write(lunout,*)' ok_dynzon = ', ok_dynzon
    721718     write(lunout,*)' ok_dyn_ins = ', ok_dyn_ins
    722719     write(lunout,*)' ok_dyn_ave = ', ok_dyn_ave
     720     write(lunout,*)' ok_dyn_xios = ', ok_dyn_xios
    723721  else
    724722     !Config  Key  = clon
     
    847845     CALL getin('type_trac',type_trac)
    848846
    849      !Config  Key  = config_inca
    850      !Config  Desc = Choix de configuration de INCA
    851      !Config  Def  = none
    852      !Config  Help = Choix de configuration de INCA :
    853      !Config         'none' = sans INCA
    854      !Config         'chem' = INCA avec calcul de chemie
    855      !Config         'aero' = INCA avec calcul des aerosols
    856      config_inca = 'none'
    857      CALL getin('config_inca',config_inca)
    858 
    859847     !Config  Key  = ok_dynzon
    860848     !Config  Desc = sortie des transports zonaux dans la dynamique
     
    880868     ok_dyn_ave = .FALSE.
    881869     CALL getin('ok_dyn_ave',ok_dyn_ave)
     870
     871     !Config  Key  = ok_dyn_xios
     872     !Config  Desc = sorties moyennes dans la dynamique
     873     !Config  Def  = n
     874     !Config  Help =
     875     !Config         
     876     ok_dyn_xios = .FALSE.
     877     CALL getin('ok_dyn_xios',ok_dyn_xios)
    882878
    883879     !Config  Key  = use_filtre_fft
     
    989985     write(lunout,*)' offline = ', offline
    990986     write(lunout,*)' type_trac = ', type_trac
    991      write(lunout,*)' config_inca = ', config_inca
    992987     write(lunout,*)' ok_dynzon = ', ok_dynzon
    993988     write(lunout,*)' ok_dyn_ins = ', ok_dyn_ins
    994989     write(lunout,*)' ok_dyn_ave = ', ok_dyn_ave
     990     write(lunout,*)' ok_dyn_xios = ', ok_dyn_xios
    995991     write(lunout,*)' use_filtre_fft = ', use_filtre_fft
    996992     write(lunout,*)' use_mpi_alloc = ', use_mpi_alloc
Note: See TracChangeset for help on using the changeset viewer.