Changes between Initial Version and Version 2 of Ticket #794
- Timestamp:
- 01/26/19 23:07:50 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #794
- Property Resolution → Done
- Property Status new → closed
-
Ticket #794 – Description
initial v2 5 5 To avoid ambiguity with other Earth System Model (ESM) components during coupling the following files were renamed: 6 6 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. 8 8 9 9 * 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. … … 21 21 22 22 * All the user-customized library paths are now included, if so desired, in a script: 23 * '''Compilers/my_build_paths.sh''' ( BACH script) or24 * '''Compilers/my_build_paths.bash''' ( CSH script)23 * '''Compilers/my_build_paths.sh''' (CSH script) or 24 * '''Compilers/my_build_paths.bash''' (BASH script) 25 25 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.ba ch''' 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: 27 27 {{{ 28 28 # Set path of the directory containing makefile configuration (*.mk) files.