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. Create Copy template file ww3_shell.template to create the shell input file : ww3_shell.inp
    2. Create Copy template file gx_outf.template to create the grid output post-processing file: gx_outf.inp
    3. Create Copy template file ww3_out.template to create the point output post-processing file: ww3_out.inp
      The template SWAN input file specified in the property "template_swan_input_file" will be copied to the file specified in the property "swan_input_file". In the copy 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.

...