Changeset 55


Ignore:
Timestamp:
07/01/11 15:59:57 (13 years ago)
Author:
jbrlod
Message:

prepare tag 2.0 version

Location:
trunk
Files:
6 added
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts

    • Property svn:ignore set to
      test_sensi
      *~
      .TERM*
  • trunk/scripts/run_batch_sinobad.sh

    r51 r55  
    11#!/bin/sh 
    2 #PBS -e ../scripts/script_outputs/ 
    3 #PBS -o ../scripts/script_outputs/ 
     2#PBS -e ../scripts/script_outputs/error.out 
     3#PBS -o ../scripts/script_outputs/sinobad.out 
    44#PBS -q short 
    55#PBS -l ncpus=16,nodes=1:x64 
  • trunk/scripts/script_outputs

    • Property svn:ignore set to
      *.out
      run_batch_sinobad.sh.*
  • trunk/src

    • Property svn:ignore
      •  

        old new  
        11sinobad 
        22Yworkdir 
         3essai* 
         4core.* 
         5#* 
         6sinobad.c 
  • trunk/src/Makefile

    r54 r55  
    11#GENOPT=-DOPTIMORDER -DSOLSORYAO -E 
    22#GENOPT= -E 
    3 GENOPT=-DSOLSORYAO -E 
     3GENOPT=-DOPTIMORDER -E 
    44YAOPT=  -p +O3 -x sinobad 
    55 
  • trunk/src/cost.dat

    r54 r55  
    2525 1.7876027971923725e+02 
    2626 2.0259497236690703e+02 
     27 1.7881103040469617e+02 
     28 1.7886996041817454e+02 
     29 1.7907554124113310e+02 
     30 1.8045371934564810e+02 
     31 1.7569372841627006e+02 
     32 1.9113648527038990e+02 
     33 1.7516955251891332e+02 
     34 1.9550146370923514e+02 
     35 1.7455342251319595e+02 
     36 2.1077987977826763e+02 
     37 1.7473743190883036e+02 
     38 1.7476659805882767e+02 
     39 1.7491607437730161e+02 
     40 1.7534570209262407e+02 
     41 1.7146968928574532e+02 
     42 1.7918664114219453e+02 
     43 1.7311809756377912e+02 
     44 1.7320818032615955e+02 
     45 1.7322190117805096e+02 
     46 1.7328346667692077e+02 
     47 1.7390681350015083e+02 
     48 1.7091883954920155e+02 
     49 1.7074257389516592e+02 
     50 1.7423942813610816e+02 
     51 1.7069031205380722e+02 
     52 1.7425456057653693e+02 
     53 1.7425631257707835e+02 
     54 1.7425753342598696e+02 
  • trunk/src/sinobad.h

    r54 r55  
    255255        hvr(i,j) = hvr(i,j) + fse3v(i,j,k) * vmask(i,j,k); 
    256256      } 
    257       // ! Compute and mask the inverse of the local depth 
     257      // ! Cte and mask the inverse of the local depth 
    258258      hur(i,j) = 1. / hur(i,j) * umask(i,j,0); 
    259259      hvr(i,j) = 1. / hvr(i,j) * vmask(i,j,0); 
Note: See TracChangeset for help on using the changeset viewer.