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 22 and Version 23 of Users/ModelInstall


Ignore:
Timestamp:
2017-05-12T12:13:06+02:00 (7 years ago)
Author:
gmattia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/ModelInstall

    v22 v23  
    3939== 2. Extract and install XIOS 
    4040 
    41 Diagnostic outputs from NEMO are handled by the third party XIOS library. '''Important notice: XIOS needs to be installed (dowloaded and compiled) before NEMO, since the libraries are needed to sucesfully create NEMO executable.'''  Instructions on how to obtain and install the softward see [[ModelInterfacing/InputsOutputs]]. 
     41Diagnostic outputs from NEMO are handled by the third party XIOS library. '''Important notice: XIOS needs to be installed (dowloaded and compiled) before NEMO, since the libraries are needed to successfully create NEMO executable.'''  Instructions on how to obtain and install the software see [[ModelInterfacing/InputsOutputs#ExtractingandinstallingXIOS]]. 
    4242 
    4343When you compile NEMO you will need to specify the following cpp keys: 
     
    5959}}} 
    6060 
    61 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`) 
     61After successful 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`) 
    6262{{{#!comment 
    6363ADD here new figure with all the directories and files created by makenemo: the excutable, but also the directories and their content: WORK, BLD, etc... 
     
    116116 
    117117Once makenemo has run successfully, the executable is available in `CONFIG/"MY_CONFIG"/EXP00/opa` 
    118 For the reference configurations, the `EXP00`directory also contains the small ASCII input file (namelists, *xml files for the IOs...). If the configuration also needs NETCDF input files, thos should be downloaded into the `EXP00` directory from the corresponding tarfile, see  [http://forge.ipsl.jussieu.fr/nemo/wiki/Users/ReferenceConfigurations] 
     118For the reference configurations, the `EXP00`directory also contains the small ASCII input file (namelists, *xml files for the IOs...). If the configuration also needs NETCDF input files, this should be downloaded into the `EXP00` directory from the corresponding tarfile, see  [http://forge.ipsl.jussieu.fr/nemo/wiki/Users/ReferenceConfigurations] 
    119119 
    120120=== Run the model