Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: read tidal water depth and current files

read tidal water depth and current files 10 years 5 months ago #13303

  • ClaireBeraud
  • ClaireBeraud's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 42
  • Thank you received: 2
Hi

I try to read telemac output files from tomawac, namely the tidal water depth and current. To that aim, I use the keyords:

BINARY CURRENTS FILE = './tides/VELOCITY UV.t3v'
CURRENTS FILE FORMAT = 3 /serafin
BINARY TIDAL WATER LEVEL FILE = './tides/WATER DEPTH.t3s'
TIDAL WATER LEVEL FILE FORMAT = 3 /serafin
TIDE REFRESHING PERIOD = 60 /must be a multiple of time-step

But I keep on having problems with these keywords, they are not recognized - I have found them on the TOMAWAC manual.

Does someone know why these keywords are wrong? What should they be instead?
Many thanks!!

Claire
The administrator has disabled public write access.

read tidal water depth and current files 10 years 5 months ago #13304

  • jmhervouet
  • jmhervouet's Avatar
Hello,

To sort out the problem I would advise first to use files that are in the folder (not in sub-folders) and without spaces in their names (in case the mixture of / and spaces is interpreted as a comment). I am not sure that spaces in names will work, but it may depend on the system, and Perl or Python.

With best regards,

Jean-Michel Hervouet
The administrator has disabled public write access.

read tidal water depth and current files 10 years 5 months ago #13305

  • ClaireBeraud
  • ClaireBeraud's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 42
  • Thank you received: 2
Thanks a lot for this quick reply!

I have done all the modifications that you advised, but still get the same error:

