Skip to content
Snippets Groups Projects
Commit 0007a71d authored by Anne Philipp's avatar Anne Philipp
Browse files

Merge branch 'dev' of https://www.flexpart.eu/git/flex_extract into dev

pull merge is necessary due to changes in fortran/source from Petra
parents ba992306 949379ed
No related branches found
No related tags found
No related merge requests found
Showing
with 11306 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
body {
padding-top: 70px;
}
table.nostretch {
width=100%
}
.nostretch td {
class='block'
}
.nostretch tr td{
width:1%;
white-space:nowrap;
}
ol.hierarchy {
min-height: 40px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.smallcaps {
font-variant: small-caps;
}
.well .sidebar {
padding: 8px 0
}
.sidebar a {
padding: 0px,0px,0px,0px
}
.varlist>tbody>tr>td {
padding-left: 3px;
padding-right: 3px;
}
.varlist>tbody>tr>td:first-child, .varlist>thead>tr>td:first-child {
padding-left: 8px;
}
.varlist>tbody>td>td:last-child, .varlist>thead>tr>td:last-child {
padding-right: 8px;
}
.highlight pre {
overflow-x: auto;
overflow-wrap: normal;
white-space: pre
}
/* .hl is for when line numbers are included, .highlight is for all
other cases. */
.hl pre {
counter-reset: line-numbering;
overflow-x: auto;
overflow-wrap: normal;
white-space: pre;
padding: 0;
padding-right: 9.5px;
overflow-y: hidden;
padding-bottom: 9.5px;
}
.hl pre a::before {
content: counter(line-numbering);
counter-increment: line-numbering;
padding-right: 0.7em; /* space after numbers */
margin-top: 4.5em;
width: 60px;
text-align: right;
opacity: 0.7;
display: inline-block;
color: #aaa;
background: #eee;
margin-right: 10px;
border-right: 1px solid #ccc;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.hl pre a:first-of-type::before {
padding-top: 9.5px;
}
.hl pre a:last-of-type::before {
padding-bottom: 9.5px;
}
.hl pre a:only-of-type::before {
padding: 9.5px;
}
.hl pre a {
display: inline-block;
height: 4.5em;
margin: -4.5em 0 0;
}
.codesum h3 {
margin-top: 2px;
margin-bottom: 2px;
}
h1.inline, h2.inline, h3.inline {
display: inline;
}
.depwarn {
float: right;
}
.anchor {
position: absolute;
margin: -4.5em;
visibility:hidden;
}
.alert {
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
}
div.toc {
font-size: 14.73px;
padding-left: 0px;
padding-right: 0px;
}
div.toc a {
padding-left: 20px;
padding-right: 20px;
margin-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
}
div.toc li {
font-size: 0.95em;
padding-left: 15px;
}
div.toc li.title {
font-size: 1em;
}
div.toc hr {
margin-top: 12px;
margin-bottom: 10px;
}
.in-well {
padding: 0px 0px;
margin-bottom: 0px;
float:right;
}
table tr.submod>td {
border-top: none;
font-size: 13.5px;
}
.graph-help {
font-size: 10px;
}
.depgraph {
width: 100%;
max-width: 1140px;
}
#sidebar a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.highlighttable {
width: auto;
table-layout: fixed;
}
ul.checklist {
list-style-type: none;
}
ul.checklist input[type="checkbox"] {
margin-left: -20.8px;
margin-right: 4.55px;
}
.gitter-chat-embed {
z-index: 100000;
}
\ No newline at end of file
.hll { background-color: #ffffcc }
.c { color: #408080; font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */
.k { color: #008000; font-weight: bold } /* Keyword */
.o { color: #666666 } /* Operator */
.cm { color: #408080; font-style: italic } /* Comment.Multiline */
.cp { color: #BC7A00 } /* Comment.Preproc */
.c1 { color: #408080; font-style: italic } /* Comment.Single */
.cs { color: #408080; font-style: italic } /* Comment.Special */
.gd { color: #A00000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gr { color: #FF0000 } /* Generic.Error */
.gh { color: #000080; font-weight: bold } /* Generic.Heading */
.gi { color: #00A000 } /* Generic.Inserted */
.go { color: #888888 } /* Generic.Output */
.gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.gt { color: #0044DD } /* Generic.Traceback */
.kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.kp { color: #008000 } /* Keyword.Pseudo */
.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.kt { color: #B00040 } /* Keyword.Type */
.m { color: #666666 } /* Literal.Number */
.s { color: #BA2121 } /* Literal.String */
.na { color: #7D9029 } /* Name.Attribute */
.nb { color: #008000 } /* Name.Builtin */
.nc { color: #0000FF; font-weight: bold } /* Name.Class */
.no { color: #880000 } /* Name.Constant */
.nd { color: #AA22FF } /* Name.Decorator */
.ni { color: #999999; font-weight: bold } /* Name.Entity */
.ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.nf { color: #0000FF } /* Name.Function */
.nl { color: #A0A000 } /* Name.Label */
.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.nt { color: #008000; font-weight: bold } /* Name.Tag */
.nv { color: #19177C } /* Name.Variable */
.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mf { color: #666666 } /* Literal.Number.Float */
.mh { color: #666666 } /* Literal.Number.Hex */
.mi { color: #666666 } /* Literal.Number.Integer */
.mo { color: #666666 } /* Literal.Number.Oct */
.sb { color: #BA2121 } /* Literal.String.Backtick */
.sc { color: #BA2121 } /* Literal.String.Char */
.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.s2 { color: #BA2121 } /* Literal.String.Double */
.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.sh { color: #BA2121 } /* Literal.String.Heredoc */
.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.sx { color: #008000 } /* Literal.String.Other */
.sr { color: #BB6688 } /* Literal.String.Regex */
.s1 { color: #BA2121 } /* Literal.String.Single */
.ss { color: #19177C } /* Literal.String.Symbol */
.bp { color: #008000 } /* Name.Builtin.Pseudo */
.vc { color: #19177C } /* Name.Variable.Class */
.vg { color: #19177C } /* Name.Variable.Global */
.vi { color: #19177C } /* Name.Variable.Instance */
.il { color: #666666 } /* Literal.Number.Integer.Long */
Documentation/FORD/V5/Doc_original/favicon.png

803 B

File added
Source diff could not be displayed: it is too large. Options to address this: view the blob.
File added
File added
File added
This diff is collapsed.
File added
File added
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Calculation of vertical velocity for FLEXPART">
<meta name="author" content="Leopold Haimberger" >
<link rel="icon" href="./favicon.png">
<title> Flex_extract: Calculation of etadot </title>
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/pygments.css" rel="stylesheet">
<link href="./css/font-awesome.min.css" rel="stylesheet">
<link href="./css/local.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="./js/jquery-2.1.3.min.js"></script>
<script src="./js/svg-pan-zoom.min.js"></script>
<script src="./tipuesearch/tipuesearch_content.js"></script>
<link href="./tipuesearch/tipuesearch.css" rel="stylesheet">
<script src="./tipuesearch/tipuesearch_set.js"></script>
<script src="./tipuesearch/tipuesearch.js"></script>
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./index.html">Flex_extract: Calculation of etadot <small>7.1</small></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown hidden-xs visible-sm visible-md hidden-lg">
<a href="#" class="dropdown-toggle"
data-toggle="dropdown" role="button"
aria-haspopup="true"
aria-expanded="false">Contents <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="./lists/files.html">Source Files</a></li>
<li><a href="./lists/modules.html">Modules</a></li>
<li><a href="./lists/procedures.html">Procedures</a></li>
<li><a href="./program/preconvert.html">Program</a></li>
</ul>
</li>
<li class="visible-xs hidden-sm visible-lg"><a href="./lists/files.html">Source Files</a></li>
<li class="visible-xs hidden-sm visible-lg"><a href="./lists/modules.html">Modules</a></li>
<li class="visible-xs hidden-sm visible-lg"><a href="./lists/procedures.html">Procedures</a></li>
<li class="visible-xs hidden-sm visible-lg"><a href="./program/preconvert.html">Program</a></li>
</ul>
<form action="./search.html" class="navbar-form navbar-right" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search" name="q" id="tipue_search_input" autocomplete="off" required>
</div>
<!--
<button type="submit" class="btn btn-default">Submit</button>
-->
</form>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron">
<p>Calculation of vertical velocity for FLEXPART</p>
</p>
</div>
<div class="row" id='text'>
<div class="col-md-8">
<h1>Flex_extract: Calculation of etadot</h1>
</div>
<div class="col-md-4">
<div class="well">
<h2>Developer Info</h2>
<h4>Leopold Haimberger</h4>
<p>Univ. of Vienna, Dept. of Meteorology &amp; Geophysics</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-4">
<h3>Source Files</h3>
<ul>
<li><a href='./sourcefile/grphreal.f.html'>grphreal.f</a></li>
<li><a href='./sourcefile/phgrreal.f.html'>phgrreal.f</a></li>
<li><a href='./sourcefile/preconvert.f90.html'>preconvert.f90</a></li>
<li><a href='./sourcefile/rwgrib2.f90.html'>rwGRIB2.f90</a></li>
</ul>
</div>
<div class="col-xs-6 col-sm-4">
<h3>Modules</h3>
<ul>
<li><a href='./module/grtoph.html'>GRTOPH</a></li>
<li><a href='./module/phtogr.html'>PHTOGR</a></li>
<li><a href='./module/rwgrib2.html'>RWGRIB2</a></li>
</ul>
</div>
<div class="col-xs-6 col-sm-4">
<h3>Procedures</h3>
<ul>
<li><a href='./proc/ia.html'>IA</a></li>
<li><a href='./proc/statis.html'>STATIS</a></li>
</ul>
</div>
</div>
<hr>
</div> <!-- /container -->
<footer>
<div class="container">
<div class="row">
<div class="col-xs-6 col-md-4"><p>&copy; 2019 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="80x15.png" /></a></p></div>
<div class="col-xs-6 col-md-4 col-md-push-4">
<p class="text-right">
Documentation generated by
<a href="https://github.com/cmacmackin/ford">FORD</a>
</p>
</div>
<div class="col-xs-12 col-md-4 col-md-pull-4"><p class="text-center"> Flex_extract: Calculation of etadot was developed by Leopold Haimberger</p></div>
</div>
<br>
</div> <!-- /container -->
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
-->
<script src="./js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./js/ie10-viewport-bug-workaround.js"></script>
<!-- MathJax JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } },
jax: ['input/TeX','input/MathML','output/HTML-CSS'],
extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js'],
'HTML-CSS': {
styles: { '.MathJax_Display, .MathJax .mo, .MathJax .mi, .MathJax .mn': {color: '#000000 ! important'} }
}
});
</script>
<!-- <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> -->
</body>
</html>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014 Twitter, Inc.
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see http://creativecommons.org/licenses/by/3.0/.
*/
// See the Getting Started docs for more information:
// http://getbootstrap.com/getting-started/#support-ie10-width
(function () {
'use strict';
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement('style')
msViewportStyle.appendChild(
document.createTextNode(
'@-ms-viewport{width:auto!important}'
)
)
document.querySelector('head').appendChild(msViewportStyle)
}
})();
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment