Giter Site home page Giter Site logo

malzubairy / gsw-fortran Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teos-10/gsw-fortran

0.0 1.0 0.0 10.86 MB

Gibbs-SeaWater (GSW) Oceanographic Toolbox in Fortran

Home Page: http://www.teos-10.org

Fortran 99.41% Shell 0.07% Makefile 0.02% Python 0.26% CMake 0.24%

gsw-fortran's Introduction

==========================================================================
 Gibbs SeaWater (GSW) Oceanographic Toolbox of TEOS-10 (Fortran)
==========================================================================

 This is a subset of functions contained in the Gibbs SeaWater (GSW)
 Oceanographic Toolbox of TEOS-10.

 Version 1.0 written by David Jackett
 Modified by Paul Barker (version 3.02)
 Modified by Glenn Hyland (version 3.04+)

 For help with this Oceanographic Toolbox email: [email protected]

 This software is available from http://www.teos-10.org

==========================================================================

 gsw_data_v3_0.nc
 NetCDF file that contains the global data set of Absolute Salinity Anomaly
 Ratio, the global data set of Absolute Salinity Anomaly atlas, and check
 values and computation accuracy values for use in gsw_check_function.
 The data set gsw_data_v3_0.nc must not be tampered with.

 gsw_check_function.f90
 Contains the check functions. We suggest that after downloading, unzipping
 and installing the toolbox the user runs this program to ensure that the
 toolbox is installed correctly and there are no conflicts. This toolbox has
 been tested to compile and run with gfortran.

==========================================================================

 Build using Make:
 cd test
 make
 ./gsw_check
 ./poly_check

==========================================================================

 Build using CMake:
   static and shared libraries
   build 'gsw_check_functions' and 'gsw_poly_check' on demand
   provides a package configuration
   Git submodules support
   Window (Visual Studio), Mac and Linux support

 Windows (using a terminal):
   mkdir build; cd build
   cmake ..
   Open gsw.sln in Visual Studio

 Mac, Linux:
   mkdir build; cd build
   cmake ..
   make
   ctest

 Use a Git submodule (using extern/gsw as target folder):
   git submodule add https://github.com/TEOS-10/GSW-Fortran extern/gsw
   git submodule init
   git submodule update
    ... add e.g. target_link_libraries(my_target STATIC gsw_static)
    ... in your CMakeLists.txt. It is not necessary to compile and install
    ... the TEOS-10/GSW library - the compilation and linking will be done
    ... due to the target_link_libraries() statement.

 Note that gfortran is the name of the GNU Fortran project, developing a
 free Fortran 95/2003/2008 compiler for GCC, the GNU Compiler Collection.
 It is available from http://gcc.gnu.org/fortran/

==========================================================================

gsw-fortran's People

Contributors

aerorahul avatar bolding avatar hylandg avatar paulmbarker avatar

Watchers

 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.