-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlom.py
43 lines (42 loc) · 1.45 KB
/
lom.py
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
mod = {
'TOM12_TJ_1ASA' : {
'basedir' : '/gpfs/data/greenocean/software/runs/',
'desc': 'UKESM1 forcing, hist. ozone, SSP1-2.6',
'color' : 'y'},
'TOM12_DW_WE43' : {
'basedir' : '/gpfs/data/greenocean/software/runs/',
'desc': 'ERA5 forcing',
'color' : 'k'},
'TOM12_DW_GA01' : {
'basedir' : '/gpfs/data/greenocean/software/runs/',
'desc': 'NCEP forcing (Milestone Model)',
'color' : 'dimgrey'},
'TOM10_CL_LIG9' : {
'basedir' : '/gpfs/home/e415/scratch/',
'desc': '',
'color' : 'plum'},
'TOM10_CL_LIGD' : {
'basedir' : '/gpfs/home/e415/scratch/',
'desc': '',
'color' : 'm'},
'TOM12_RW_3G20' : {
'basedir' : '/gpfs/home/hnb15vcu/scratch/ModelRuns/',
'desc': 'RW tuning runs',
'color' : 'cornflowerblue'},
'TOM12_RW_3G07' : {
'basedir' : '/gpfs/home/hnb15vcu/scratch/ModelRuns/',
'desc': 'RW tuning runs',
'color' : 'royalblue'},
'TOM12_RW_3G09' : {
'basedir' : '/gpfs/home/hnb15vcu/scratch/ModelRuns/',
'desc': 'RW tuning runs',
'color' : 'darkcyan'},
'TOM12_RW_TES2' : {
'basedir' : '/gpfs/home/hnb15vcu/scratch/ModelRuns/',
'desc': 'RW milestone (3param)',
'color' : 'darkcyan'},
'TOM12_RW_3G34' : {
'basedir' : '/gpfs/home/hnb15vcu/scratch/ModelRuns/',
'desc': 'RW combination',
'color' : 'orange'}
}