-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
70 lines (56 loc) · 3.28 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
60
61
62
63
64
65
66
67
68
69
70
Tools to produce conservative temperature and salinity from World Ocean Atlas data, and regrid them to the ACCESS-OM2 model grids.
1. Run inte.csh to create temperature and salinity files, using monthly data instead of
seasonal dta in the upper 1500m. Results are put in /g/data/ik11/inputs/access-om2/woa13/monthly
2. Run make_inital_conditions.sh in the directory initial_conditions_WOA/ for regridding.
Results are put in /g/data/ik11/inputs/access-om2/woa13/[01]*
3. If you're happy with the results, run finalise.sh to git commit and add commit info to the .nc metadata
4. If you have permissions you can run copy_to_input_rc.sh to copy January initial conditions to /g/data/ik11/inputs/access-om2/input_rc
This repository contains submodules, so clone it with
git clone --recursive https://github.com/COSIMA/initial_conditions_access-om2.git
--------------
2017-11-14 Fanghua Wu
======================================================================================
Summary about processing the 12-month data for different degree versions:
======================================================================================
01 version
======================================================================================
Resource Usage on 2017-10-09 21:43:12:
Job Id: 9558755.r-man2
Project: x77
Exit Status: 0
Service Units: 131.75
NCPUs Requested: 8 NCPUs Used: 8
CPU Time Used: 07:10:09
Memory Requested: 64.0GB Memory Used: 18.22GB
Walltime requested: 12:00:00 Walltime Used: 05:29:23
JobFS requested: 400.0GB JobFS used: 3.3GB
======================================================================================
025 version
======================================================================================
Resource Usage on 2017-10-01 12:02:43:
Job Id: 9277169.r-man2
Project: x77
Exit Status: 0
Service Units: 17.33
NCPUs Requested: 8 NCPUs Used: 8
CPU Time Used: 01:14:23
Memory Requested: 64.0GB Memory Used: 4.62GB
Walltime requested: 01:00:00 Walltime Used: 00:43:20
JobFS requested: 400.0GB JobFS used: 757.63MB
======================================================================================
10 version
======================================================================================
Resource Usage on 2017-10-01 11:14:44:
Job Id: 9277004.r-man2
Project: x77
Exit Status: 0
Service Units: 5.48
NCPUs Requested: 8 NCPUs Used: 8
CPU Time Used: 00:19:43
Memory Requested: 64.0GB Memory Used: 3.18GB
Walltime requested: 01:00:00 Walltime Used: 00:13:42
JobFS requested: 400.0GB JobFS used: 299.24MB
======================================================================================
2020-06-24: Andrew Kiss
- copied from /g/data/hh5/tmp/cosima/observations/postprocessing/woa13/tools/
- set up git repo