Changeset 73 for trunk/src/sinobad.d


Ignore:
Timestamp:
10/13/11 10:50:43 (13 years ago)
Author:
jbrlod
Message:

modif for dual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sinobad.d

    r72 r73  
    11//defval K_NEU 
    22//#define FZIMP 
    3 //#define FILTER 
     3#define FILTER 
    44//#define FILZNOL 
    55//#define FILLNOZ 
     
    2020defval NZ      31  
    2121defval NMAX    800 //    !  maximum of iterations for the SOR solver 
    22 defval TA      101 |__DATE__ | number of time steps 
     22defval TA      121 |__DATE__ | number of time steps 
    2323defval TU       2 | start time step 
    2424#ifdef FILTER 
    25 defval OFTL      0 
    26 defval OFTZ      4 
    27 defval OFT       4 
     25defval OFTL      6 
     26defval OFTZ      6 
     27defval OFT       12 
    2828#endif 
    2929#ifndef FILTER 
     
    6262//#option   O_DBG_NANF 
    6363//#option   O_DBG_TING 
     64option O_DUAL 
    6465option  O_EXTOBJ "../object/ncutil.o" 
    6566option O_REAL double 
    66 option o_parallel 
     67//option o_parallel 
    6768 
    6869//#TRAJECTOIRES (DIM) -----------------------------------TRAJ 
Note: See TracChangeset for help on using the changeset viewer.