Displaying differences for changeset
 
display as  

src/java/m/wrfhydro/V1_0.java

@@ -37,7 +37,7 @@
 @Category("Flood prediction")
 
 @Path("m/wrfhydro/1.0")
-@Resource(file = "/WRF/wrf_hydro_NoahMP.exe", id = WRF_HYDRO, type = REFERENCE)
+@Resource(file = "/usr/local/tomcat/WRF/wrf_hydro_NoahMP.exe", id = WRF_HYDRO, type = REFERENCE)
 @Resource(file = MPI, type = REFERENCE, id = MPI)
 @Resource(file = "*.00000", type = OUTPUT)
 public class V1_0 extends ModelDataService {