Git Product home page Git Product logo

tarankalra1 / coawst_veg_deprecated- Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 4.0 197.69 MB

COAWST version to compute the effects of vegetation

Makefile 0.50% C++ 5.36% Fortran 81.86% C 6.96% TeX 0.98% Shell 0.95% Awk 0.01% Perl 0.21% MATLAB 2.84% Assembly 0.01% Batchfile 0.01% HTML 0.09% M 0.02% OCaml 0.01% Prolog 0.01% EmberScript 0.01% Forth 0.01% NCL 0.05% M4 0.05% Jupyter Notebook 0.10%

coawst_veg_deprecated-'s Introduction

do not use this version of COAWST. This is only a product in development.

COAWST_VEG ๐ŸŒฑ

This repository contains the version of COAWST accounting for vegetation:

  • Wave-flow-vegetation interaction model in ROMS/Nonlinear/Vegetation
  • Wave thrust on marsh face calculation routine in ROMS/Nonlinear/Vegetation
  • SAV growth model in ROMS/Nonlinear/Biology

C-preprocessing options in application header file (.h extension)

Turning on vegetation #define VEGETATION #ifdef VEGETATION

undef ANA_VEGETATION

define VEG_DRAG

ifdef VEG_DRAG

define VEG_FLEX

define VEG_TURB

endif

undef VEG_SWAN_COUPLING

ifdef VEG_SWAN_COUPLING

define VEG_STREAMING

endif

#endif

Turning on wave thrust

  • #define WAVE_THRUST_MARSH
  • #ifdef WAVE_THRUST_MARSH
  • undef ANA_MARSH_MASK

  • #endif

Turning on SAV model

  • #define ESTUARYBGC
  • #ifdef ESTUARYBGC
  • define SPECTRAL_LIGHT

  • define CARBON

  • define OXYGEN

  • define DENITRIFICATION

  • define BIO_SEDIMENT

  • define SAV_BIOMASS

  • define ALGAL_RESP

  • define DIAGNOSTICS_BIO

  • #endif

AnAlytical or NetCDF file for initial conditions

  • plant properties and distribution
  • marsh boundary

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.