NRCC_sm_V1_0.java [src/java/m/hydrotools/conv] Revision:   Date:
/*
 * 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;

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