Difference between revisions of "sediment cppdefs.h"

From WikiROMS
Jump to navigationJump to search
(New page: <div class="box">→‎sediment CPPDEFS: <br>#define SEDIMENT<br>#ifdef SEDIMENT →‎Chose one or all of these processes:: <br># define SUSPLOAD<br># undef BEDLOAD_SOULSBY /* or BEDLOAD_MPM...)   (change visibility)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div class="box">/* sediment CPPDEFS */<br>#define SEDIMENT<br>#ifdef SEDIMENT /* Chose one or all of these processes: */<br># define SUSPLOAD<br># undef  BEDLOAD_SOULSBY /* or BEDLOAD_MPM */<br># undef  SED_MORPH<br>#endif<br>#if defined SEDIMENT || defined SG_BBL || defined MB_BBL || defined SSW_BBL<br># define ANA_SEDIMENT /* sediment initialization from Fortran routine */<br># undef ANA_SEDIMENT  /* will require initialziation file */<br>#endif<br>#if defined MB_BBL || defined SG_BBL || defined SSW_BBL /* will need wave input */<br># define ANA_WWAVE /* or provide SWAN input */<br>#endif<br>#define SSW_BBL /* or SG_BBL or MB_BBL */<br>#ifdef SG_BBL<br># define SG_CALC_ZNOT<br># undef  SG_LOGINT<br>#endif<br>#ifdef MB_BBL<br># define MB_CALC_ZNOT<br># undef  MB_Z0BIO<br># undef  MB_Z0BL<br># undef  MB_Z0RIP<br>#endif<br>#ifdef SSW_BBL<br># define SSW_CALC_ZNOT /* Compute bottom roughness internally */<br># undef SSW_LOGINT    /* Logarithmic interpolation of (Ur,Vr) */<br># define SSW_CALC_UB  /* Computing bottom orbital velocity internally */<br># undef  SSW_FORM_DRAG_COR  /* Activate form drag coefficient */<br># undef  SSW_ZOBIO    /* Biogenic bedform roughness from ripples */<br># undef  SSW_ZOBL      /* Bedload roughness for ripples */<br># undef  SSW_ZORIP    /* Bedform roughness from ripples */<br>
<div class="box">/* sediment CPPDEFS */<br>#define SEDIMENT<br>#ifdef SEDIMENT /* Chose one or all of these processes: */<br># define SUSPLOAD<br># undef  BEDLOAD_SOULSBY /* or BEDLOAD_MPM */<br># undef  SED_MORPH<br>#endif<br>#if defined SEDIMENT || defined SG_BBL || defined MB_BBL || defined SSW_BBL<br># define ANA_SEDIMENT /* sediment initialization from Fortran routine */<br># undef ANA_SEDIMENT  /* will require initialziation file */<br>#endif<br>#if defined MB_BBL || defined SG_BBL || defined SSW_BBL /* will need wave input */<br># define ANA_WWAVE /* or provide SWAN input */<br>#endif<br>#define SSW_BBL /* or SG_BBL or MB_BBL */<br>#ifdef SG_BBL<br># define SG_CALC_ZNOT<br># undef  SG_LOGINT<br>#endif<br>#ifdef MB_BBL<br># define MB_CALC_ZNOT<br># undef  MB_Z0BIO<br># undef  MB_Z0BL<br># undef  MB_Z0RIP<br>#endif<br>#ifdef SSW_BBL<br># define SSW_CALC_ZNOT /* Compute bottom roughness internally */<br># undef SSW_LOGINT    /* Logarithmic interpolation of (Ur,Vr) */<br># define SSW_CALC_UB  /* Computing bottom orbital velocity internally */<br># undef  SSW_FORM_DRAG_COR  /* Activate form drag coefficient */<br># undef  SSW_ZOBIO    /* Biogenic bedform roughness from ripples */<br># undef  SSW_ZOBL      /* Bedload roughness for ripples */<br># undef  SSW_ZORIP    /* Bedform roughness from ripples */<br>#endif</div>
# endif</div>

Latest revision as of 18:04, 6 April 2009

/* sediment CPPDEFS */
#define SEDIMENT
#ifdef SEDIMENT /* Chose one or all of these processes: */
# define SUSPLOAD
# undef BEDLOAD_SOULSBY /* or BEDLOAD_MPM */
# undef SED_MORPH
#endif
#if defined SEDIMENT || defined SG_BBL || defined MB_BBL || defined SSW_BBL
# define ANA_SEDIMENT /* sediment initialization from Fortran routine */
# undef ANA_SEDIMENT /* will require initialziation file */
#endif
#if defined MB_BBL || defined SG_BBL || defined SSW_BBL /* will need wave input */
# define ANA_WWAVE /* or provide SWAN input */
#endif
#define SSW_BBL /* or SG_BBL or MB_BBL */
#ifdef SG_BBL
# define SG_CALC_ZNOT
# undef SG_LOGINT
#endif
#ifdef MB_BBL
# define MB_CALC_ZNOT
# undef MB_Z0BIO
# undef MB_Z0BL
# undef MB_Z0RIP
#endif
#ifdef SSW_BBL
# define SSW_CALC_ZNOT /* Compute bottom roughness internally */
# undef SSW_LOGINT /* Logarithmic interpolation of (Ur,Vr) */
# define SSW_CALC_UB /* Computing bottom orbital velocity internally */
# undef SSW_FORM_DRAG_COR /* Activate form drag coefficient */
# undef SSW_ZOBIO /* Biogenic bedform roughness from ripples */
# undef SSW_ZOBL /* Bedload roughness for ripples */
# undef SSW_ZORIP /* Bedform roughness from ripples */
#endif