Coder Social home page Coder Social logo

nahin29 / dineof Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aida-alvera/dineof

0.0 0.0 0.0 14.7 MB

Data Interpolating Empirical Orthogonal Functions

License: GNU General Public License v2.0

C 0.71% Fortran 51.53% MATLAB 35.88% Julia 1.51% Makefile 2.62% Jupyter Notebook 7.74%

dineof's Introduction

DINEOF

Build Status Linux

DINEOF is an EOF-based method to fill in missing data from geophysical fields, such as clouds in sea surface temperature.

For more information on how DINEOF works, please refer to Alvera-Azcarate et al (2005) and Beckers and Rixen (2003). The multivariate application of DINEOF is explained in Alvera-Azcarate et al (2007), and in Beckers et al (2006) the error calculation using an optimal interpolation approach is explained. If you need a copy of any of these papers, don't hesitate to contact us! For more information about the Lanczos solver, see Toumazou and Cretaux (2001).

Help pages

Installation

Linux

Installation from source

You need to install gfortran, make, Arpack and NetCDF as follows (for Ubuntu and Debian):

sudo apt-get update
sudo apt-get install gfortran make libarpack2-dev libnetcdf-dev libnetcdff-dev git

Compile with:

git clone https://github.com/Aida-Alvera/DINEOF
cd DINEOF/
cp config.mk.template config.mk
make

You might want to adapt config.mk, but the provided template config.mk.template should work with ubuntu as-is.

Windows

Windows Subsystem for Linux

Install "Windows Subsystem for Linux"

  • Follow the instructions at https://aka.ms/wslinstall
  • Install "Ubuntu" from the Windows App Store
  • Follow the Ubuntu instructions

Cygwin

  • Use setup.exe to install the dependencies: gcc-fortran, make, libarpack-devel, liblapack-devel, libnetcdf-fortran-devel, git
git clone https://github.com/Aida-Alvera/DINEOF
cd DINEOF/
cp config.mk.template config.mk
make

For Cygwin, OS in config.mk should be Linux (default).

dineof's People

Contributors

alexander-barth avatar aida-alvera avatar ctroupin avatar nachtschatten8 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.