학과소개

학과 소개


학과 연혁


연세대학교 대기과학과는 한국 근대 기상학의 출발점으로 1917년 연희전문학교 시절 처음 기상학 과목이 개설되었고, 1968년에 천문기상학과로 처음 설립되었으며, 1998년도에 현재의 대기과학과로 분리되었습니다. 현재 대기과학의 모든 주요 분야를 다루고 있는 10여명의 교수진은 교육 뿐 아니라 다른 연구원들과 협력하여 연구를 활발히 수행하고 있으며, 또한 대기과학 관련 국내외 활동에 있어서도 중요한 역할을 하고 있습니다.

졸업 후 진로


연세대학교 대기과학과의 졸업생들과 신진연구인력들은 기상청 및 정부기관, 전세계의 여러 연구소와 대학, 고등학교, 기상 관련 산업, 언론 등 여러 분야에서 활동하고 있습니다.

  • 대학(교수) : 강릉원주대학교, 공주대학교, 부경대학교, 부산대학교, 서울대학교, 연세대학교, 충남대학교, 한국개발연구원(KDI) 국제정책대학원 등

  • 국내 연구소 : 국가기상위성센터, 국가태풍연구센터, 극지연구소, 차세대도시농림융합기상사업단, 한국기상산업협회, 한국에너지기술연구원, 한국원자력연구원, 한국항공우주연구원, 한국해양과학기술원, 한국형수치예보모델개발사업단, APEC Climate Center 등

  • 해외 기관 : ECCC(Environment and Climate Change Canada), IPSL(Institute Pierr Simon Laplace), JAXA(Japan Aerospace Exploration Agency), LLNL(Lawrence Livermore National Laboratory), NASA, NCAR, NOAA 등

  • 정부 기관 및 공공 기관 : 공군, 국립기상과학원, 국립환경과학원, 국방과학연구소, 기상청, 서울연구원, 울산지방환경청, 한국개발연구원(KDI), 한국기상산업기술원, 한국수자원공사, 한국환경산업기술연구원, 한국환경정책∙평가연구원 등

  • 언론계 : SBS, MBC 등

  • 산업체 : 대한항공, 세메스, 신한데이터센터, SK 플래닛, 우리은행, 한국화이자 등

  • 전문직 : 변리사 등

// Draw the chart and set the chart values
function drawChart() {
  var data = google.visualization.arrayToDataTable([
  ['분류', '명'],
  ['국내외 연구소 및 대학 연구원', 8],
  ['국내외 대학원', 26],
  ['정부기관 및 공공기관', 11],
  ['관련 산업', 3],
  ['공군', 2]
]);

  // Optional; add a title and set the width and height of the chart
  var options = {'title':'최근 10년간 석사 졸업생 진로', 'width':400, 'height':300, chartArea:{left:10,top:20,width:'75%',height:'100%'},legend:'right', titleTextStyle:{fontSize:14}};

  // Display the chart inside the <div> element with id="piechart"
  var chart = new google.visualization.PieChart(document.getElementById('piechart'));
  chart.draw(data, options);
}
</script></div>
// Draw the chart and set the chart values
function drawChart() {
  var data = google.visualization.arrayToDataTable([
  ['분류', '명'],
  ['국내 연구소 및 대학 연구원', 21],
  ['해외 연구소 및 대학 연구원', 14],
  ['교수', 3],
  ['정부기관 및 공공기관', 10]
]);

  // Optional; add a title and set the width and height of the chart
  var options = {'title':'최근 10년간 박사 졸업생 진로', 'width':400, 'height':300, chartArea:{left:10,top:20,width:'75%',height:'100%'}, legend:'right', titleTextStyle:{fontSize:14}};

  // Display the chart inside the <div> element with id="piechart"
  var chart = new google.visualization.PieChart(document.getElementById('piechart1'));
  chart.draw(data, options);
}
</script></div>

Contact form

주소


03722
서울특별시 서대문구 연세로 50
연세대학교 이과대학(과학관) 528A
+82-2-2123-8150
대기과학과