Ignore:
Timestamp:
Apr 7, 2009, 6:41:02 PM (15 years ago)
Author:
jghattas
Message:

Recuperation des developpements fait uniquement sur la branche LMDZ4_V4_patches :

  • ajoute de la nouvelle flag ok_dynzon
  • ajoute du parametre aer_type
  • optimisation : isccp_cloud_types.F

+ bug pour le slab dans conf_phys.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/conf_gcm.F

    r1140 r1143  
    556556      config_inca = 'none'
    557557      CALL getin('config_inca',config_inca)
     558
     559!Config  Key  = ok_dynzon
     560!Config  Desc = calcul et sortie des transports
     561!Config  Def  = n
     562!Config  Help = Permet de mettre en route le calcul des transports
     563!Config         
     564      ok_dynzon = .FALSE.
     565      CALL getin('ok_dynzon',ok_dynzon)
    558566
    559567
     
    593601      write(lunout,*)' offline = ', offline
    594602      write(lunout,*)' config_inca = ', config_inca
     603      write(lunout,*)' ok_dynzon = ', ok_dynzon
    595604
    596605      RETURN
     
    717726      config_inca = 'none'
    718727      CALL getin('config_inca',config_inca)
     728
     729!Config  Key  = ok_dynzon
     730!Config  Desc = calcul et sortie des transports
     731!Config  Def  = n
     732!Config  Help = Permet de mettre en route le calcul des transports
     733!Config         
     734      ok_dynzon = .FALSE.
     735      CALL getin('ok_dynzon',ok_dynzon)
    719736
    720737!Config  Key  = use_filtre_fft
     
    807824      write(lunout,*)' offline = ', offline
    808825      write(lunout,*)' config_inca = ', config_inca
     826      write(lunout,*)' ok_dynzon = ', ok_dynzon
    809827      write(lunout,*)' use_filtre_fft = ', use_filtre_fft
    810828      write(lunout,*)' use_mpi_alloc = ', use_mpi_alloc
Note: See TracChangeset for help on using the changeset viewer.