_____________
runcode::main:
/home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC:
uncontroled error from python:: KeyError('
BINARY CURRENTS FILE',)
~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/apps/telemac/v6p3/scripts/python27/runcode.py", line 1084, in <module>
runCAS(cfgname,cfg,codeName,casFile,options)
File "/apps/telemac/v6p3/scripts/python27/runcode.py", line 600, in runCAS
cas,lang = processCAS(casFile,dico,frgb)
File "/apps/telemac/v6p3/scripts/python27/runcode.py", line 161, in processCAS
cas = readCAS(scanCAS(casFile),dico,frgb)
File "/apps/telemac/v6p3/scripts/python27/parsers/parserKeywords.py", line 144, in readCAS
if kw not in dico.keys(): kw = frgb[kw]
KeyError: '
BINARY CURRENTS FILE'
~~~~~~~~~~~~~~~~~~

It seems like a keyword error, doesn't it? Or a python error?
Any guess, please?

Kind regards
Claire
The administrator has disabled public write access.

read tidal water depth and current files 10 years 5 months ago #13306

  • jmhervouet
  • jmhervouet's Avatar
Hello,

So no idea... maybe testing Perl or posting your parameter file (it could be an error in the line before...).

Regards,

JMH
The administrator has disabled public write access.

read tidal water depth and current files 10 years 5 months ago #13335

  • sebourban
  • sebourban's Avatar
  • OFFLINE
  • Administrator
  • Principal Scientist
  • Posts: 814
  • Thank you received: 219
Hello,

Can you give us your CAS file at least so we can scan it for problems ?

Cheers,
Sébastien.
The administrator has disabled public write access.

read tidal water depth and current files 10 years 5 months ago #13345

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Hi Claire

To basic problem to see it at the first look...
T3V and T3S files are probably generate with a blue kenue save and you should know that file format are not like a SERAFIN file format.
You should export your currents and tidal water level as a selafin file in blue kenue and this will probably solve your problem

Best regards
Christophe
The administrator has disabled public write access.

read tidal water depth and current files 10 years 4 months ago #13487

  • ClaireBeraud
  • ClaireBeraud's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 42
  • Thank you received: 2
Hi all and thanks a lot for your replies.

I now manage to run tomawac (the error was a misspell in the line before), and read the current and water depth for the first time step (in noudon subroutine, 'MODE' is equal to 2 and 1 for VELOCITY U, V and WATER DEPTH respectively).
However, 'MODE' becomes 0 for VELOCITY U and V (while 'MODE' for WATER DEPTH becomes 2) leading to a reading error on VELOCITY U.

According to NOUDON description, MODE=0 means 'do not read' and MODE=1 means 'read if present'. So what does mean MODE=2? And why the velocities and water depth are read for the first time-step but cannot be read further?
I have attached the error file (TOM_readtel.o), fortran file (limwac_noudon_int_new.f) and my tomawac steering file (meshZ2_surge....casw).

Another issue is that I can only run in scalar this job. I have also attached the error file I get when try to run in parallel (TOM_readtide_par.o). It looks like a partitionning error. Anybody has already experienced this error?

Thanks again
Regards
Claire
Attachments:
The administrator has disabled public write access.

read tidal water depth and current files 10 years 4 months ago #13509

  • ClaireBeraud
  • ClaireBeraud's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 42
  • Thank you received: 2
Sorry, I have just realised that my attached files were missing, and I keep on failing attaching them. So will copy and paste my different files:

my tomawac steering file:
/
/ TOMAWAC Version v6p3
/ 05 Mar 2014
/ validating wave model when hm0 is high
/

/
/ COMPUTATION / DISCRETIZATION OPTIONS
/

/DEBUGGER = 1
/COMPUTATION CONTINUED = YES
/WHEN COMPUTATION CONTINUED
DATE OF COMPUTATION BEGINNING = 1312040000
/TIME STEP = 50 /seconds
TIME STEP = 30

/NUMBER OF TIME STEP = 409200 /if Dt=0.5
/NUMBER OF TIME STEP = 204600 /if Dt=1
/NUMBER OF TIME STEP = 102300 /if Dt=2
/NUMBER OF TIME STEP = 102300 /if Dt=5
/NUMBER OF TIME STEP = 20460 /if Dt=10
/NUMBER OF TIME STEP = 10800 /1d Dt=8
/NUMBER OF TIME STEP = 4092 /if Dt=50
/NUMBER OF TIME STEP = 3410 /if Dt=60
/NUMBER OF TIME STEP = 1705 /for 1d spinup Dt=60
NUMBER OF TIME STEP = 10

/
/READING THE TIDE
/

BINARY CURRENTS FILE =
'../Z2_suvuvBC/tides/Z2_CF_uvsB_2d_Johnsvalid_tideonly.slf'
CURRENTS FILE FORMAT = 3 /serafin
BINARY TIDAL WATER LEVEL FILE =
'../Z2_suvuvBC/tides/Z2_CF_uvsB_2d_Johnsvalid_tideonly.slf'
TIDAL WATER LEVEL FILE FORMAT = 3 /serafin
TIDE REFRESHING PERIOD = 1 /must be a multiple of time-step



/


NUMBER OF DIRECTIONS = 36

NUMBER OF FREQUENCIES = 22

MINIMAL FREQUENCY = 0.025

FREQUENTIAL RATIO = 1.1615

/SPECTRUM TAIL FACTOR =

BOTTOM SMOOTHINGS = 0

INFINITE DEPTH = FALSE

/PARALLEL PROCESSORS = 16
/PARALLEL PROCESSORS = 32
PARALLEL PROCESSORS = 0

/
/ GENERAL PARAMATERS
/

TITLE = 'mesh_Z2_surg305122013BCNorth_Wd_tide'

/WATER DENSITY = 1027

MINIMUM WATER DEPTH = 0.1

/AIR DENSITY = 1.225 /default

/
/ INITIAL CONDITIONS
/


INITIAL STILL WATER LEVEL = 0.796 / meters needed

TYPE OF INITIAL DIRECTIONAL SPECTRUM = 6 /Jonswap

INITIAL ANGULAR DISTRIBUTION FUNCTION = 3 /model in cos^(25) - Mitsuyasu

INITIAL SIGNIFICANT WAVE HEIGHT = 0.54
INITIAL PEAK FREQUENCY =0.365
INITIAL MAIN DIRECTION 1 = 248.32 /68.32 +180

/
/ BOUNDARY CONDITIONS
/


LIMIT SPECTRUM MODIFIED BY USER = NO / i.e. using limwac

/LIMIT SPECTRUM MODIFIED BY USER = YES

TYPE OF BOUNDARY DIRECTIONAL SPECTRUM = 6

BOUNDARY ANGULAR DISTRIBUTION FUNCTION = 3

BOUNDARY SIGNIFICANT WAVE HEIGHT = 0.54
BOUNDARY MAIN DIRECTION 1 = 248.32 / 68.32+180
BOUNDARY PEAK FREQUENCY = 0.365

/
/ SOURCE TERMS
/

CONSIDERATION OF SOURCE TERMS = TRUE

CONSIDERATION OF A WIND = TRUE



/APPORTS DUS AU VENT
WIND GENERATION = 1

STATIONARY WIND = NO

/WIND GENERATION COEFFICIENT =

/WIND VELOCITY ALONG X = 19.7

/WIND VELOCITY ALONG Y = 3.5

CONSIDERATION OF A STATIONARY CURRENT = FALSE

CONSIDERATION OF TIDE = TRUE

WHITE CAPPING DISSIPATION = 1

TRIAD INTERACTIONS = 1 / LTA method

NON-LINEAR TRANSFERS BETWEEN FREQUENCIES = 1 / DIA method

DEPTH-INDUCED BREAKING DISSIPATION = 1 / Battjes and Janssen's model

DEPTH-INDUCED BREAKING 1 (BJ) COEFFICIENT GAMMA2 = 0.73 / gamma = maximum wave height / water depth

BOTTOM FRICTION DISSIPATION = 1 /note: only taken into account if INFINITE DEPTH = FALSE

/BOTTOM FRICTION COEFFICIENT = 0.025

WAVE GROWTH LIMITER = 2 /HERSBACH & JANSSEN 1999

/
/ INPUT FILES
/

GEOMETRY FILE ='./mesh_Z2.slf'

BOUNDARY CONDITIONS FILE = '../mesh_Z2/Z2_BC_waves.cli'

/STEERING FILE = '../mesh_Z2_surge05122013BCNorth_Wd.casw' / name of this file

FORMATTED FILE 1 = '../wavewind_data/wave_surge05122013_NorthBC_f4t7.txt'

WINDS FILE FORMAT = 4

FORMATTED WINDS FILE='../wavewind_data/wind_surge05122013_NorthBC_f4t7.txt'

/reading simple wave file
FORTRAN FILE='../fortran/limwac_noudon_new.f'

/
/ OUTPUT FILES
/

2D RESULTS FILE = './results/try_toerase_readstide.slf'

/PREVIOUS COMPUTATION FILE ='./results/mesh_Z2_surge05122013BCNorth_Wd_coupledtide_wavesurge_fast.slf'

PERIOD FOR GRAPHIC PRINTOUTS = 5 / timestep interval for saving variables to file (ie = 1 save values at every timestep)

VARIABLES FOR 2D GRAPHIC PRINTOUTS = 'HM0,DMOY,TPR5,SPD,UWB,VX,VY,WD,ZF,FX,FY,UX,UY,WD'

PERIOD FOR LISTING PRINTOUTS = 5 /60 timestep interval for outputting to the screen


*******************************************************************
error message file when in scalar:


Loading Options and Configurations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

... parsing configuration file: /apps/telemac/v6p3/configs/systel.cfg


Running your CAS file for:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+> configuration: scalar_ifort
+> root: /apps/telemac/v6p3
+> version v6p3
+> options:


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Running meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw with tomawac under /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

... reading module dictionary
... running in English with meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw
copying: tomawac.dico /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-25-15h00min40s/WACDICO
re-writing: /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-25-15h00min40s/WACCAS
copying: Z2_CF_uvsB_2d_Johnsvalid_tideonly.slf /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-25-15h00min40s/WACCOB
copying: Z2_CF_uvsB_2d_Johnsvalid_tideonly.slf /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-25-15h00min40s/WACMAB
copying: mesh_Z2.slf /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-25-15h00min40s/WACGEO
copying: Z2_BC_waves.cli /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-25-15h00min40s/WACCLI
copying: wave_surge05122013_NorthBC_f4t7.txt /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-25-15h00min40s/WACFO1
copying: wind_surge05122013_NorthBC_f4t7.txt /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-25-15h00min40s/WACVEF
copying: limwac_noudon_int_new_bis_JohnDri.f /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-25-15h00min40s/wacfort.f
ifort -c -O3 -convert big_endian -no-prec-div -O3 -sox -vec-report1 -xsse4.1 -extend-source 132 -g -DHAVE_VTK -DHAVE_TECPLOT -I /apps/telemac/v6p3/builds/scalar_ifort/lib/utils/special -I /apps/telemac/v6p3/builds/scalar_ifort/lib/utils/parallel -I /apps/telemac/v6p3/builds/scalar_ifort/lib/utils/damocles -I /apps/telemac/v6p3/builds/scalar_ifort/lib/utils/bief -I /apps/telemac/v6p3/builds/scalar_ifort/lib/tomawac wacfort.f
ifort -fconvert=big-endian -frecord-marker=4 -lpthread -v -o limwac_noudon_int_new_bis_JohnDri wacfort.o /apps/telemac/v6p3/builds/scalar_ifort/lib/tomawac/homere_tomawac.lib /apps/telemac/v6p3/builds/scalar_ifort/lib/utils/bief/homere_tomawac.lib /apps/telemac/v6p3/builds/scalar_ifort/lib/utils/damocles/homere_tomawac.lib /apps/telemac/v6p3/builds/scalar_ifort/lib/utils/parallel/homere_tomawac.lib /apps/telemac/v6p3/builds/scalar_ifort/lib/utils/special/homere_tomawac.lib -L/apps/hdf5/1.8.11/ifort/lib -L/apps/netcdf/4.3.0/ifort/lib -lhdf5 -lhdf5_hl -lnetcdf -lm -lz -lstdc++


Running your simulation :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-25-15h00min40s/out_limwac_noudon_int_new_bis_JohnDri



TTTTT OOOOO M M AAAAA W W AAAAA CCCCC
T O O MM MM A A W W A A C
T O O M W M AAAAA W W W AAAAA C
T O O M M A A WW WW A A C
T OOOOO M M A A W W A A CCCCC

| | |
)_) )_) )_) _
)___))___))___)\
)____)____)_____)\\
_____|____|____|____\\\__
\ 6.3 /
^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^ ^^^^ ^^^ ^^
^^^^ ^^^

