Ignore:
Timestamp:
Jun 23, 2009, 11:35:20 PM (15 years ago)
Author:
yann meurdesoif
Message:

Correction de FH sur la sponge layer de top_bound + parallelisation des corrections.

YM

File:
1 edited

Legend:

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

    r1176 r1190  
    280280       CALL getin('dissip_deltaz',dissip_deltaz )
    281281       CALL getin('dissip_zref',dissip_zref )
     282
     283       iflag_top_bound=1
     284       tau_top_bound=1.e-5
     285       CALL getin('iflag_top_bound',iflag_top_bound)
     286       CALL getin('tau_top_bound',tau_top_bound)
    282287
    283288!Config  Key  = coefdis
Note: See TracChangeset for help on using the changeset viewer.