Statistica
3 Domande
0 Risposte
RANK
275.764
of 301.496
REPUTAZIONE
0
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 174.859
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
i'm running a comparison between 3B42RT_daily trmm precipitation data with gauge data.my data is in a matrix form of 20 by 28 , 0.25*0.25 deg, file type is .nc4.nc4 .study period is 2003-07.gauge data is BMD_2003-2007.mat. can anyone crrect the code
clear all;clc; files=dir('D:\thesis01\*.nc4.nc4'); total_file=length(files); addpath('D:\thesis01 '); cmorph_precip=zeros(20...
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
hi , i am working on a thesis which is based on comparison between trmm_3B42RT precipitation data with BMD gauge data,my study area is bangladesh, my data contains 2 dimensions,lat and lon, variable is precipitation,precip data is a 20 by 28 matrix
I need to do a comparative analysis of these data ,like rmse,ME etc parameters, if any of you have worked on relative project wo...
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
hi, i am working with trmm_3B42 daily data.my goal is to compare its precipitation readings with gauge data. the file i downloaded is a 1440 by 720 matrix, which is global, but i only need pr data of my study area using lat and lon 20 nd 90 rspctvly
ncdisp('3B42_Daily.20030107.7.nc4.nc4') pr=ncread('filename','precipitation')
quasi 8 anni fa | 0 risposte | 0