********************************************
* SUBROUTINE LECDON_TOMAWAC *
* CALL OF DAMOCLES *
* VERIFICATION OF READ DATA *
* ON STEERING FILE *
********************************************

OPENING FILES FOR TOMAWAC

*******************************
* MEMORY ORGANISATION *
*******************************

READGEO1: TITLE= mesh_Z2

NUMBER OF ELEMENTS: 92772
NUMBER OF POINTS: 46893
MXPTEL (BIEF) : MAXIMUM NUMBER OF ELEMENTS AROUND A POINT: 9
MAXIMUM NUMBER OF POINTS AROUND A POINT: 9
CORRXY (BIEF):NO MODIFICATION OF COORDINATES

MESH: MESH ALLOCATED

READGEO1: TITLE= mesh_Z2

NUMBER OF ELEMENTS: 92772
NUMBER OF POINTS: 46893
MXPTEL (BIEF) : MAXIMUM NUMBER OF ELEMENTS AROUND A POINT: 9
MAXIMUM NUMBER OF POINTS AROUND A POINT: 9
CORRXY (BIEF):NO MODIFICATION OF COORDINATES

MESH: MESH3D ALLOCATED

*************************************
* END OF MEMORY ORGANIZATION: *
*************************************

INBIEF (BIEF): NOT A VECTOR MACHINE (ACCORDING TO YOUR DATA)
STRCHE (BIEF): NO MODIFICATION OF FRICTION

