Changes between Version 17 and Version 18 of Users/ModelInstall
- Timestamp:
- 2017-05-11T16:44:46+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Users/ModelInstall
v17 v18 34 34 As an example, compile `GYRE`, with ifort on linux to create a `MY_GYRE` configuration: 35 35 {{{#!sh 36 cd NEMOGCM/CONFIG; ./makenemo –m my_arch_name –r GYRE -n MY_GYRE36 cd NEMOGCM/CONFIG; ./makenemo –m my_arch_name –r GYRE -n MY_GYRE 37 37 }}} 38 39 After sucessful execution of the makenemo command, the executable name `opa`is created in the EXP00 directory (in the example above, the executable is created in `CONFIG/MY_GYRE/EXP00/opa`) 40 38 41 39 42 === More options