Pinned Repositories
Amogh2001
Config files for my GitHub profile.
Cpp_Practise
This is a collection of C++ code written to familiarise myself with more intermediate concepts of programming including object oriented programming, pointers, iterators, file reading and writing, exception handling etc. I used the book "Guide to Scientific Computing in C++" by Joe Pitt-Francis & Jonathan Whiteley.
Daily-Confusion-Matrix
Includes a confusion matrix algorithm for daily rainfall values.
Day-classify
It classifies data into days, months, years and seasons
Fortran_Practise
Basic Fortran 2018 code written as practise from the book "Fortran for Scientists and Engineers" by Stephen J Chapman
IMD-Extractor
Extracts rainfall data from IMD (Indian Meteorological Department) .nc file
IMERG-extractor
Extracts and classifies IMERG data into months and years
Monthly-Confusion-Matrix
Includes a confusion matrix algorithm for monthly rainfall values.
mpi_practise
Collection of code using mpich
Practise
This is a collection of code that I have written as well as code written from textbooks as practise.
Amogh2001's Repositories
Amogh2001/Amogh2001
Config files for my GitHub profile.
Amogh2001/Cpp_Practise
This is a collection of C++ code written to familiarise myself with more intermediate concepts of programming including object oriented programming, pointers, iterators, file reading and writing, exception handling etc. I used the book "Guide to Scientific Computing in C++" by Joe Pitt-Francis & Jonathan Whiteley.
Amogh2001/Daily-Confusion-Matrix
Includes a confusion matrix algorithm for daily rainfall values.
Amogh2001/Day-classify
It classifies data into days, months, years and seasons
Amogh2001/Fortran_Practise
Basic Fortran 2018 code written as practise from the book "Fortran for Scientists and Engineers" by Stephen J Chapman
Amogh2001/IMD-Extractor
Extracts rainfall data from IMD (Indian Meteorological Department) .nc file
Amogh2001/IMERG-extractor
Extracts and classifies IMERG data into months and years
Amogh2001/Monthly-Confusion-Matrix
Includes a confusion matrix algorithm for monthly rainfall values.
Amogh2001/mpi_practise
Collection of code using mpich
Amogh2001/Practise
This is a collection of code that I have written as well as code written from textbooks as practise.
Amogh2001/RMSE-Practise
Root mean square error functions and practise code