You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(26) |
Sep
(32) |
Oct
(29) |
Nov
(36) |
Dec
(13) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(17) |
Feb
(14) |
Mar
(12) |
Apr
(20) |
May
(27) |
Jun
(6) |
Jul
(33) |
Aug
(28) |
Sep
(24) |
Oct
(24) |
Nov
(41) |
Dec
(32) |
| 2002 |
Jan
(29) |
Feb
(25) |
Mar
(16) |
Apr
(12) |
May
(22) |
Jun
(24) |
Jul
(11) |
Aug
(7) |
Sep
(4) |
Oct
(31) |
Nov
(30) |
Dec
(22) |
| 2003 |
Jan
(22) |
Feb
(12) |
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
1
|
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
|
9
|
10
|
11
|
12
|
13
|
14
(3) |
15
|
|
16
(1) |
17
|
18
|
19
|
20
(4) |
21
(8) |
22
|
|
23
|
24
(7) |
25
(1) |
26
|
27
|
28
|
29
|
|
30
|
|
|
|
|
|
|
|
From: <rna...@em...> - 2001-09-25 01:13:08
|
Hi, Someshwar. In the case of the second question, you can find how to make GIF images i= n the section 6.14 of the VIS5D README. And, ussing the Tcl scripting and 'convert', you can make a movie in the = GIF or MPEG format. But, I don't know what's the matter in the first question. Have a good luck! =20 > 2. I am able to save the image frames in PPM format and then convert t= o GIF format >using the imgview utility on the SGI. But I do not know ho= w to make the animation in >GIF or MPEG format from the saved frames. Co= uld anyone please let me know what is >the simplest and best way to make = a movie in the GIF or MPEG format from a VIS5D >animation of the model = outputs? I would like to import the animation eventually into >a 'powerp= oint' presentation for seminars. I shall appreciate your early reply.=20 ------------------------------------------------------------------- "=B1=B9=B3=BB =C3=D6=B4=D9 =B8=DE=C0=CF=B0=F8=B0=A3 30MB, =C3=B7=BA=CE=C6= =C4=C0=CF 10MB" "=C5=EB=C5=EB=C6=A2=B4=C2 =C0=DA=B5=BF=BB=E8=C1=A6 =C6=F8= =C5=BA=B8=DE=C0=CF!" =B0=CB=BB=F6=C0=BA =BF=A5=C6=C4=BD=BA, =B8=DE=C0=CF=C0=BA =BF=A5=C6=C8 (h= ttp://www.empal.com) |
|
From: Peter T. <te...@as...> - 2001-09-24 19:15:02
|
yes, most certainly OT... I diffed mine with the vis5d and noticed them out of date. fixed that, now it works. problem solved, thanks , peter On Mon, 24 Sep 2001, Steven G. Johnson wrote: > On Mon, 24 Sep 2001, Peter Teuben wrote: > > I have an even more basic question. I ran 'configure' on an existing package, > > and my system came back and told me it did not know about this system. What > > version of autoconf should one use with this to make it work? > > I assume you're talking about an existing package for a program that is > not Vis5d? That's a bit off-topic... > > In any case, this is not a question of autoconf version. You need to get > the latest config.guess and config.sub scripts, to replace those in your > package. > > wget ftp://ftp.gnu.org/pub/gnu/config/config.guess > wget ftp://ftp.gnu.org/pub/gnu/config/config.sub > chmod a+x config.guess config.sub > > Steven > > > |
|
From: Steven G. J. <st...@ab...> - 2001-09-24 17:25:01
|
On Mon, 24 Sep 2001, Peter Teuben wrote: > I have an even more basic question. I ran 'configure' on an existing package, > and my system came back and told me it did not know about this system. What > version of autoconf should one use with this to make it work? I assume you're talking about an existing package for a program that is not Vis5d? That's a bit off-topic... In any case, this is not a question of autoconf version. You need to get the latest config.guess and config.sub scripts, to replace those in your package. wget ftp://ftp.gnu.org/pub/gnu/config/config.guess wget ftp://ftp.gnu.org/pub/gnu/config/config.sub chmod a+x config.guess config.sub Steven |
|
From: Jim E. <jim...@al...> - 2001-09-24 16:54:07
|
Peter, First, make sure you are building from the vis5d+ distribution. It is distributed from http://vis5d.sf.net. As long as you are building from the distribution a= nd not from the CVS you don=B4t need autoconf. If these are your circumstances please send me the file config.log from = the toplevel directory along with any output from running configure and I=B4ll see if I can spot the problem. Jim Peter Teuben wrote: > I have an even more basic question. I ran 'configure' on an existing pa= ckage, > and my system came back and told me it did not know about this system. = What > version of autoconf should one use with this to make it work? > > On Mon, 24 Sep 2001, Sean C. Garrick wrote: > > > In trying to build Vis5d+ on MacOS-X I've run into problems with fort= ran > > functions (F77_FUNC). > > I do have f77 (GNU) on my mac but who knows.... > > > > checking for f77... f77 > > checking whether we are using the GNU Fortran 77 compiler... yes > > checking whether f77 accepts -g... yes > > checking how to get verbose linking output from f77... -v > > checking for Fortran 77 libraries... -lcrt1.o -lg2c -lcc_dynamic > > -lSystem > > checking for Fortran 77 name-mangling scheme... unknown > > configure: WARNING: unknown Fortran 77 name-mangling scheme > > > > > > In any event, I would like to know if there is some way to have Vis5d > > ignore f77 all together? > > > > > > Thanks, > > Sean > > |
|
From: Peter T. <te...@as...> - 2001-09-24 15:15:06
|
I have an even more basic question. I ran 'configure' on an existing package, and my system came back and told me it did not know about this system. What version of autoconf should one use with this to make it work? On Mon, 24 Sep 2001, Sean C. Garrick wrote: > In trying to build Vis5d+ on MacOS-X I've run into problems with fortran > functions (F77_FUNC). > I do have f77 (GNU) on my mac but who knows.... > > checking for f77... f77 > checking whether we are using the GNU Fortran 77 compiler... yes > checking whether f77 accepts -g... yes > checking how to get verbose linking output from f77... -v > checking for Fortran 77 libraries... -lcrt1.o -lg2c -lcc_dynamic > -lSystem > checking for Fortran 77 name-mangling scheme... unknown > configure: WARNING: unknown Fortran 77 name-mangling scheme > > > In any event, I would like to know if there is some way to have Vis5d > ignore f77 all together? > > > Thanks, > Sean > |
|
From: Dr. S. D. <so...@nc...> - 2001-09-24 15:13:56
|
Hi, I am trying to make a movie in the MPEG or GIF format from a VIS5D = animation of the MM5 model outputs. Here is a brief of what I have been = trying to do and the problems I am facing. I have made a 48 hours simulation of a storm over the Indian region = using a MM5 model at 30 km resolution (148 x 133 x 23 points). Saved the = outputs at 3 hours interval. Used the VIS5D version 5.1 to visualise = the outputs on a SGI-Origine 200, 4 CPU machine, 225 MHz, RAM 1 GB and = plenty of disk space. The animation looks good, but when I try to save = the picture, I get the following problems. 1. It does not save the file in GIF or postscript format when I try to = animate the wind or any other parameter using high resolution topography = (EARTH.TOPO) with -hirestopo -mbs 385 (or more) options. It does not = give any error message either. Rather, it gives a message that, 'done = writing image file', but the file is not saved. However, it saves the = image frame if I display only the topography without any other = parameter. Is that something to do with the RAM of the machine? As I = mentioned earlier the SGI has 1 GB RAM. 2. I am able to save the image frames in PPM format and then convert to = GIF format using the imgview utility on the SGI. But I do not know how = to make the animation in GIF or MPEG format from the saved frames. Could = anyone please let me know what is the simplest and best way to make a = movie in the GIF or MPEG format from a VIS5D animation of the model = outputs? I would like to import the animation eventually into a = 'powerpoint' presentation for seminars. I shall appreciate your early reply. Thank you. Somesh |
|
From: Sean C. G. <ga...@me...> - 2001-09-24 14:47:23
|
In trying to build Vis5d+ on MacOS-X I've run into problems with fortran functions (F77_FUNC). I do have f77 (GNU) on my mac but who knows.... checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking how to get verbose linking output from f77... -v checking for Fortran 77 libraries... -lcrt1.o -lg2c -lcc_dynamic -lSystem checking for Fortran 77 name-mangling scheme... unknown configure: WARNING: unknown Fortran 77 name-mangling scheme In any event, I would like to know if there is some way to have Vis5d ignore f77 all together? Thanks, Sean |
|
From: Jim E. <Jim...@al...> - 2001-09-24 02:08:56
|
Sean, I can't find anyplace that that function is used. I believe that you can safely comment out lines 1528 - 1545 of vtmcP.c Jim "Sean C. Garrick" wrote: > The machine is absolutely sweet. Except for some 10.0.4 issues regarding > TCP/IP and DHCP its a good machine. I should also mention that I have a > Apple 22inch cinema display. This is the best monitor on the market. > As soon as I get vis5d going I will be able to move the SGI 2xR12K > Octane out of my office and get back some desk space. > > Thanks for the tip. I got the header file you suggested. Now the error I > get is this: > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -O3 -fomit-frame-pointer > -mcpu=powerpc -I/usr/X11R6/include -c vtmcP.c -fno-common -DPIC -o > vtmcP.o > vtmcP.c:1538: `F77_FUNC' declared as function returning a function > vtmcP.c: In function `F77_FUNC': > vtmcP.c:1539: `ctx' undeclared (first use in this function) > vtmcP.c:1539: (Each undeclared identifier is reported only once > vtmcP.c:1539: for each function it appears in.) > . > . > . > etc > > make[2]: *** [vtmcP.lo] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive-am] Error 2 > > It appears as though the variables are not defined somewhere. Any idea > on how to fix it? > > Thanks, > Sean > > On Friday, September 21, 2001, at 12:13 PM, Edward (Ted) Mansell wrote: > > Go to http://sourceforge.net/project/showfiles.php?group_id=18034 and > download/install the GLXHeaders file. > > You've got a dual 800? You dog! > > -- Ted > > At 4:04 PM +0000 9/21/01, Jim Edwards wrote: > Hi Sean, > > This is from the archives: > > You'll also be interested to know that with my latest patches, the CVS > version now compiles and runs out of the box on MacOS X. > > The patches were required because MacOS X doesn't come with a Fortran > compiler, and unfortunately I just noticed that Vis5d+ 1.1 requires > one in > order to compile...whoops. (I think Vis5d+ 1.0.2 may have had the > same > flaw.) So, perhaps a 1.1.1 release will be in order in a few weeks. > > To run on MacOS X, however, you do need to install the latest version > of > XonX (XFree86 for MacOS X), as well as Mesa (I haven't tried very > hard at > getting Apple's bundled OpenGL to work; I'm not sure if it is > compatible > with XFree86, although this is something I'd like to play more with). > > Steven > > "Sean C. Garrick" wrote: > > Hi: > I'm still trying to get Vis5d/+ up and running under MacOS-X. Any > suggestions or pointers? > > Thanks, > Sean > > .. > Sean C. Garrick > Dept. of Mech. Engineering > sga...@um... |
|
From: Steven G. J. <st...@ab...> - 2001-09-21 23:51:06
|
On Fri, 21 Sep 2001, Sean C. Garrick wrote: > Here is the latest error. It appears as though the variables are not > defined somewhere. Any idea on how to fix it? I've cut out most of the > "undeclared" messages. > > vtmcP.c:1538: `F77_FUNC' declared as function returning a function > vtmcP.c: In function `F77_FUNC': > vtmcP.c:1539: `ctx' undeclared (first use in this function) > vtmcP.c:1539: (Each undeclared identifier is reported only once > vtmcP.c:1539: for each function it appears in.) > make[2]: *** [vtmcP.lo] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive-am] Error 2 As was mentioned in an earlier message, the Vis5d+ installation currently has some problems on machines without a Fortran compiler. A simple fix would be to add the following two lines to config.h: #define F77_FUNC(name,NAME) name ## _ #define F77_FUNC_(name,NAME) name ## __ I'm not sure whether this fixes all the problems, but the next release will behave properly (our current CVS version was okay last I checked). (Alternatively, you can just download a g77 binary for MacOS X from somewhere.) Steven |
|
From: Sean C. G. <ga...@me...> - 2001-09-21 22:53:36
|
Here is the latest error. It appears as though the variables are not defined somewhere. Any idea on how to fix it? I've cut out most of the "undeclared" messages. Thanks, Sean cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -O3 -fomit-frame-pointer -mcpu=powerpc -I/usr/X11R6/include -c vtmcP.c -fno-common -DPIC -o vtmcP.o vtmcP.c:1538: `F77_FUNC' declared as function returning a function vtmcP.c: In function `F77_FUNC': vtmcP.c:1539: `ctx' undeclared (first use in this function) vtmcP.c:1539: (Each undeclared identifier is reported only once vtmcP.c:1539: for each function it appears in.) make[2]: *** [vtmcP.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 |
|
From: Edward (T. M. <ma...@ns...> - 2001-09-21 17:47:10
|
Go to http://sourceforge.net/project/showfiles.php?group_id=18034 and download/install the GLXHeaders file. You've got a dual 800? You dog! -- Ted At 4:04 PM +0000 9/21/01, Jim Edwards wrote: >Hi Sean, > >This is from the archives: > > >> You'll also be interested to know that with my latest patches, the CVS >> version now compiles and runs out of the box on MacOS X. >> >> The patches were required because MacOS X doesn't come with a Fortran >> compiler, and unfortunately I just noticed that Vis5d+ 1.1 requires one in >> order to compile...whoops. (I think Vis5d+ 1.0.2 may have had the same >> flaw.) So, perhaps a 1.1.1 release will be in order in a few weeks. >> >> To run on MacOS X, however, you do need to install the latest version of >> XonX (XFree86 for MacOS X), as well as Mesa (I haven't tried very hard at >> getting Apple's bundled OpenGL to work; I'm not sure if it is compatible >> with XFree86, although this is something I'd like to play more with). >> >> Steven >> >> >> >"Sean C. Garrick" wrote: > >> Hi: >> I'm still trying to get Vis5d/+ up and running under MacOS-X. Any >> suggestions or pointers? >> >> Thanks, >> Sean >> >> .. >> Sean C. Garrick >> Dept. of Mech. Engineering >> sga...@um... |
|
From: Jim E. <jim...@al...> - 2001-09-21 16:54:47
|
Hi Sean, This is from the archives: > You'll also be interested to know that with my latest patches, the CVS > version now compiles and runs out of the box on MacOS X. > > The patches were required because MacOS X doesn't come with a Fortran > compiler, and unfortunately I just noticed that Vis5d+ 1.1 requires one in > order to compile...whoops. (I think Vis5d+ 1.0.2 may have had the same > flaw.) So, perhaps a 1.1.1 release will be in order in a few weeks. > > To run on MacOS X, however, you do need to install the latest version of > XonX (XFree86 for MacOS X), as well as Mesa (I haven't tried very hard at > getting Apple's bundled OpenGL to work; I'm not sure if it is compatible > with XFree86, although this is something I'd like to play more with). > > Steven > > > "Sean C. Garrick" wrote: > Hi: > I'm still trying to get Vis5d/+ up and running under MacOS-X. Any > suggestions or pointers? > > Thanks, > Sean > > .. > Sean C. Garrick > Dept. of Mech. Engineering > sga...@um... |
|
From: Sean C. G. <ga...@me...> - 2001-09-21 16:24:37
|
I'm compiling this on a dual 800 G4, with 10.0.4, and Xfree4. I am using gcc, and have g77/f77. It gets to this point: cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O3 -fomit-frame-pointer -mcpu=powerpc -I/usr/X11R6/include -c browser2.c ../src/api.h:38: header file 'GL/glu.h' not found cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode make[2]: *** [browser2.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 Thanks for any/all assistance, Sean .. Sean C. Garrick Dept. of Mech. Engineering sga...@um... |
|
From: Sean C. G. <ga...@me...> - 2001-09-21 15:29:05
|
Hi: I'm still trying to get Vis5d/+ up and running under MacOS-X. Any suggestions or pointers? Thanks, Sean .. Sean C. Garrick Dept. of Mech. Engineering sga...@um... |
|
From: Jim E. <jim...@al...> - 2001-09-21 11:49:14
|
Miguel, Please try the vis5d+ distribution available from http://vis5d.sf.net - it uses a much more automated (automake - autoconf) make system and should compile without any problems on your platform, (see the included README file for complete instructions). I will be glad to help if you have any problems compiling this version. Jim Miguel Angel Martin-Delgado wrote: > Dear Sirs, > I am writing you concerning the installation of your software > package vis5d which we want to use for scientific purposes in > our group of Strongly Correlated Electrons in Condensed Matter. > > After downloading the file vis5d-5.1.tar.Z from your webpage, > we proceeded with its compilation in a machine with the following > specifications: > > Processor Alpha AXP 21264 Slot B 667 MHz, 4 Mb cache > Motherboard VP2000 for Alpha 21264 Dual compatible NT and Linux > Operative System: Linux Red Hat 7.0 > > As we did not find an appropriate entry in the menu after the make > command, we tried with the closest one which we though it would be > > make alpha-x > > The outcome was an unavoidable error which stopped the compilation > any further. > > The result of this run can be found in the attachement for you to > see if you can guess the solution of this problem. > > We would appreciate very much any help on this problem. > We find your program very useful for visualizing in 3D > the results of our numerical calculations of electronic > properties we are studying. > > Yours sincerely, > > Prof. Miguel A. Martin-Delgado, > Departamento Fisica Teorica I > Facultad de Ciencias Fisicas > Universidad Complutense > 28040 MADRID. SPAIN. > > ------------------------------------------------------------------------ > Name: alpha.out > alpha.out Type: Plain Text (TEXT/PLAIN) > Encoding: BASE64 |
|
From: Miguel A. Martin-D. <ma...@mi...> - 2001-09-21 10:37:34
|
Dear Sirs, I am writing you concerning the installation of your software package vis5d which we want to use for scientific purposes in our group of Strongly Correlated Electrons in Condensed Matter. After downloading the file vis5d-5.1.tar.Z from your webpage, we proceeded with its compilation in a machine with the following specifications: Processor Alpha AXP 21264 Slot B 667 MHz, 4 Mb cache Motherboard VP2000 for Alpha 21264 Dual compatible NT and Linux Operative System: Linux Red Hat 7.0 As we did not find an appropriate entry in the menu after the make command, we tried with the closest one which we though it would be make alpha-x The outcome was an unavoidable error which stopped the compilation any further. The result of this run can be found in the attachement for you to see if you can guess the solution of this problem. We would appreciate very much any help on this problem. We find your program very useful for visualizing in 3D the results of our numerical calculations of electronic properties we are studying. Yours sincerely, Prof. Miguel A. Martin-Delgado, Departamento Fisica Teorica I Facultad de Ciencias Fisicas Universidad Complutense 28040 MADRID. SPAIN. |
|
From: Bill H. <hi...@fa...> - 2001-09-20 16:22:01
|
By doing a edit/find on 'font' from my browser, I was able
to find the following:
> Where can I find the list of the font for vis5d display?
In the on-line Vis5D README:
listfonts
Usage: listfonts
Description: listfonts, used on SGI systems only, lists the IRIS GL
fonts available for use in vis5d's 3-D window. After listing the
fonts you may use one in vis5d by specifying it with the -font option.
For non-SGI systems or systems using OpenGL, use the xlsfonts or
xfontsel program to select a font.
. . .
-soundfont fontname
Set the X font used in the sounding window. Use xlsfonts to list your
system's fonts
> How can I change the font and size label of contours variables on vis5d?
In the on-line Vis5D scripting document:
vis5d_resize_contour_font data_context sizefactorx sizefactory
Increase the width/height size of the contour numbers by a factor
of 'sizefactorx', and 'sizefactory'. Default value of 'sizefactorx'
and 'sizefactory' is 0.
Good luck,
Bill
|
|
From: gianni m. <me...@la...> - 2001-09-20 16:07:10
|
Dear all, Where can I find the list of the font for vis5d display? Thanks in advance. Gianni Dr Gianni Messeri Previsore meteo (Weather Forecaster) La.M.M.A. - F.M.A Laboratorio per la Meteorologia e la Modellistica Ambientale Laboratory for Meteorology and Environmental Modelling Via Einstein 35/b 50013 Campi Bisenzio (FI) tel +39 055 8976201 fax +39 055 8969521 e-mail: me...@la... |
|
From: gianni m. <me...@la...> - 2001-09-20 16:05:52
|
Dear all, How can I change the font and size label of contours variables on vis5d? Thanks in advance. Gianni Dr Gianni Messeri Previsore meteo (Weather Forecaster) La.M.M.A. - F.M.A Laboratorio per la Meteorologia e la Modellistica Ambientale Laboratory for Meteorology and Environmental Modelling Via Einstein 35/b 50013 Campi Bisenzio (FI) tel +39 055 8976201 fax +39 055 8969521 e-mail: me...@la... |
|
From: gianni m. <me...@la...> - 2001-09-20 16:03:02
|
Dear all, Where can I find the list of the font for vis5d display? Thanks in advance. Gianni Dr Gianni Messeri Previsore meteo (Weather Forecaster) La.M.M.A. - F.M.A Laboratorio per la Meteorologia e la Modellistica Ambientale Laboratory for Meteorology and Environmental Modelling Via Einstein 35/b 50013 Campi Bisenzio (FI) tel +39 055 8976201 fax +39 055 8969521 e-mail: me...@la... |
|
From: From: B. H. <hi...@fa...> - 2001-09-16 17:31:33
|
One of the great pleasures of my life has been the chance to make so many friends around the world via the user communities of Vis5D and VisAD. Those who killed so many last Tuesday were motivated by a desire to create a closed society and by hatred of other cultures. International scientific cooperation, of which these mailing lists are a small part, is the exact opposite of the killers' goals. One good way to resist them is business as usual in our copperation. Best wishes, Bill ---------------------------------------------------------- Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI 53706 hi...@fa... 608-263-4427 fax: 608-263-6738 http://www.ssec.wisc.edu/~billh/vis.html |
|
From: Jim E. <jim...@al...> - 2001-09-14 12:20:13
|
Bill Hibbard wrote: > Hi Narisara, > > > I had a dozen of 6-days vis5d files(48 times step and 18 parameters),= and > > wanna combined them together. However, the total time steps exceed th= e limit > > of vis5d. So, I changed 5-d grid size parameters in v5d.h and v5df.h= as show > > below. > > MAXVARS 200 -> 20 > > MAXTIMES 400 -> 1000 > > MAXROWS 400 -> 100 > > MAXCOLUMNS 400 -> 200 > > MAXLEVELS 100 -> 100 > > > > After compilation, I could use v5dimport to open those files and make= a combined > > file for maximum only 7 parameters. How could I change the above para= meters > > or other to make v5dimport handle more than this limit? I would appre= ciate > > any suggestion or comment. My system is Redhat 7.1 on Pentium V and > > 256 mb of memory. > > I think that if you make sure v5dimport recompiles after > you change v5d.h, then you should be able to combine more > variables. > > Good luck, > Bill Just to clarify what Bill is saying - When you change a header (.h) fil= e you need to recompile all of the source files that depend on that header. The vis= 5d Makefiles do not do this automatically - go to the top level directory and run =B4= make clean=B4 then run make again and that should take care of it. Note also that the vis5d+ distribution does define automatic dependencies= , vis5d+ is available from http://vis5d+.sf.net Jim |
|
From: Bill H. <hi...@fa...> - 2001-09-14 09:24:13
|
Hi Narisara, > I had a dozen of 6-days vis5d files(48 times step and 18 parameters), and > wanna combined them together. However, the total time steps exceed the limit > of vis5d. So, I changed 5-d grid size parameters in v5d.h and v5df.h as show > below. > MAXVARS 200 -> 20 > MAXTIMES 400 -> 1000 > MAXROWS 400 -> 100 > MAXCOLUMNS 400 -> 200 > MAXLEVELS 100 -> 100 > > After compilation, I could use v5dimport to open those files and make a combined > file for maximum only 7 parameters. How could I change the above parameters > or other to make v5dimport handle more than this limit? I would appreciate > any suggestion or comment. My system is Redhat 7.1 on Pentium V and > 256 mb of memory. I think that if you make sure v5dimport recompiles after you change v5d.h, then you should be able to combine more variables. Good luck, Bill ---------------------------------------------------------- Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI 53706 hi...@fa... 608-263-4427 fax: 608-263-6738 http://www.ssec.wisc.edu/~billh/vis.html |
|
From: Narisara T. <nth...@cg...> - 2001-09-14 02:34:51
|
Dear vis5d-user
I had a dozen of 6-days vis5d files(48 times step and 18 parameters), and
wanna combined them together. However, the total time steps exceed the limit
of vis5d. So, I changed 5-d grid size parameters in v5d.h and v5df.h as show
below.
MAXVARS 200 -> 20
MAXTIMES 400 -> 1000
MAXROWS 400 -> 100
MAXCOLUMNS 400 -> 200
MAXLEVELS 100 -> 100
After compilation, I could use v5dimport to open those files and make a combined
file for maximum only 7 parameters. How could I change the above parameters
or other to make v5dimport handle more than this limit? I would appreciate
any suggestion or comment. My system is Redhat 7.1 on Pentium V and
256 mb of memory.
Regards,
Narisara
^---^
********************************* >( . . )< Meaw..Meaw
Narisara Thongboonchoo ..x..
326 Hawkeye Drive . @ .
Iowa City, IA 52246, USA . . . .
Tel&Fax : (319) 353-4797 (home) . . x . .
: (319) 335-2063 (Office) .m. | .m.
(319) 335-3335 (Lab) . | .
******************************** .* | *.
*....|....*
|