![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/24946652_1638647320906_DEF.jpg)
Augusto Gabriel da Costa Pereira
Federal University of Pará
Followers: 0 Following: 0
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.
Portuguese
Statistics
RANK
118,604
of 297,016
REPUTATION
0
CONTRIBUTIONS
27 Questions
7 Answers
ANSWER ACCEPTANCE
85.19%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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:/...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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 -...
1 year ago | 1 answer | 0
1
answerQuestion
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....
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answererror 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(:...
2 years 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 ...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 0 answers | 0
0
answersQuestion
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....
2 years ago | 1 answer | 0
1
answerQuestion
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 ...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 1 answer | 0
1
answerError combining netcdf files
see in detail at: https://la.mathworks.com/matlabcentral/answers/573892-combining-merging-output-for-multiple-netcdf-files?s_tid...
2 years 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...
2 years ago | 3 answers | 0
3
answersQuestion
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?
2 years ago | 1 answer | 0
1
answerCarry 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...
2 years 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,...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 1 answer | 0
1
answerHow 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/...
2 years 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...
2 years ago | 1 answer | 0
1
answerDownload 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...
2 years 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...
2 years ago | 2 answers | 0
2
answersQuestion
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:...
2 years ago | 1 answer | 0
1
answerGENERATE 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 ...
2 years 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 ...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0