[cig-commits] r4198 - mc/3D/CitcomS/trunk/lib

luis at geodynamics.org luis at geodynamics.org
Tue Aug 1 16:09:21 PDT 2006


Author: luis
Date: 2006-08-01 16:09:20 -0700 (Tue, 01 Aug 2006)
New Revision: 4198

Modified:
   mc/3D/CitcomS/trunk/lib/global_defs.h
Log:
Added flags to control which data (viscosity,stress,pressure) gets
written to output.


Modified: mc/3D/CitcomS/trunk/lib/global_defs.h
===================================================================
--- mc/3D/CitcomS/trunk/lib/global_defs.h	2006-08-01 23:07:29 UTC (rev 4197)
+++ mc/3D/CitcomS/trunk/lib/global_defs.h	2006-08-01 23:09:20 UTC (rev 4198)
@@ -615,11 +615,14 @@
     int ORTHO,ORTHOZ;   /* indicates levels of mesh symmetry */
     char B_is_good[MAX_LEVELS];  /* general information controlling program flow */
     char Ahat_is_good[MAX_LEVELS];  /* general information controlling program flow */
+
     char old_P_file[100];
     char data_file[100];
     char post_topo_file[100];
     char slabgeoid_file[100];
 
+    char output_format[10];  /* ascii or hdf5 */
+    char which_output[1000]; /* comma-delimited list of objects to output */
     char which_data_files[1000];
     char which_horiz_averages[1000];
     char which_running_data[1000];
@@ -657,9 +660,11 @@
     int read_slab;
     int read_slabgeoid;
 
-    char  output_format[100];  /* 0: ascii, 1: hdf5 */
     int pseudo_free_surf;
     int tracer;
+    int viscosity;    /* whether to output viscosity */
+    int stress;       /* whether to output stress */
+    int pressure;     /* whether to output pressure */
 
 
     double theta_min, theta_max, fi_min, fi_max;



More information about the cig-commits mailing list