Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MATLAB NetCDF Code. I am able to open the code, and display the following: Global Attributes: Conventions = 'CF-1.0' title = 'Terrestrial Air Temperature and

MATLAB NetCDF Code.

I am able to open the code, and display the following:

Global Attributes: Conventions = 'CF-1.0' title = 'Terrestrial Air Temperature and Precipitation: V4.01' version = '5.01' dataset_title = 'Terrestrial Air Temperature and Precipitation: 1900-2017 Gridded Monthly Time Series' history = 'created 12/2018 by CAS NOAA/ESRL PSD' References = 'https://www.esrl.noaa.gov/psd/data/gridded/data.UDel_AirT_Precip.html' Source = 'http://climate.geog.udel.edu/~climate/html_pages/download.html' Dimensions: lat = 360 lon = 720 time = 1416 (UNLIMITED) Variables: lat Size: 360x1 Dimensions: lat Datatype: single Attributes: actual_range = [89.75 -89.75] long_name = 'Latitude' units = 'degrees_north' axis = 'Y' standard_name = 'latitude' coordinate_defines = 'center' lon Size: 720x1 Dimensions: lon Datatype: single Attributes: long_name = 'Longitude' units = 'degrees_east' axis = 'X' standard_name = 'longitude' actual_range = [0.25 359.75] coordinate_defines = 'center' time Size: 1416x1 Dimensions: time Datatype: double Attributes: long_name = 'Time' units = 'hours since 1900-1-1 0:0:0' delta_t = '0000-01-00 00:00:00' avg_period = '0000-01-00 00:00:00' axis = 'T' standard_name = 'time' coordinate_defines = 'start' actual_range = [0 1033632] precip Size: 720x360x1416 Dimensions: lon,lat,time Datatype: single Attributes: missing_value = -9.969209968386869e+36 units = 'cm' var_desc = 'Precipitation' level_desc = 'Surface' statistic = 'Total' parent_stat = 'Other' long_name = 'Monthly total of precipitation' cell_methods = 'time: sum' avg_period = '0000-01-00 00:00:00' actual_range = [0 776.75] valid_range = [0 1200] dataset = 'Univ. of Delaware Precipitation and Air Temp v5.01'

1. I need help converting time to MM/DD/YYYY

2. How to write the code to find specific total and average precip for a certain year span given specific latitude and longitude.

3. Graph plots of above.

4. Make a scatterplot of monthly for specific time span and location of one nc file vs another.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions