<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> Shanghai Marine Diesel Engine Research Institute
Products & Services
Energy Service
SMDERI focuses on distributed energy with natural gas, comprehensive application of biomass energy and recycling of industrial waste gas/heat. With the unique technology and the innovative business model, we provide a series services of design, engineering, maintenance and operation, investment and related technical consulting.


Business Process
Value excavation:
Project development
Information research
Analysis of stakeholder needs
Project economic analysis
Value creation:
Technical route determination
- key equipment development
- System optimization design
Business model determination
Project determination
Value realization:

Project construction
Project operation


Baoquanling 1×30MW biomass power plant project
The project uses the local rich corn straw, rice straw, rice husk, wood and other agricultural and forestry waste as fuel direct combustion power generation, the combustion ash can also get from fertilizer incorporation.

Annual power generation capacity of the project is about 2.2 hundred million kWh, the annual reduction of 180 thousand tons of carbon dioxide emissions, is conducive to improving the ecological environment and living environment.
Funan 1×30MW biomass power plant project
The capacity of the project is 1×30MW pumping unit, with 1×120T/H high temperature and high pressure boiler. In August 2016, the construction of the project is expected to be officially entered into the commercial operation phase.

The project makes full use of the abundant local agricultural straw, forestry waste and other green energy as fuel for power generation, mainly including rice husk, wheat straw, corn stalk, sawdust, wood scraps, branches etc.. At the same time can be provided to the ash comprehensive utilization of chemical fertilizer plant as raw materials, the formation of biomass electricity chemical industry chain of circular economy.


<% function WebContent() dim ID ID=request.QueryString("ID") dim rs,sql set rs = server.createobject("adodb.recordset") if request.QueryString("ID")="" then sql="select top 1 ID,AboutName,Source,Content,GroupID,Exclusive,ClickNumber,AddTime from Ameav_About where ViewFlag and not ChildFlag order by Sequence asc" else sql="select ID,AboutName,Source,Content,GroupID,Exclusive,ClickNumber,AddTime from Ameav_About where ViewFlag and not ChildFlag and ID="&ID end if rs.open sql,conn,1,3 if not rs.eof then numbers=len(rs("content")) '总字节数 pagenum=Sitenum '每页显示的数量 maxpage=-int(-numbers/pagenum)'总页数 requestpage=clng(request("p"))'接收页码 if requestpage="" or requestpage=0 then'获取默认页码 requestpage=1 end if if requestpage>maxpage then '当前页的页码大于最大页码时,使当前页码等于最大页码 requestpage=maxpage end if if not requestpage=1 then '当前页码不等于1时,向下移动相应的字节数 content=mid(rs("content"),(requestpage-1)*pagenum+1,Sitenum) else content=left(rs("content"),Sitenum) '当页码等于1时,截取相应文本 end if if isempty(requestpage) then thispage=1 else thispage=cint(requestpage) end if if ViewNoRight(rs("GroupID"),rs("Exclusive")) then %> <%=Replace(content,chr(13),"")%> <% rs("ClickNumber")=rs("ClickNumber")+1 else WebContent="
" end if rs.update rs.close else response.write "
No information
" end if set rs=nothing end function %>