1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Problem with porting of Linux code to Windows, FORTRAN/C.

Discussion in 'Programming' started by stormlab, Oct 18, 2005.

  1. #1
    Hello,

    There is a Linux console tool (written in FORTRAN/C) which I want to port under Windows. It can be started with one parameter:

    $gribprint gfs1.grib

    Example output on the console:

    --------------------------------------------------
    rec GRIB Lvl Lvl Lvl Time Fcst
    Num Code Code one two hour
    --------------------------------------------------
    1 11 1 0 0 2005-10-11_00:00 +00

    I have success with the compilation of the program under Windows. If I run it without argument it works fine and displays a help message. But if I run it with an argument (gfs1.grib) it starts to read the file and then it gives error message (it says that error log is created but I can't find it, W2K). The file is ok. I'm wondering where is the problem and I guess that it's in the file:

    /regrid/pregrid/util/cio.c

    where are the I/O (read & write) functions. Here are the original sources for UNIX/Linux:

    ftp://ftp.ucar.edu/mesouser/MM5V3/REGRID.TAR.gz

    Thanks for any ideas!


    Best Regards,

    Angel
     
    stormlab, Oct 18, 2005 IP
  2. cyclinder

    cyclinder Peon

    Messages:
    29
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try to compile the program with cygwin or uwin
     
    cyclinder, Nov 25, 2005 IP