File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ std::string get_filename_from_type(std::string type_output) {
28
28
29
29
if (type_output == " bfield" )
30
30
filename = " 3DBF" ;
31
+
32
+ if (type_output == " delta" )
33
+ filename = " 3DDE" ;
31
34
32
35
if (type_output == " moment" )
33
36
filename = " 3DMO" ;
@@ -255,6 +258,22 @@ bool output(const Neutrals &neutrals,
255
258
grid.radius_scgc );
256
259
}
257
260
261
+ if (type_output == " delta" ) {
262
+ AllOutputContainers[iOutput].store_variable (" dim" ,
263
+ " di Center m" ,
264
+ " m" ,
265
+ grid.di_center_m_scgc );
266
+ AllOutputContainers[iOutput].store_variable (" djm" ,
267
+ " dj Center m" ,
268
+ " m" ,
269
+ grid.dj_center_m_scgc );
270
+ AllOutputContainers[iOutput].store_variable (" dkm" ,
271
+ " dk Center m" ,
272
+ " m" ,
273
+ grid.dk_center_m_scgc );
274
+
275
+ }
276
+
258
277
if (type_output == " bfield" || type_output == " ions" ) {
259
278
AllOutputContainers[iOutput].store_variable (" mlat" ,
260
279
" Magnetic Latitude" ,
You can’t perform that action at this time.
0 commit comments