Skip to content

Commit ff09fe9

Browse files
committed
Add minimum tf mappings for DD3.42.0
1 parent 4c892c9 commit ff09fe9

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

mappings/tf/globals.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"Comment": "Add any variables in here that are needed by your mappings",
3+
"Templating": "These can be used for substitution in the signal names",
4+
"Hello": "World"
5+
}

mappings/tf/mappings.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"ids_properties/homogeneous_time": {
3+
"MAP_TYPE": "VALUE",
4+
"VALUE": 0
5+
},
6+
"r0": {
7+
"MAP_TYPE": "VALUE",
8+
"VALUE": 2.96
9+
},
10+
"b_field_phi_vacuum_r/data": {
11+
"MAP_TYPE": "PLUGIN",
12+
"PLUGIN": "MDSPLUS",
13+
"ARGS": {
14+
"signal": "_sig=jet(\"PPF/MAGC/BVAC\"% {{ shot }})"
15+
},
16+
"SCALE": "2.96",
17+
"COMMENT": "r0 * B0"
18+
},
19+
"b_field_phi_vacuum_r/time": {
20+
"MAP_TYPE": "PLUGIN",
21+
"PLUGIN": "MDSPLUS",
22+
"ARGS": {
23+
"signal": "_sig=jet(\"PPF/MAGC/BVAC\"% {{ shot }}); dim_of(_sig)"
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)