Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • For all files that are written by this adapter, if the file to be written already exists, then it will be overwritten.
  • This program assumes that the model always runs in time zone GMT.
  • This program writes log messages to a log file called preww3.log.
  • This program uses the information in the specified netcdf run file as input and uses this information to do the following actions:
    1. Copy template file ww3_shell.template to create the shell input file ww3_shell.inp
    2. Copy template file gx_outf.template to create the grid output post-processing file: gx_outf.inp
    3. Copy template file ww3_out.template to create the point output post-processing file: ww3_out.inp
      In the input files the following tags will be replaced with the corresponding values:

      $STARTTIME$

      Start time of the model run.

      $ENDTIME$

      End time of the model run.

      $TIMESTEP$

      Time step of the model in seconds

      $NSTEP$

      Number of time steps to write as output calculated as a function of STARTTIME, ENDTIME, and TIMESTEP.

Example template files: ww3_outp.inp.template; gx_outf.inp.template; ww3_shel.inp.template

System requirements
  • This program needs Java version 1.7 or higher.
  • This program needs the following Java libraries:
    • castor-0.9.5.jar
    • commons-httpclient-3.0.1.jar
    • Delft_FEWS.jar
    • Delft_FEWS_DataStore.jar
    • Delft_PI.jar
    • Delft_PI_castor.jar
    • Delft_Util.jar
    • fews-wavewatch-adapter.jar
    • grib-8.0
    • log4j-1.2.14.jar
    • netcdf-4.2.jar
    • slf4j-api-1.5.6.jar
    • slf4j-log4j12-1.5.6.jar
    • TimeSeriesImport.jar
    • xercesImpl.jar

...