-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcode_notes
More file actions
41 lines (26 loc) · 935 Bytes
/
code_notes
File metadata and controls
41 lines (26 loc) · 935 Bytes
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
ln -s mk.<platform> mk.this
make
-- update makeall.sh to do this, accept platform as argument
n.b. the 'shared' files are referenced by mk.all
-- update version numbers for modules
-- platform-aware 'offline.sh', 'daily.sh' for tests
-- able to run off 2ds files -- check which (ice, diag, prog)
Offline, main:
-- write out in netcdf dummy-buoys, read in for future runs
-- avoid reserved words close, read
Shared, IO:
-- how to open so as to be able to write out multiple time steps
-- check able to read in multiple steps
n.b. the 2ds files are one per time step
initialize_drifter:
-- ll to ij computation
drifter:
-- sbr move
math:
-- local metric and finding u(lat,lon)
-- grid rotation -- needed? -- CICE, RTOFS
io:
-- initialize_in -- read nx, ny from .nc file
-- initialize_out -- set for multiple time levels
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
1/28/2025: currently does not advance the positions