TOM_CORFON : NO MODIFICATION OF BOTTOM

LECDOI : READING OF TELEMAC DATA FILE
FILE TITLE :
Sizewell C - TBC Reference run
NUMBER OF POINTS : 46893
VARIABLE 1 READ (VITESSE U OR VELOCITY U) AT TIME
0.000000000000000E+000
VARIABLE 2 READ (VITESSE V OR VELOCITY V) AT TIME
0.000000000000000E+000
VARIABLE 3 READ (HAUTEUR D'EAU OR WATER DEPTH) AT TIME
0.000000000000000E+000
VARIABLE 1 READ (VITESSE U OR VELOCITY U) AT TIME
1800.00000000000
VARIABLE 2 READ (VITESSE V OR VELOCITY V) AT TIME
1800.00000000000
VARIABLE 3 READ (HAUTEUR D'EAU OR WATER DEPTH) AT TIME
1800.00000000000

================================================================================
TEMPS : 0.0000 SECONDES 0IEME ITERATION

CALCUL DU CHAMP CONVECTEUR ET REMONTEE DES
CARACTERISTIQUES
USING STREAMLINE VERSION 6.3 FOR CHARACTERISTICS
NUMBER OF SUB-ITERATIONS : 136
NUMBER OF SUB-ITERATIONS : 136
NUMBER OF SUB-ITERATIONS : 136
NUMBER OF SUB-ITERATIONS : 136
NUMBER OF SUB-ITERATIONS : 136
NUMBER OF SUB-ITERATIONS : 136
NUMBER OF SUB-ITERATIONS : 136
NUMBER OF SUB-ITERATIONS : 136
NUMBER OF SUB-ITERATIONS : 136
NUMBER OF SUB-ITERATIONS : 136
NUMBER OF SUB-ITERATIONS : 136
NUMBER OF SUB-ITERATIONS : 136
NUMBER OF SUB-ITERATIONS : 135
NUMBER OF SUB-ITERATIONS : 135
NUMBER OF SUB-ITERATIONS : 135
NUMBER OF SUB-ITERATIONS : 134
NUMBER OF SUB-ITERATIONS : 133
NUMBER OF SUB-ITERATIONS : 132
NUMBER OF SUB-ITERATIONS : 131
NUMBER OF SUB-ITERATIONS : 129
NUMBER OF SUB-ITERATIONS : 126
NUMBER OF SUB-ITERATIONS : 123
AT= 30.0000000000000 TV1= 0.000000000000000E+000 TV2=
10800.0000000000
F1= 5.50701937600000 F2= 1.69418037500000 F3=
1.69418037500000
NAMEGBWIND ALONG X M/S WIND ALONG Y M/S
????????????????????????????????
MODE 2 2 0
interpolates
AT= 30.0000000000000 TV1= 0.000000000000000E+000 TV2=
10800.0000000000 COEF= 2.777777777777778E-003
F1= 5.50701937600000 F2= 1.69418037500000 F3=
1.69418037500000
F11= 5.50701937600000 F12= 5.75500046200000
F21= 1.69418037500000 F22= 1.37103450200000
F31= 1.69418037500000 F32= 1.37103450200000
AT= 60.0000000000000 TV1= 0.000000000000000E+000 TV2=
1800.00000000000
F1= 0.000000000000000E+000 F2= 0.000000000000000E+000 F3=
2.88090991592407
NAMEGBVELOCITY U M/S VELOCITY V M/S
WATER DEPTH M
MODE 2 2 1
interpolates
AT= 60.0000000000000 TV1= 0.000000000000000E+000 TV2=
1800.00000000000 COEF= 3.333333333333333E-002
F1= 0.000000000000000E+000 F2= 0.000000000000000E+000 F3=
2.88090991592407
F11= 0.000000000000000E+000 F12= 1.439270656555891E-002
F21= 0.000000000000000E+000 F22= 1.540358457714319E-002
F31= 2.88090991973877 F32= 3.66132640838623
AT= 60.0000000000000 TV1= 0.000000000000000E+000 TV2=
0.000000000000000E+000
F1= 0.000000000000000E+000 F2= 0.000000000000000E+000 F3=
2.88090991592407
NAMEGBVELOCITY U M/S VELOCITY V M/S
WATER DEPTH M
MODE 0 0 2
NOUDON : READING A NEW RECORD
NOUDON: VARIABLE VELOCITY U M/S NOT FOUND
HAUTEUR D'EAU OR WATER DEPTH

PLANTE: PROGRAM STOPPED AFTER AN ERROR
_____________
runcode::main:
/home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC:
|runCode: Fail to run
|/home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-25-15h00min40s/out_limwac_noudon_int_new_bis_JohnDri
|~~~~~~~~~~~~~~~~~~
|2
|~~~~~~~~~~~~~~~~~~




***************************************************
my error file when in parallel:



Loading Options and Configurations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

... parsing configuration file: /apps/telemac/v6p3/configs/systel.cfg


Running your CAS file for:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+> configuration: linux_ompi_ifort
+> root: /apps/telemac/v6p3
+> version v6p3
+> options: parallel mpi


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Running meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw with tomawac under /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

... reading module dictionary
... running in English with meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw
copying: tomawac.dico /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-24-10h55min04s/WACDICO
re-writing: /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-24-10h55min04s/WACCAS
copying: UV.slf /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-24-10h55min04s/WACCOB
copying: WATER_DEPTH.t3s /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-24-10h55min04s/WACMAB
copying: mesh_Z2.slf /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-24-10h55min04s/WACGEO
copying: Z2_BC_waves.cli /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-24-10h55min04s/WACCLI
copying: wave_surge05122013_NorthBC_f4t7.txt /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-24-10h55min04s/WACFO1
copying: wind_surge05122013_NorthBC_f4t7.txt /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-24-10h55min04s/WACVEF
copying: limwac_noudon_int_new_bis_JohnDri.f /home/cb14/projects/DP343_wave_tide_model/Z2_suvuvBC/meshZ2_surge05122013BCNorth_Wd_tidereadTEL.casw_2014-06-24-10h55min04s/wacfort.f
/apps/ifort/13.1/composer_xe_2013.5.192/bin/intel64/ifort -c -O3 -convert big_endian -no-prec-div -O3 -sox -vec-report1 -xsse4.1 -extend-source 132 -g -DHAVE_VTK -DHAVE_MPI -DHAVE_TECPLOT -I/apps/telemac/v6p3/builds/linux_ompi_ifort/lib/utils/special -I/apps/telemac/v6p3/builds/linux_ompi_ifort/lib/utils/parallel -I/apps/telemac/v6p3/builds/linux_ompi_ifort/lib/utils/damocles -I/apps/telemac/v6p3/builds/linux_ompi_ifort/lib/utils/bief -I/apps/telemac/v6p3/builds/linux_ompi_ifort/lib/tomawac wacfort.f
/apps/openmpi/1.6.5/ifort/bin/mpif90 -fconvert=big-endian -frecord-marker=4 -lpthread -v -o limwac_noudon_int_new_bis_JohnDri wacfort.o /apps/telemac/v6p3/builds/linux_ompi_ifort/lib/tomawac/homere_tomawac.lib /apps/telemac/v6p3/builds/linux_ompi_ifort/lib/utils/bief/homere_tomawac.lib /apps/telemac/v6p3/builds/linux_ompi_ifort/lib/utils/damocles/homere_tomawac.lib /apps/telemac/v6p3/builds/linux_ompi_ifort/lib/utils/parallel/homere_tomawac.lib /apps/telemac/v6p3/builds/linux_ompi_ifort/lib/utils/special/homere_tomawac.lib -L/apps/hdf5/1.8.11/ifort/lib -L/apps/openmpi/1.6.5/ifort/lib -L/apps/netcdf/4.3.0/ifort/lib -lhdf5 -lhdf5_hl -lnetcdf -lmpi -lm -lz -lstdc++
partitioning: WACCOB
+> /apps/telemac/v6p3/builds/linux_ompi_ifort/bin/partel < PARTEL.PAR >> partel_WACCOB.log
partitioning: WACMAB
+> /apps/telemac/v6p3/builds/linux_ompi_ifort/bin/partel < PARTEL.PAR >> partel_WACMAB.log
... The following command failed for the reason above
/apps/telemac/v6p3/builds/linux_ompi_ifort/bin/partel < PARTEL.PAR >> partel_WACMAB.log




Thanks
Claire
The administrator has disabled public write access.

read tidal water depth and current files 10 years 4 months ago #13541

  • Elodie
  • Elodie's Avatar
Hello,

can you send me all the files to run your case ? I give you me email adress : This email address is being protected from spambots. You need JavaScript enabled to view it.

I will try to have a look at your problem as soon as I can.

Regards,

Elodie
The administrator has disabled public write access.

read tidal water depth and current files 9 years 9 months ago #15818

  • Gaeta
  • Gaeta's Avatar
Hello,
did you solve this problem? I actually have the same matter: mode=2 for water depth variable, what does it means?

Thanks in advance

G
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Moderators: tfouquet

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.