Skip to content

Shallow water HYdrodynamic Finite Element Model

License

Notifications You must be signed in to change notification settings

jalessandri/shyfem

Repository files navigation

============================================
This is the README file for the SHYFEM model
============================================

    Copyright (c) 1992-2017 by 

    Georg Umgiesser
    Oceanography, ISMAR-CNR
    Arsenale Tesa 104, Castello 2737/F
    30122 Venezia
    Italy

    Tel.   : +39-041-2407943
    Fax    : +39-041-2407940
    E-Mail : georg.umgiesser@ismar.cnr.it


    The software is also supported by various institutions:


    CNR - ISMAR (Istituto di Scienze Marine)
    ---------
	Georg Umgiesser, system engineering
	Christian Ferrarin, renewal times, sediment transport
	Marco Bajo, system solvers, assimilation
	Debora Bellafiore, non-hydrostatic modeling, fluid mud
	Michol Ghezzo, ecological modeling, lagrangian model
	Francesca De Pascalis, lagrangian model

    CNR - IAMC (Istituto di Ambiente Marino Costiero)
    ---------
	Andrea Cucco, lagrangian model, renewal times

    OGS (Istituto Nazionale di Oceanografia e di Geofisica Sperimentale)
    ---------
	Cosimo Solidoro, ecological modeling, BFM
	Donata Melaku Canu, ecological modeling, EUTRO
	Eric Pascolo, OMP parallelization
 
    APC (Open Access Center for Marine Research, Klaipeda University, Lithuania)
    ---------
	Petras Zemlys, ecological modeling, AquaBC
	
    Istanbul University
    ---------
	Ali Erturk, ecological modeling, AquaBC
 
    Fondazione CMCC (Centro Mediterraneno per i cambiamenti climatici)
    ---------
	Silvia Mocavero, MPI parallization
	Giorgio Micaletto, MPI parallization
	
	
    Comments and issues should be posted in the Issues section 
    on the GitHub repository:

    https://github.com/SHYFEM-model/


    This file is part of SHYFEM.

    SHYFEM is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    SHYFEM is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with SHYFEM.  If not, see <http://www.gnu.org/licenses/>.


Directory structure
===================

fem3d		FEM model and utility routines
femadj		Routines for the adjustment of the grid after the
		automatic mesh generation. The program to run
		is adjele
femanim		Routines to generate animations from postscript files
fembin		Binaries used by the model
femcheck	Routines to set up and check the installation
femdoc		Documentation, manual, etc.
femersem	Routines for BFM (ERSEM) ecological model
femgotm		Routines for GOTM turbulence clousre model
femlib		Library routines (filled during compilation)
femplot		Plotting routines for post processing. The routine
		to run is plotsim, but this routine is more
		conveniently run through the command plots
femregres	Routines to do regression testing. Developers only.
femspline	Programs to smooth and reduce lines. These programs
		are used to change the resolution of the boundary
		line before running the automatic mesh generator.
		Please use the routine gridr.
grid		Visualization routine for GRD files
hcbs		Outdated files for plotting to monitor
mesh		Automatic mesh generator
post		Library for plotting to Postscript files.



Compiling the model
===================

You can compile everything from the SHYFEM directory by running the
command "make fem". Other commands are:

make help	gives help on available make targets
make fem	compiles everything
make doc	makes documentation in femdoc (manual)
make all	compiles (shyfem) and makes documents (doc)
make clean	deletes objetc and executable files in all subdirectories
make cleanall	as clean, but cleans also libraries

About

Shallow water HYdrodynamic Finite Element Model

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 73.9%
  • C 8.3%
  • Perl 6.6%
  • TeX 2.7%
  • Shell 2.5%
  • Python 1.7%
  • Other 4.3%