Changes between Initial Version and Version 2 of Ticket #794


Ignore:
Timestamp:
01/26/19 23:07:50 (5 years ago)
Author:
robertson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #794

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #794 – Description

    initial v2  
    55To avoid ambiguity with other Earth System Model (ESM) components during coupling the following files were renamed:
    66
    7 * The ROMS build scripts are renamed to '''buil_roms.bash''' and '''build_rons.sh''' for the BATCH and CSH shell environments, respectively.
     7* The ROMS build scripts are renamed to '''build_roms.bash''' and '''build_roms.sh''' for the BASH and CSH shell environments, respectively.
    88
    99* The ROMS executable is renamed to '''romsS''' (serial), '''romsM''' (distributed-memory, MPI), '''romsO''' (shared-memory, OpenMP), and '''romsG''' (debugging). The '''ocean''' executable names were to generic and ambiguous if one wants to couple two different ocean models.
     
    2121
    2222* All the user-customized library paths are now included, if so desired,  in a script:
    23  * '''Compilers/my_build_paths.sh''' (BACH script) or
    24  * '''Compilers/my_build_paths.bash''' (CSH script)
     23 * '''Compilers/my_build_paths.sh''' (CSH script) or
     24 * '''Compilers/my_build_paths.bash''' (BASH script)
    2525 
    26  Notice that we can specify an alternate directory in the build script. I keep my customized copies in '''${HOME}/Compilers/ROMS'''. In '''build_roms.bach''' we have:
     26 Notice that we can specify an alternate directory in the build script. I keep my customized copies in '''${HOME}/Compilers/ROMS'''. In '''build_roms.bash''' we have:
    2727 {{{
    2828# Set path of the directory containing makefile configuration (*.mk) files.