Changeset 37 for trunk/src/sinobad.d


Ignore:
Timestamp:
04/19/11 17:36:12 (13 years ago)
Author:
jbrlod
Message:

modification of ctin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sinobad.d

    r36 r37  
    1717  
    1818#OPTION ----------------------------------------------OPTION 
    19 #option o_parallel 
     19 
    2020option    O_M1QN3 | M2QN1  
    2121#option O_VARINCR 
    22 option    O_GRADTEST 
     22#option    O_GRADTEST 
    2323option   O_DBG_NANF 
    2424#option   O_DBG_TING 
    2525option  O_EXTOBJ "../object/ncutil.o" 
    2626option O_REAL double 
     27option o_parallel 
    2728 
    2829#TRAJECTOIRES (DIM) -----------------------------------TRAJ 
     
    190191modul   gcb_dynspg_flt          space   S3dt inter YA1 YA2      input 4           output 1      tempo    
    191192modul   gcx_dynspg_flt          space   S3dt inter YA1 YA2      input 2           output 1      tempo    
    192 modul   solsor_dynspg_flt       space   S3dt inter YA1          input 0           output 0       
    193 modul   gcx2                    space   S3dt inter YA1 YA2      input 0           output 1      tempo    
     193modul   solsor_dynspg_flt       space   S3dt inter YA1 YA2      input array 18    output 1       
     194modul   gcx2                    space   S3dt inter YA1 YA2      input array 1     output 1      tempo    
    194195modul   spguv_dynspg_flt        space   S3dt inter YA1 YA2      input 3           output 2      tempo    
    195196modul   ua                      space   S3dt                    input 3           output 1      tempo 
     
    581582ctin     sshb                   3       from    sshn                    1  i    j         t 
    582583ctin     sshb                   4       from    sshn_c                  1  i    j          
     584############## Ajout de ctin "virtuels" ############## 
     585ctin     solsor_dynspg_flt      1..9    from    gcx_dynspg_flt          1 i%~1 j%~1       t 
     586ctin     solsor_dynspg_flt      10..18  from    gcb_dynspg_flt          1 i%~1 j%~1       t 
     587ctin     gcx2                   1       from    solsor_dynspg_flt       1 i    j  
    583588 
    584589#---------->dyn_nxt 
     
    747752            gcb_dynspg_flt gcx_dynspg_flt 
    748753      forder 
    749       order YA1 
     754      order YA1 YA2 
    750755            solsor_dynspg_flt 
    751756      forder 
Note: See TracChangeset for help on using the changeset viewer.