Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

DATASETS: Global maps of Earth surface temperature ( in Kelvins ) and cloud water path ( in g / m ^ 2 ) for July

DATASETS: Global maps of Earth surface temperature (in Kelvins) and cloud water path (in g/m^2) for July 2004 every 3 hrs GMT (8 files/day x 31 days)=248 x 2, Map covers whole globe at 2.5 degree intervals (=72 x 144 array), Values are REAL (xxx.xx) in ASCII
Files are in ascii and each data file is a 2.5 degree equal angle map (72 X144); there are 8 files per day for 31 days.
To read JUST one file in matlab:
mtx=load(filename);
mtx=reshape(mtx,72,144)
It can be read directly into Excel as well.
ASSIGNMENT: Histogram the whole temperature dataset at 1,2 and 4K intervals (bin width) and the whole cloud water path dataset at 0.1,1 and 10 g/m^2 intervals

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

OCA Oracle Database SQL Exam Guide Exam 1Z0-071

Authors: Steve O'Hearn

1st Edition

1259585492, 978-1259585494

More Books

Students also viewed these Databases questions