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 47 and Version 48 of Users/ModelInstall


Ignore:
Timestamp:
2018-05-16T16:35:05+02:00 (6 years ago)
Author:
clevy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/ModelInstall

    v47 v48  
    55[[PageOutline(2-3, , , unnumbered)]] 
    66 
    7 == Extract the NEMO code 
     7== Download NEMO reference code and configurations 
    88 
    9 Using your account registered here ([[span('my_login', style=color: #BB4444 )]] with password) 
     9To download the NEMO reference version (for now revision 3.6): 
    1010{{{#!sh 
    11 svn --username 'mylogin' co http://forge.ipsl.jussieu.fr/nemo/svn/branches/2015/nemo_v3_6_STABLE/NEMOGCM 
     11svn co http://forge.ipsl.jussieu.fr/nemo/svn/NEMO/releases/release-3.6/NEMOGCM 
    1212}}} 
    1313 
     
    8484It is recommended to copy and rename an configuration file from an architecture similar to your owns. You will need to set appropriate values for all of the variables in the file. In particular the FCM variables `%NCDF_HOME`, `%HDF5_HOME` and `%XIOS_HOME` should be set to the installation directories used for XIOS installation. 
    8585 
    86 [[IncludeSource(/branches/2015/nemo_v3_6_STABLE/NEMOGCM/ARCH/arch-macport_osx.fcm, start=42, end=45, mimetype=application/x-shellscript, line_numbers=0)]] 
     86[[IncludeSource(NEMO/releases/release-3.6/NEMOGCM/ARCH/arch-macport_osx.fcm, start=42, end=45, mimetype=application/x-shellscript, line_numbers=0)]] 
    8787 
    8888== Compile and create NEMO executable 
     
    138138=== More options 
    139139 
    140 [[IncludeSource(/branches/2015/nemo_v3_6_STABLE/NEMOGCM/CONFIG/makenemo, start=129, end=144, mimetype=application/x-shellscript, line_numbers=0)]] 
     140[[IncludeSource(NEMO/releases/release-3.6/NEMOGCM/CONFIG/makenemo, start=129, end=144, mimetype=application/x-shellscript, line_numbers=0)]] 
    141141 
    142142=== Default behaviour 
     
    152152 
    153153=== Examples 
    154  
    155 [[IncludeSource(/branches/2015/nemo_v3_6_STABLE/NEMOGCM/CONFIG/makenemo, start=145, end=166, mimetype=application/x-shellscript, line_numbers=0)]] 
     154[[IncludeSource(NEMO/releases/release-3.6/NEMOGCM/CONFIG/makenemo,  /CONFIG/makenemo, start=145, end=166, mimetype=application/x-shellscript, line_numbers=0)]] 
    156155 
    157156== Running the model