Ignore:
Timestamp:
Aug 29, 2011, 3:32:52 PM (13 years ago)
Author:
jghattas
Message:
  • Added reading of paramter type_trac from *.def file : type_trac=lmdz(default), inca or repr(soon). While running with INCA, 2 parameters are now necessare in .def : type_trac=inca and config_inca=aero/chem. If type_trac=lmdz or repr, config_inca will not be used.
  • Removed print of ecrit_mth, ecrit_day etc in physiq.F. Removed the variable ecrit_hf2mth which is no longer used.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dpar/conf_gcm.F

    r1502 r1563  
    1717      use parallel, ONLY : omp_chunk
    1818      USE control_mod
     19      USE infotrac, ONLY : type_trac
    1920      IMPLICIT NONE
    2021c-----------------------------------------------------------------------
     
    588589       END IF
    589590       
     591!Config  Key  = type_trac
     592!Config  Desc = Choix de couplage avec model de chimie INCA ou REPROBUS
     593!Config  Def  = lmdz
     594!Config  Help =
     595!Config         'lmdz' = pas de couplage, pur LMDZ
     596!Config         'inca' = model de chime INCA
     597!Config         'repr' = model de chime REPROBUS
     598      type_trac = 'lmdz'
     599      CALL getin('type_trac',type_trac)
     600
     601
    590602!Config  Key  = config_inca
    591603!Config  Desc = Choix de configuration de INCA
     
    659671      write(lunout,*)' tauyy = ', tauyy
    660672      write(lunout,*)' offline = ', offline
     673      write(lunout,*)' type_trac = ', type_trac
    661674      write(lunout,*)' config_inca = ', config_inca
    662675      write(lunout,*)' ok_dynzon = ', ok_dynzon
     
    785798     &         'only the file phystoke.nc will still be created '
    786799       END IF
     800
     801!Config  Key  = type_trac
     802!Config  Desc = Choix de couplage avec model de chimie INCA ou REPROBUS
     803!Config  Def  = lmdz
     804!Config  Help =
     805!Config         'lmdz' = pas de couplage, pur LMDZ
     806!Config         'inca' = model de chime INCA
     807!Config         'repr' = model de chime REPROBUS
     808      type_trac = 'lmdz'
     809      CALL getin('type_trac',type_trac)
    787810
    788811!Config  Key  = config_inca
     
    933956      write(lunout,*)' tauy = ', tauy
    934957      write(lunout,*)' offline = ', offline
     958      write(lunout,*)' type_trac = ', type_trac
    935959      write(lunout,*)' config_inca = ', config_inca
    936960      write(lunout,*)' ok_dynzon = ', ok_dynzon
Note: See TracChangeset for help on using the changeset viewer.