Laster score...
Vennligst vent
Vennligst vent
Score-siden viser en fiskeegnethetsvurdering per time fra 0 % (farligst / ikke fiskbart) til 100 % (perfekte forhold). Hver rad inkluderer tid, tre scorer (Total, Sikkerhet, Fiske) og korte forklaringer per kategori.
Algoritmen er designet for dypvannsfiske (50–200 m) på den eksponerte norskekysten, der Den norske kyststrømmen (NCC) ofte skjærer inn i og overgår normal tidevannsstrøm. Kjernefilosofien er «Ingen strøm, ingen fisk» — vannbevegelse er den primære drivkraften for fiskeatferd hos dypvannspredatorer som lange, brosme, torsk og sei.
Instead of hard if/else brackets, the algorithm uses continuous mathematical functions — Gaussian curves, sigmoids, and smooth interpolation — to produce a fine-grained, linear 0–100 % scale. Twelve independent variables are each evaluated as a 0.0–1.0 factor. The factors are split into two groups — safety and fishing — then multiplied within each group and combined:
safetyScore = round( windF × waveF × lightF × wavePeriodF × 100 )
fishingScore = round( currentF × tideF × moonF × precipF × tempF × speciesDepthF × speciesSeasonF × pressureF × lightFishingF × 100 )
totalScore = round( safetyScore × fishingScore / 100 )This multiplicative structure means a single dangerous condition (factor → 0) drives the entire score toward 0 %, while excellent conditions require all factors to be high. The split lets users see whether a low score is due to unsafe weather or poor fishing conditions.
Wind affects surface drift, which determines whether deep-water gear can maintain bottom contact.
Safety overrides:
Wind–current interaction:
Below safety threshold, factor decreases smoothly from 1.0 (calm) toward 0.25 (12 m/s). Gusts above 10–12 m/s apply an additional multiplier (0.85–0.92).
Affects gear handling efficiency and vessel safety.
| Wave height | Factor |
|---|---|
| ≤ 0.5 m | 1.00 |
| 0.5–1.0 m | 0.60–1.00 |
| 1.0–1.5 m | 0.35–0.60 |
| 1.5–2.0 m | 0.05–0.35 (worse with wind) |
| > 2.0 m | → 0.00 (dangerous) |
Deep-water fish feed more aggressively in low light. Factor peaks at dawn and dusk.
| Condition | Factor | Note |
|---|---|---|
| Civil twilight / Dawn / Dusk | 1.00 | Peak feeding |
| Overcast daylight | 0.85 | Fish active |
| Full daylight | 0.80 | — |
| Bright sun + clear sky | 0.70 | Fish deep |
| Nautical twilight | 0.08–0.20 | Dark — poor visibility |
| Night | 0.00 | Unsafe |
Short steep waves are dangerous for small boats. Penalty scales with wave height — below 1.0 m wave height, period has no effect.
| Wave period | Factor (at full height) |
|---|---|
| ≥ 10 s | 1.00 (comfortable swell) |
| 7–10 s | 0.85–1.00 |
| 5–7 s | 0.60–0.85 (uncomfortable) |
| < 5 s | 0.30–0.60 (steep chop) |
UV and drift ice are shown as safety warnings in the reason list. They do not directly change Safety score, but they flag important exposure risks for small-boat trips.
The primary fishing driver. A Gaussian curve centred at 0.4 m/s (σ = 0.22).
| Current speed | Factor | Meaning |
|---|---|---|
| 0.0–0.1 m/s | ~0.10–0.15 | "Dead water" — very low bite rate |
| 0.15–0.24 m/s | 0.15–0.55 | Slow — some activity |
| 0.25–0.55 m/s | 0.80–1.00 | Sweet spot — strong feeding |
| 0.6–0.7 m/s | 0.55–0.70 | Gear drag increasing |
| 0.8–1.0 m/s | 0.20–0.45 | Highly inefficient |
| > 1.0 m/s | → 0.00 | Unfishable |
When no current data is available, a cautious factor of 0.55 is used — unknown current should not inflate the score.
Tidal phases dictate biological rhythms at depth and nutrient exchange.
| Tide phase | Factor | Rationale |
|---|---|---|
| Rising tide | 1.00 | Peak hunting aggression |
| Falling tide | 0.95 | Active water exchange |
| Turning (±1h from Hi/Lo) | 0.85 | Movement slowing/starting |
| Approaching (±2h) | 0.75 | Moderate movement |
| Slack tide (exact Hi/Lo) | 0.55 | Least productive |
When no tide data is available, a neutral 0.75 default is used.
Controls the strength of tidal pull — spring tides reach deeper into the water column.
| Moon phase | Factor | Effect |
|---|---|---|
| New Moon / Full Moon | 0.95–1.00 | Strongest tidal pull |
| Waxing/Waning | 0.86–0.95 | Moderate pull |
| First/Last Quarter | 0.82 | Weakest movement |
| Pressure | Factor | Meaning |
|---|---|---|
| 1010–1020 hPa | 1.00 | Ideal — fish active |
| 1000–1010 hPa | 0.95 | Good — approaching low |
| 1020–1030 hPa | 0.90 | Slight penalty — fish sluggish |
| < 1000 hPa | 0.88 | Storm-adjacent |
| > 1030 hPa | 0.82 | Strong stable high — inactive |
When a species is selected, NoFish applies a habitat-depth factor based on where that species is typically targeted in the water column (for example upper water, mid-water, or close to bottom over deep ground).
Species are scored with month-based season windows (prime, shoulder, off-season). This affects the fishing score even when weather is identical.
The Score page highlights up to 2 non-overlapping windows with the highest average score. The window type depends on your selected fishing method:
In the hourly table, Total score cells within a best window are highlighted with a blue border.
When you select "Fishing with net" as your method, the algorithm shifts from 1–3 hour windows to 6–8 hour overnight soak windows. This recognizes that net fishing has fundamentally different safety and logistics constraints than active methods.
A net-specific window requires:
Example: If conditions are calm at 22:00 but will worsen by 04:00 retrieval, the window is flagged as risky and loses the overnight bonus.
| Score | Colour | Meaning |
|---|---|---|
| 70–100 % | Green | Excellent |
| 50–69 % | Light green | Good |
| 35–49 % | Amber | Fair |
| 20–34 % | Orange | Poor |
| 0–19 % | Red | Dangerous / unfishable |
See Data Column Reference for source ratings and column descriptions.