<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.myroms.org/wiki/index.php?action=history&amp;feed=atom&amp;title=sediment_cppdefs.h</id>
	<title>sediment cppdefs.h - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.myroms.org/wiki/index.php?action=history&amp;feed=atom&amp;title=sediment_cppdefs.h"/>
	<link rel="alternate" type="text/html" href="https://www.myroms.org/wiki/index.php?title=sediment_cppdefs.h&amp;action=history"/>
	<updated>2026-04-27T19:22:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://www.myroms.org/wiki/index.php?title=sediment_cppdefs.h&amp;diff=3663&amp;oldid=prev</id>
		<title>Csherwood at 18:04, 6 April 2009</title>
		<link rel="alternate" type="text/html" href="https://www.myroms.org/wiki/index.php?title=sediment_cppdefs.h&amp;diff=3663&amp;oldid=prev"/>
		<updated>2009-04-06T18:04:49Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:04, 6 April 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;div class=&quot;box&quot;&amp;gt;/* sediment CPPDEFS */&amp;lt;br&amp;gt;#define SEDIMENT&amp;lt;br&amp;gt;#ifdef SEDIMENT /* Chose one or all of these processes: */&amp;lt;br&amp;gt;# define SUSPLOAD&amp;lt;br&amp;gt;# undef  BEDLOAD_SOULSBY /* or BEDLOAD_MPM */&amp;lt;br&amp;gt;# undef  SED_MORPH&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#if defined SEDIMENT || defined SG_BBL || defined MB_BBL || defined SSW_BBL&amp;lt;br&amp;gt;# define ANA_SEDIMENT /* sediment initialization from Fortran routine */&amp;lt;br&amp;gt;# undef ANA_SEDIMENT  /* will require initialziation file */&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#if defined MB_BBL || defined SG_BBL || defined SSW_BBL /* will need wave input */&amp;lt;br&amp;gt;# define ANA_WWAVE /* or provide SWAN input */&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#define SSW_BBL /* or SG_BBL or MB_BBL */&amp;lt;br&amp;gt;#ifdef SG_BBL&amp;lt;br&amp;gt;# define SG_CALC_ZNOT&amp;lt;br&amp;gt;# undef  SG_LOGINT&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#ifdef MB_BBL&amp;lt;br&amp;gt;# define MB_CALC_ZNOT&amp;lt;br&amp;gt;# undef  MB_Z0BIO&amp;lt;br&amp;gt;# undef  MB_Z0BL&amp;lt;br&amp;gt;# undef  MB_Z0RIP&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#ifdef SSW_BBL&amp;lt;br&amp;gt;# define SSW_CALC_ZNOT /* Compute bottom roughness internally */&amp;lt;br&amp;gt;# undef SSW_LOGINT     /* Logarithmic interpolation of (Ur,Vr) */&amp;lt;br&amp;gt;# define SSW_CALC_UB   /* Computing bottom orbital velocity internally */&amp;lt;br&amp;gt;# undef  SSW_FORM_DRAG_COR   /* Activate form drag coefficient */&amp;lt;br&amp;gt;# undef  SSW_ZOBIO     /* Biogenic bedform roughness from ripples */&amp;lt;br&amp;gt;# undef  SSW_ZOBL      /* Bedload roughness for ripples */&amp;lt;br&amp;gt;# undef  SSW_ZORIP     /* Bedform roughness from ripples */&amp;lt;br&amp;gt;# endif&amp;lt;/div&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;div class=&quot;box&quot;&amp;gt;/* sediment CPPDEFS */&amp;lt;br&amp;gt;#define SEDIMENT&amp;lt;br&amp;gt;#ifdef SEDIMENT /* Chose one or all of these processes: */&amp;lt;br&amp;gt;# define SUSPLOAD&amp;lt;br&amp;gt;# undef  BEDLOAD_SOULSBY /* or BEDLOAD_MPM */&amp;lt;br&amp;gt;# undef  SED_MORPH&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#if defined SEDIMENT || defined SG_BBL || defined MB_BBL || defined SSW_BBL&amp;lt;br&amp;gt;# define ANA_SEDIMENT /* sediment initialization from Fortran routine */&amp;lt;br&amp;gt;# undef ANA_SEDIMENT  /* will require initialziation file */&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#if defined MB_BBL || defined SG_BBL || defined SSW_BBL /* will need wave input */&amp;lt;br&amp;gt;# define ANA_WWAVE /* or provide SWAN input */&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#define SSW_BBL /* or SG_BBL or MB_BBL */&amp;lt;br&amp;gt;#ifdef SG_BBL&amp;lt;br&amp;gt;# define SG_CALC_ZNOT&amp;lt;br&amp;gt;# undef  SG_LOGINT&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#ifdef MB_BBL&amp;lt;br&amp;gt;# define MB_CALC_ZNOT&amp;lt;br&amp;gt;# undef  MB_Z0BIO&amp;lt;br&amp;gt;# undef  MB_Z0BL&amp;lt;br&amp;gt;# undef  MB_Z0RIP&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#ifdef SSW_BBL&amp;lt;br&amp;gt;# define SSW_CALC_ZNOT /* Compute bottom roughness internally */&amp;lt;br&amp;gt;# undef SSW_LOGINT     /* Logarithmic interpolation of (Ur,Vr) */&amp;lt;br&amp;gt;# define SSW_CALC_UB   /* Computing bottom orbital velocity internally */&amp;lt;br&amp;gt;# undef  SSW_FORM_DRAG_COR   /* Activate form drag coefficient */&amp;lt;br&amp;gt;# undef  SSW_ZOBIO     /* Biogenic bedform roughness from ripples */&amp;lt;br&amp;gt;# undef  SSW_ZOBL      /* Bedload roughness for ripples */&amp;lt;br&amp;gt;# undef  SSW_ZORIP     /* Bedform roughness from ripples */&amp;lt;br&amp;gt;#endif&amp;lt;/div&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Csherwood</name></author>
	</entry>
	<entry>
		<id>https://www.myroms.org/wiki/index.php?title=sediment_cppdefs.h&amp;diff=3662&amp;oldid=prev</id>
		<title>Csherwood at 18:04, 6 April 2009</title>
		<link rel="alternate" type="text/html" href="https://www.myroms.org/wiki/index.php?title=sediment_cppdefs.h&amp;diff=3662&amp;oldid=prev"/>
		<updated>2009-04-06T18:04:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:04, 6 April 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;div class=&quot;box&quot;&amp;gt;/* sediment CPPDEFS */&amp;lt;br&amp;gt;#define SEDIMENT&amp;lt;br&amp;gt;#ifdef SEDIMENT /* Chose one or all of these processes: */&amp;lt;br&amp;gt;# define SUSPLOAD&amp;lt;br&amp;gt;# undef  BEDLOAD_SOULSBY /* or BEDLOAD_MPM */&amp;lt;br&amp;gt;# undef  SED_MORPH&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#if defined SEDIMENT || defined SG_BBL || defined MB_BBL || defined SSW_BBL&amp;lt;br&amp;gt;# define ANA_SEDIMENT /* sediment initialization from Fortran routine */&amp;lt;br&amp;gt;# undef ANA_SEDIMENT  /* will require initialziation file */&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#if defined MB_BBL || defined SG_BBL || defined SSW_BBL /* will need wave input */&amp;lt;br&amp;gt;# define ANA_WWAVE /* or provide SWAN input */&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#define SSW_BBL /* or SG_BBL or MB_BBL */&amp;lt;br&amp;gt;#ifdef SG_BBL&amp;lt;br&amp;gt;# define SG_CALC_ZNOT&amp;lt;br&amp;gt;# undef  SG_LOGINT&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#ifdef MB_BBL&amp;lt;br&amp;gt;# define MB_CALC_ZNOT&amp;lt;br&amp;gt;# undef  MB_Z0BIO&amp;lt;br&amp;gt;# undef  MB_Z0BL&amp;lt;br&amp;gt;# undef  MB_Z0RIP&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#ifdef SSW_BBL&amp;lt;br&amp;gt;# define SSW_CALC_ZNOT /* Compute bottom roughness internally */&amp;lt;br&amp;gt;# undef SSW_LOGINT     /* Logarithmic interpolation of (Ur,Vr) */&amp;lt;br&amp;gt;# define SSW_CALC_UB   /* Computing bottom orbital velocity internally */&amp;lt;br&amp;gt;# undef  SSW_FORM_DRAG_COR   /* Activate form drag coefficient */&amp;lt;br&amp;gt;# undef  SSW_ZOBIO     /* Biogenic bedform roughness from ripples */&amp;lt;br&amp;gt;# undef  SSW_ZOBL      /* Bedload roughness for ripples */&amp;lt;br&amp;gt;# undef  SSW_ZORIP     /* Bedform roughness from ripples */&amp;lt;br&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;div class=&quot;box&quot;&amp;gt;/* sediment CPPDEFS */&amp;lt;br&amp;gt;#define SEDIMENT&amp;lt;br&amp;gt;#ifdef SEDIMENT /* Chose one or all of these processes: */&amp;lt;br&amp;gt;# define SUSPLOAD&amp;lt;br&amp;gt;# undef  BEDLOAD_SOULSBY /* or BEDLOAD_MPM */&amp;lt;br&amp;gt;# undef  SED_MORPH&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#if defined SEDIMENT || defined SG_BBL || defined MB_BBL || defined SSW_BBL&amp;lt;br&amp;gt;# define ANA_SEDIMENT /* sediment initialization from Fortran routine */&amp;lt;br&amp;gt;# undef ANA_SEDIMENT  /* will require initialziation file */&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#if defined MB_BBL || defined SG_BBL || defined SSW_BBL /* will need wave input */&amp;lt;br&amp;gt;# define ANA_WWAVE /* or provide SWAN input */&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#define SSW_BBL /* or SG_BBL or MB_BBL */&amp;lt;br&amp;gt;#ifdef SG_BBL&amp;lt;br&amp;gt;# define SG_CALC_ZNOT&amp;lt;br&amp;gt;# undef  SG_LOGINT&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#ifdef MB_BBL&amp;lt;br&amp;gt;# define MB_CALC_ZNOT&amp;lt;br&amp;gt;# undef  MB_Z0BIO&amp;lt;br&amp;gt;# undef  MB_Z0BL&amp;lt;br&amp;gt;# undef  MB_Z0RIP&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#ifdef SSW_BBL&amp;lt;br&amp;gt;# define SSW_CALC_ZNOT /* Compute bottom roughness internally */&amp;lt;br&amp;gt;# undef SSW_LOGINT     /* Logarithmic interpolation of (Ur,Vr) */&amp;lt;br&amp;gt;# define SSW_CALC_UB   /* Computing bottom orbital velocity internally */&amp;lt;br&amp;gt;# undef  SSW_FORM_DRAG_COR   /* Activate form drag coefficient */&amp;lt;br&amp;gt;# undef  SSW_ZOBIO     /* Biogenic bedform roughness from ripples */&amp;lt;br&amp;gt;# undef  SSW_ZOBL      /* Bedload roughness for ripples */&amp;lt;br&amp;gt;# undef  SSW_ZORIP     /* Bedform roughness from ripples */&amp;lt;br&amp;gt;# endif&amp;lt;/div&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;# endif&amp;lt;/div&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Csherwood</name></author>
	</entry>
	<entry>
		<id>https://www.myroms.org/wiki/index.php?title=sediment_cppdefs.h&amp;diff=3661&amp;oldid=prev</id>
		<title>Csherwood: New page: &lt;div class=&quot;box&quot;&gt;/* sediment CPPDEFS */&lt;br&gt;#define SEDIMENT&lt;br&gt;#ifdef SEDIMENT /* Chose one or all of these processes: */&lt;br&gt;# define SUSPLOAD&lt;br&gt;# undef  BEDLOAD_SOULSBY /* or BEDLOAD_MPM...</title>
		<link rel="alternate" type="text/html" href="https://www.myroms.org/wiki/index.php?title=sediment_cppdefs.h&amp;diff=3661&amp;oldid=prev"/>
		<updated>2009-04-06T18:03:06Z</updated>

		<summary type="html">&lt;p&gt;New page: &amp;lt;div class=&amp;quot;box&amp;quot;&amp;gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;sediment CPPDEFS: &lt;/span&gt;&amp;lt;br&amp;gt;#define SEDIMENT&amp;lt;br&amp;gt;#ifdef SEDIMENT &lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Chose one or all of these processes:: &lt;/span&gt;&amp;lt;br&amp;gt;# define SUSPLOAD&amp;lt;br&amp;gt;# undef  BEDLOAD_SOULSBY /* or BEDLOAD_MPM...&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;div class=&amp;quot;box&amp;quot;&amp;gt;/* sediment CPPDEFS */&amp;lt;br&amp;gt;#define SEDIMENT&amp;lt;br&amp;gt;#ifdef SEDIMENT /* Chose one or all of these processes: */&amp;lt;br&amp;gt;# define SUSPLOAD&amp;lt;br&amp;gt;# undef  BEDLOAD_SOULSBY /* or BEDLOAD_MPM */&amp;lt;br&amp;gt;# undef  SED_MORPH&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#if defined SEDIMENT || defined SG_BBL || defined MB_BBL || defined SSW_BBL&amp;lt;br&amp;gt;# define ANA_SEDIMENT /* sediment initialization from Fortran routine */&amp;lt;br&amp;gt;# undef ANA_SEDIMENT  /* will require initialziation file */&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#if defined MB_BBL || defined SG_BBL || defined SSW_BBL /* will need wave input */&amp;lt;br&amp;gt;# define ANA_WWAVE /* or provide SWAN input */&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#define SSW_BBL /* or SG_BBL or MB_BBL */&amp;lt;br&amp;gt;#ifdef SG_BBL&amp;lt;br&amp;gt;# define SG_CALC_ZNOT&amp;lt;br&amp;gt;# undef  SG_LOGINT&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#ifdef MB_BBL&amp;lt;br&amp;gt;# define MB_CALC_ZNOT&amp;lt;br&amp;gt;# undef  MB_Z0BIO&amp;lt;br&amp;gt;# undef  MB_Z0BL&amp;lt;br&amp;gt;# undef  MB_Z0RIP&amp;lt;br&amp;gt;#endif&amp;lt;br&amp;gt;#ifdef SSW_BBL&amp;lt;br&amp;gt;# define SSW_CALC_ZNOT /* Compute bottom roughness internally */&amp;lt;br&amp;gt;# undef SSW_LOGINT     /* Logarithmic interpolation of (Ur,Vr) */&amp;lt;br&amp;gt;# define SSW_CALC_UB   /* Computing bottom orbital velocity internally */&amp;lt;br&amp;gt;# undef  SSW_FORM_DRAG_COR   /* Activate form drag coefficient */&amp;lt;br&amp;gt;# undef  SSW_ZOBIO     /* Biogenic bedform roughness from ripples */&amp;lt;br&amp;gt;# undef  SSW_ZOBL      /* Bedload roughness for ripples */&amp;lt;br&amp;gt;# undef  SSW_ZORIP     /* Bedform roughness from ripples */&amp;lt;br&amp;gt;&lt;br /&gt;
# endif&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Csherwood</name></author>
	</entry>
</feed>