Changes between Version 5 and Version 6 of Win32


Ignore:
Timestamp:
05/24/07 20:13:30 (17 years ago)
Author:
csherwood
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Win32

    v5 v6  
    55 * Cygwin - ROMS_SED works fine on Windows-based machines, but it really helps to use Cygwin
    66 * [wiki:SvnStuff SVN] client - You can use the command-line interface in Cygwin, or a GUI client like TortoiseSVN
    7  * netCDF - Required.
     7 * netCDF - Required.
     8
     9If you want to do coupling (e.g., waves with SWAN), you also need
     10
     11 * MPICH
    812
    913Also, you need a Fortran compiler. We have experience with
     
    1317 * ifort Intel
    1418
     19'''What you need to do'''
     20 * Install and configure Cygwin
     21 * Install svn
     22 * Install netCDF libraries
     23 * Get a copy of the code
     24 * Edit the makefile
     25 * Type make to compile
     26 * Type ./oceanS < ROMS/External/ocean_upwelling.in
    1527
    1628
     29
     30