-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
59 lines (37 loc) · 1.7 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
I'm using this as a catch-all for sea ice model skill measure files.
Quick start:
* To build the executables:
first build the mmablib -- cd ../mmablib; make
In the ice_scoring main directory ./makeall.sh
* You'll also need the fixed files (binaries).
Contents:
Directly skill-related:
main -- main .csh and python scripts to carry out model verification
drift -- ice drift skill metrics, oriented to the old drift model (sk2)
using IABP for verification
---- these are relatively well-developed as metrics, see TN NNN, MMM for discussion
concentration -- metrics for measuring skill in sea ice concentration fields,
the whole field, not just the edge
ice_edge -- find ice edge from an ice concentration analysis using transition
against a tolerance
-- score a pair of ice edges
-- algorithms per discussions with Rick Allard (NRL) and Barbara Casati (ECCC)
thickness -- to be intercomparisons on sea ice thickness
integral -- for ice area and extent, within regions
Supportive:
exec -- executables (not on git)
fix -- fixed files of use (not on git)
-- binary files not on github. Copy or use (ln -s)
WCOSS: /u/Robert.Grumbine/rgdev/fix
Hera: /home/Robert.Grumbine/rgdev/fix
Orion: /home/rgrumbin/rgdev/fix
gross_checks -- check for structural problems (grid seams) or impossible values ( T < -3)
docs -- documents on ice model scoring
formats -- brief demonstrations of decoding various input file types and formats
legacy -- archive of codes used in support of papers 1994-2017.
sidfex -- Sea Ice Dynamics Forecast Experiment support files/scripts
web -- towards web display of scores
Robert Grumbine
22 May 2018
18 Sep 2019
12 Jun 2020