-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
24 lines (14 loc) · 1.02 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[margin=1in]{geometry}
\title{DEMSI Design Document: Satellite Emulator}
\author{Andrew F. Roberts, Adrian K. Turner}
\date{\today}
\begin{document}
\maketitle
\section{Introduction}
Validation of sea-ice models with observational data is an important part of the model development process. One such validation is the comparison of sea-ice model output with satellite thickness measurements. Here we describe a method of comparing DEMSI model output with ICESat laser altimetry data. Instead of using gridded thickness data products, we propose to directly compare satellite measured freeboard along individual satellite tracks, using what is termed a satellite emulator.
\section{ICESat Input Data}
Input satellite track data consists of a series of points consisting of latitude and longitude of the point, time of the satellite overpass, and the measured freeboard. The satellite dataset consists of ?? points per day/month.
\section{DEMSI Data Structures}
\end{document}