Changes between Version 47 and Version 48 of Users/ModelInstall
- Timestamp:
- 2018-05-16T16:35:05+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Users/ModelInstall
v47 v48 5 5 [[PageOutline(2-3, , , unnumbered)]] 6 6 7 == Extract the NEMO code7 == Download NEMO reference code and configurations 8 8 9 Using your account registered here ([[span('my_login', style=color: #BB4444 )]] with password) 9 To download the NEMO reference version (for now revision 3.6): 10 10 {{{#!sh 11 svn --username 'mylogin' co http://forge.ipsl.jussieu.fr/nemo/svn/branches/2015/nemo_v3_6_STABLE/NEMOGCM11 svn co http://forge.ipsl.jussieu.fr/nemo/svn/NEMO/releases/release-3.6/NEMOGCM 12 12 }}} 13 13 … … 84 84 It 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. 85 85 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)]] 87 87 88 88 == Compile and create NEMO executable … … 138 138 === More options 139 139 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)]] 141 141 142 142 === Default behaviour … … 152 152 153 153 === 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)]] 156 155 157 156 == Running the model