Community Profile

photo

Augusto Gabriel da Costa Pereira


Federal University of Pará

Last seen: 14 days ago Active since 2022

Meteorology student at the Federal University of Pará (UFPA). I am currently a fellow of the Institutional Program for Scientific Initiation Scholarships (PIBIC) and a member of the research group in Atmospheric Sciences. At PIBIC, he conducts guided research on spatialized estimates of optical properties of aerosol particles on the AQUA and TERRA space platforms. The research group is focused on Applied Meteorology and Atmospheric Aerosols, aiming to answer questions related to the effects of aerosols in an underexplored region of the Amazon. The research is concentrated in the Eastern Amazon. The main contributions will assess the effects of anthropogenic emissions on the radiative balance in the atmosphere.

Spoken Languages:
Portuguese

Statistics

  • First Answer
  • Thankful Level 3

View badges

Content Feed

View by

Question


Failed to create the specified folder. To continue, select a different folder (Linux)
My operating system is Linux Ubuntu, and I'm trying to install MATLAB. However, the following occurred initially: "Failed to cr...

3 months ago | 0 answers | 0

0

answers

Question


Filter rows and columns with datas (find)
I'm performing longitude and latitude filters to effectively filter data from the file data_mat_h12v09_2010_195.mat: 'LatInde...

3 months ago | 1 answer | 0

1

answer

Question


Filter rows and columns (find)
I load ('Lat_and_Lon.mat') load('Lat_and_Lon.mat') is in the following google drive link because it is larger than 5 MB (https:/...

3 months ago | 1 answer | 0

1

answer

Question


Matrix Data Results Explanation
I used the following code, and you can see that in the second row of the fourth column, the result is zero and not NaN; it shoul...

7 months ago | 1 answer | 0

1

answer

Question


Matrix Data Results Explanation
I have three 5x5 matrices attached here, Lat, Lon, and Data: I am using the following code: Lat = [-1 -1 -1 -1 -1; -2 -2 -2 -...

7 months ago | 1 answer | 0

1

answer

Question


Error in hdfread (line 219)/ Error using hdfread>parseInput
My goal is to insert the values from the .hdf file into X and Y; however, I'm encountering the error that I will insert shortly....

7 months ago | 1 answer | 0

1

answer

Question


Error using websave (line 98)
The purpose of this code is to download the .nc4 data files. I'm using the following code on my Linux Mint, and I'm encounterin...

8 months ago | 1 answer | 0

1

answer

Answered
error when using command "quiver"
if you perform the following tweak it will work fine figure imagesc(lon(:,1),lat(:,1),v10mean) [x, y]=meshgrid(lon(:,1),lat(:...

12 months ago | 0

| accepted

Question


error when using command "quiver"
trying to plot zonal and meridional wind data via the "quiver" command and I get the following error: Error when using quiver ...

1 year ago | 2 answers | 0

2

answers

Question


Collect data from multiple sets of lat and long instead of just one set
I have this code below in matlab, it collects data from AOD in a set of lat and long, however, I want to collect in multiple loc...

1 year ago | 0 answers | 0

0

answers

Question


manual script for loop
I made this script just below but it is quite manual, I tried several ways to perform a loop, I was not successful in my action....

1 year ago | 1 answer | 0

1

answer

Question


Filter value from multiple columns
I have the following array named "tNino1_2" I want to filter the value equal to 1 from columns 20, 21, 22, 23 and 24 The ...

1 year ago | 2 answers | 0

2

answers

Question


Error when generating a gif
I'm having a problem generating a gif from a netcdf file. I am using the script below that I took as a reference in the follo...

1 year ago | 1 answer | 0

1

answer

Answered
Error combining netcdf files
see in detail at: https://la.mathworks.com/matlabcentral/answers/573892-combining-merging-output-for-multiple-netcdf-files?s_tid...

1 year ago | 0

| accepted

Question


Error combining netcdf files
I'm having a problem when processing this netcdf data When I run the commands, at the end the following message appears:, Un...

1 year ago | 3 answers | 0

3

answers

Question


modify multiple netcdf files into one
I have several files in netcdf and I want to join them to form one. Does anyone have any ideas?

1 year ago | 0 answers | 0

0

answers

Answered
Carry out the sum of all Januarys, Februarys through December in a range of years
times = datetime('1990-01-01'):days(1):datetime('2020-12-31'); Table = timetable(times', rand(length(times), 1), rand(length(ti...

1 year ago | 0

| accepted

Question


Carry out the sum of all Januarys, Februarys through December in a range of years
I have this function that performs the monthly sum of the days of the months, that is, from the 1st to the 31st of January 2000,...

1 year ago | 2 answers | 0

2

answers

Question


Insert NaN into specific values
I use this code to insert all the lines in column 4 the numbers equal to 0 equal to NaN, but nothing happens. That is, I want...

1 year ago | 2 answers | 0

2

answers

Question


create "for" condition to multiply specific values ​​of a column
I have these values ​​in an attached matrix called "belem_gldas.mat" I want to make the following condition: for values ​​les...

1 year ago | 1 answer | 0

1

answer

Answered
How do I extract daily data from a NC yearly (which contain 365days) file?
See, this link below has the answer you want. if you don't get your goal comment here https://la.mathworks.com/matlabcentral/...

1 year ago | 0

Question


Error sending data to .xlsx (NetCDF)
I have the CHIRPS data plus these scripts and at the time the data is sent to the .xlsx it has errors in the dates and the preci...

1 year ago | 1 answer | 0

1

answer

Answered
Download all hours of all days of the year from CMORPH
Script to download CMORPH reanalysis data that is inserted in the following link: https://www.ncei.noaa.gov/data/cmorph-high-res...

1 year ago | 0

| accepted

Question


Download all hours of all days of the year from CMORPH
This script below wants to download all hours of all days of the year from 2000 to 2005, but the following error appears: I w...

1 year ago | 2 answers | 0

2

answers

Question


Download all daily data (.nc) directly from the command window
The script below collects data for a specific latitude and longitude of precipitation for all days in January 2000 at this link:...

1 year ago | 1 answer | 0

1

answer

Answered
GENERATE CONDITIONS BETWEEN TWO ARRAYS AND RESULT IN A VALUE
Below is explaining better how I want. I have my 3 conditions involving columns A and B, so I want a result in column AABB with ...

1 year ago | 0

Question


GENERATE CONDITIONS BETWEEN TWO ARRAYS AND RESULT IN A VALUE
I have two matrices named AA and BB that are attached. I want to create conditions that relate the lines of the two and give me ...

1 year ago | 2 answers | 0

2

answers

Question


Collect several satellite images from the INPE/CPTEC collection
I have this script below to download ONLY ONE satellite image from channel 11 (infrared) for 11/10/2022 at 19:20 GMT. QUESTIO...

1 year ago | 1 answer | 0

1

answer

Question


Monthly sum function with nansum not being used correctly
I use the function below to perform the monthly precipitation accumulator, however, when there are days without NaN measurements...

1 year ago | 1 answer | 0

1

answer

Question


Collect cmorph data through matlab command window
I'm trying to extract precipitation data for every day of the month for specific latitudes and longitudes through the matlab com...

1 year ago | 1 answer | 0

1

answer

Load more