TO_DO_LIST.md:
63 - TODO 051 Implement other ways of calculating depth of closure, see TODO 045
64: - TODO 056 Check this please Andres
65 - TODO 057 Check this please Manuel
src/calc_shadow_zones.cpp:
1243
1244: // Equation 14 from Hurst et al. TODO 056 Check this! Could not get this to work (typo in paper?), so used the equation below instead
1245 // double dKp = 0.5 (1.0 - sin((PI 90.0 nSweep) / (180.0 nSweepLength)));
src/calc_waves.cpp:
1950 {
1951: // Set the breaking wave height, breaking wave angle, and depth of breaking for this coast point TODO 056 This assert sometimes fails: why?
1952 // assert(dNextBreakingWaveHeight >= 0);
1965 {
1966: // Set the breaking wave height, breaking wave angle, and depth of breaking for this coast point TODO 056 This assert sometimes fails: why?
1967 // assert(dThisBreakingWaveHeight >= 0);
2013
2014: // Set the breaking wave height, breaking wave angle, and depth of breaking for this coast point TODO 056 This assert sometimes fails: why?
2015 // assert(dBreakingWaveHeight >= 0);
src/cme.h:
105 TODO 051 Implement other ways of calculating depth of closure, see TODO 045
106: TODO 056 Check this please Andres
107 TODO 057 Check this please Manuel
6 results - 4 files
TO_DO_LIST.md: 63 - TODO 051 Implement other ways of calculating depth of closure, see TODO 045 64: - TODO 056 Check this please Andres 65 - TODO 057 Check this please Manuel
src/calc_shadow_zones.cpp: 1243
1244: // Equation 14 from Hurst et al. TODO 056 Check this! Could not get this to work (typo in paper?), so used the equation below instead 1245 // double dKp = 0.5 (1.0 - sin((PI 90.0 nSweep) / (180.0 nSweepLength)));
src/calc_waves.cpp: 1950 { 1951: // Set the breaking wave height, breaking wave angle, and depth of breaking for this coast point TODO 056 This assert sometimes fails: why? 1952 // assert(dNextBreakingWaveHeight >= 0);
1965 { 1966: // Set the breaking wave height, breaking wave angle, and depth of breaking for this coast point TODO 056 This assert sometimes fails: why? 1967 // assert(dThisBreakingWaveHeight >= 0);
2013
2014: // Set the breaking wave height, breaking wave angle, and depth of breaking for this coast point TODO 056 This assert sometimes fails: why? 2015 // assert(dBreakingWaveHeight >= 0);
src/cme.h: 105 TODO 051 Implement other ways of calculating depth of closure, see TODO 045 106: TODO 056 Check this please Andres 107 TODO 057 Check this please Manuel