NOAA_non_V1_0.java [src/java/m/hydrotools/conv] Revision: df57a55ea7dd4f9f640ae39adfb2b9404a2fdad8  Date: Wed Sep 26 10:53:45 MDT 2018
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package m.hydrotools.conv;

import csip.ModelDataService;
import csip.annotations.*;
import javax.ws.rs.Path;

/**
 * NOAA converter for Hydrotools.
 *
 * @author od
 */
@Name("NOAA converter Hydrotools")
@Description("NOAA converter. (non-smoothing)")
@Path("m/noaa-non/1.0")
@Polling(first = 10000, next = 2000)
@Resource(file = "/bin/lin-amd64/NOAA_Converter_V31.exe", type = ResourceType.EXECUTABLE, id = "auto")
@Resource(file = "*.inp *.err *.dbg *stdout.txt *stderr.txt", type = ResourceType.OUTPUT)
public class NOAA_non_V1_0 extends ModelDataService {
  // nothing else to do here :)
}