New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Users/ModelInstall (diff) – NEMO

Changes between Version 14 and Version 15 of Users/ModelInstall


Ignore:
Timestamp:
2017-05-11T15:29:42+02:00 (7 years ago)
Author:
timgraham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/ModelInstall

    v14 v15  
    2222== 3. Setup your ARCH file 
    2323 
    24 All compiler options in NEMO are controlled using files in NEMOGCM/ARCH/arch-**.fcm where ** is the name of your architecture. It is recommended to modify an ARCH file from an architecture similar to your own architecture. You will need to set appropriate values for all of the variables in the file. the variables %NCDF_HOME, %HDF5_HOME and %XIOS_HOME should be set to the installation directories used above. 
     24All compiler options in NEMO are controlled using files in NEMOGCM/ARCH/arch-my_arch_name.fcm where ''my_arch_name'' is the name of your architecture. It is recommended to modify an ARCH file from an architecture similar to your own architecture. You will need to set appropriate values for all of the variables in the file. the variables %NCDF_HOME, %HDF5_HOME and %XIOS_HOME should be set to the installation directories used above. 
    2525 
    2626== 4. Compile and create NEMO executable 
     
    2929As an example, compile `GYRE`, with ifort on linux to create a `MY_GYRE` configuration: 
    3030{{{#!sh 
    31 cd NEMOGCM/CONFIG; ./makenemo –m ifort_linux –r GYRE -n MY_GYRE 
     31cd NEMOGCM/CONFIG; ./makenemo –m my_arch_name –r GYRE -n MY_GYRE 
    3232}}} 
    3333