<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://source.geography.bristol.ac.uk/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VickyLee</id>
	<title>SourceWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://source.geography.bristol.ac.uk/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VickyLee"/>
	<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/wiki/Special:Contributions/VickyLee"/>
	<updated>2026-04-06T01:17:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.8</generator>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4679</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4679"/>
		<updated>2008-02-05T15:53:06Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* AGRIF package */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
===Model Compilation===&lt;br /&gt;
&lt;br /&gt;
In the steps below, I'm assuming that you are interested in the ORCA2_LIM version of the model.&lt;br /&gt;
&lt;br /&gt;
If you follow the steps described on the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage], you will be able to download and compile the model, with one caveat.  When using newer versions of the NetCDF libraries--such as v3.6.2 installed on the Quest cluster--you will need to change line 210 of modipsl/util/AA_make.gdef to &amp;quot;NCDF_INC = /usr/local/netcdf/3.6.2/pgi-251/include&amp;quot; and line 211 to &amp;quot;NCDF_LIB = -L/usr/local/netcdf/3.6.2/pgi-251/lib -lnetcdf -lnetcdff&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Running the Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. The run simulates one year.  The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website or can be copied from ~ggdaqw/NEMO_forcing as detailed below. &lt;br /&gt;
&lt;br /&gt;
The instructions for running the model are not so clear.  You will need two things to run the model; (i) some forcing files; and (ii) a run script.  Assuming you are running on the Quest cluster, you can obtain forcing files for an example job by copying the directory ~ggdagw/NEMO_forcing and it's contents to you home directory.  If you adopt the same directory name, you will be able to use [[Nemo_example_runscript|this runscript]].  Place the runscript into the directory modipsl/config/ORCA2_LIM/EXP00.  I named it Job_EXP.new.  You will need to create the directory &amp;quot;$DUMP2HOLD/NEMO&amp;quot; in your home directory to collect the output.  You can submit the job by typing &amp;quot;qsub Job_EXP.new&amp;quot;, check whether it is running using &amp;quot;showq&amp;quot;, and obviously look in the output directory.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
Sediment cores recovered from the Mediterranean Sea reveal distinct layers of organic rich material thought to be associated with deep water anoxia, caused by either a shut down in deep water circulation, an increase in productivity, or both.  One of the ways this could have happened is by a large increase in fresh water runoff into the basin.  We intend to use a Mediterranean configuration of NEMO to study how point sources of freshwater, represented by low delta-18-O, are circulated around the Mediterranean, and compare the modeled distribution with records of delta-18-O during these &amp;quot;Mediterranean Anoxic Events&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Regional model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you're not running a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke [[open boundary conditions]] instead.&lt;br /&gt;
# '''TIP''': modify '''tradmp.F90''' in modipsl/modeles/NEMO/OPA_SRC/TRA/. Replace the line &amp;lt;code&amp;gt;if (cp_cfg==&amp;quot;orca&amp;quot; .AND. (ndmp &amp;gt; 0 .OR. ndmp==-1)) then &amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;if (ndmp &amp;gt; 0 .OR. ndmp==-1) then&amp;lt;/code&amp;gt;. If you don't make the change you'll get the error message &amp;lt;code&amp;gt;tra_dmp: You should not have seen this print error?&amp;lt;/code&amp;gt;. With this change you can apply tracer damping as in the ORCA configurations (i.e. global models for various resolutions) without special treatment for particular areas such as the Mediterranean or the Red Sea that are grid dependent. &lt;br /&gt;
# Set the new domain resolution in '''par_oce.F90''' in modipsl/modeles/NEMO/OPA_SRC/. Parameters for the resolution are &amp;lt;code&amp;gt;jpidta&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;jpjdta&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Set parameters in '''obc_oce.F90''' and '''obc_par.F90''' in modipsl/modeles/NEMO/OPA_SRC/OBC/.&lt;br /&gt;
#* obc_oce.F90: &amp;lt;code&amp;gt;nbobc&amp;lt;/code&amp;gt; is the number of open boundaries, i.e. set to 1, 2, 3 or 4. &lt;br /&gt;
#* obc_par.F90: set logical parameter &amp;lt;code&amp;gt;lp_obc_east&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;.true.&amp;lt;/code&amp;gt; if open boundary conditions are to be applied to part or all of the eastern face of the domain. Alter &amp;lt;code&amp;gt;jpjed&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;jpjef&amp;lt;/code&amp;gt; if the open boundary covers only part of the eastern face. Similarly for &amp;lt;code&amp;gt;lp_obc_west&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwf&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;lp_obc_north&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpind&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpinf&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;lp_obc_south&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisf&amp;lt;/code&amp;gt;.&lt;br /&gt;
# In the input file namelist set &amp;lt;code&amp;gt;n_cla&amp;lt;/code&amp;gt; to 0. Assuming you have no closed seas, i.e. Mediterranean and Red Sea in  ORCA2.&lt;br /&gt;
# Generate input data from the ORCA2_LIM test case files using the [[AGRIF package]].&lt;br /&gt;
&lt;br /&gt;
==Bathymetry==&lt;br /&gt;
&lt;br /&gt;
There are some pre-processing packages available on the NEMO website. I don't recommend using the bathymetry package OPABAT. It uses idl and fortran routines contained in IDL_OPABAT3.tar. The instructions are in French and some of the files are missing. Instead, use the AGRIF nesting tools. The instructions are clear and the package also interpolates the input files from the ORCA2_LIM test case.&lt;br /&gt;
&lt;br /&gt;
===AGRIF package===&lt;br /&gt;
&lt;br /&gt;
AGRIF is designed to create fine regional grids (child grids) in a form that NEMO can read in from a coarse NEMO global grid. The idea is to run the fine grid '''with''' the global grid to provide local increased resolution where the model needs it. It is possible to genrate the child bathymetry by interpolating from the global bathymetry '''and''' high resolution topography. It blends the coarse and fine resolutions over a few cells at the edges of the child grid. It also creates input files for the child grid from the global input files.&lt;br /&gt;
&lt;br /&gt;
You can download the source code (Nesting_tools_NEMO.tar) and the user's manual (doc_nesting_tools.pdf) from the NEMO website. The manual tells you how to untar and make the executable files, run the executables and gives some theory about the interpolation schemes. The executables are &lt;br /&gt;
* &amp;lt;code&amp;gt;create_coordinates.exe &amp;lt;/code&amp;gt; generates the longitude, latitude and metrics for the child grid, &lt;br /&gt;
* &amp;lt;code&amp;gt;create_bathy.exe &amp;lt;/code&amp;gt; generates the bathymetry, &lt;br /&gt;
* &amp;lt;code&amp;gt;create_data.exe &amp;lt;/code&amp;gt; generates the necessary input files (nav_lon and nav_lat in the child files aren't correct but NEMO doesn't use them) and &lt;br /&gt;
* &amp;lt;code&amp;gt;create_restart.exe &amp;lt;/code&amp;gt; interpolates the global restart file to the child grid.&lt;br /&gt;
&lt;br /&gt;
These executables use one '''namelist'''. AGRIF provides an example namelist, pacifique_tropical, in Nesting_tools/bin. To run the example copy coordinates.nc, bathy_level.nc, bathy_meter.nc, taux_1m.nc, tauy_1m.nc, data_1m_potential_temperature_nomask.nc, data_1m_potential_temperature_nomask.nc, flx.nc, runoff_1m_nomask.nc and geothermal_heating.nc from ORCA2_LIM test case to Nesting_tools/bin. You will also need to acquire bathymetry_meter_ORCA_R05.nc, which I found it by typing the filename into google. Alternatively, try setting &amp;lt;code&amp;gt;new_topo = false&amp;lt;/code&amp;gt;. Run the executables in Nesting_tools/bin in order using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./create_*.exe pacifique_topical&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where * is coordinates, bathy and then data (you don't need to do restart). Output has the form 1_globalname.nc, where 1_ signifies child grid and globalname is the name of the file copied from the test case, such as bathy_level, tauy_1m etc.&lt;br /&gt;
&lt;br /&gt;
For a new regional model copy pacifique_tropical and rename it as namelist_Amundsen, say. Set &amp;lt;code&amp;gt;imin, imax, jmin&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;jmax&amp;lt;/code&amp;gt; to the indices on the global grid corresponding to your region, where (imin, jmin) is the south-west corner and (imax, jmax) is the north-east corner of your region. These indices must lie inside the global grid. Set &amp;lt;code&amp;gt;rho&amp;lt;/code&amp;gt;, which is the grid refinement ratio to values between 2 and 5 (AGRIF recommendation). I suggest setting &amp;lt;code&amp;gt;type_bathy_interp = 2&amp;lt;/code&amp;gt; for bilinear interpolation of the bathymetry as it seems more robust then the other options. Add &amp;lt;code&amp;gt;'runoff_1m_nomask.nc'&amp;lt;/code&amp;gt; to the list of forcing files.&lt;br /&gt;
&lt;br /&gt;
===High resolution bathymetry===&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4678</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4678"/>
		<updated>2008-02-05T15:03:55Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* AGRIF package */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
===Model Compilation===&lt;br /&gt;
&lt;br /&gt;
In the steps below, I'm assuming that you are interested in the ORCA2_LIM version of the model.&lt;br /&gt;
&lt;br /&gt;
If you follow the steps described on the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage], you will be able to download and compile the model, with one caveat.  When using newer versions of the NetCDF libraries--such as v3.6.2 installed on the Quest cluster--you will need to change line 210 of modipsl/util/AA_make.gdef to &amp;quot;NCDF_INC = /usr/local/netcdf/3.6.2/pgi-251/include&amp;quot; and line 211 to &amp;quot;NCDF_LIB = -L/usr/local/netcdf/3.6.2/pgi-251/lib -lnetcdf -lnetcdff&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Running the Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. The run simulates one year.  The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website or can be copied from ~ggdaqw/NEMO_forcing as detailed below. &lt;br /&gt;
&lt;br /&gt;
The instructions for running the model are not so clear.  You will need two things to run the model; (i) some forcing files; and (ii) a run script.  Assuming you are running on the Quest cluster, you can obtain forcing files for an example job by copying the directory ~ggdagw/NEMO_forcing and it's contents to you home directory.  If you adopt the same directory name, you will be able to use [[Nemo_example_runscript|this runscript]].  Place the runscript into the directory modipsl/config/ORCA2_LIM/EXP00.  I named it Job_EXP.new.  You will need to create the directory &amp;quot;$DUMP2HOLD/NEMO&amp;quot; in your home directory to collect the output.  You can submit the job by typing &amp;quot;qsub Job_EXP.new&amp;quot;, check whether it is running using &amp;quot;showq&amp;quot;, and obviously look in the output directory.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
Sediment cores recovered from the Mediterranean Sea reveal distinct layers of organic rich material thought to be associated with deep water anoxia, caused by either a shut down in deep water circulation, an increase in productivity, or both.  One of the ways this could have happened is by a large increase in fresh water runoff into the basin.  We intend to use a Mediterranean configuration of NEMO to study how point sources of freshwater, represented by low delta-18-O, are circulated around the Mediterranean, and compare the modeled distribution with records of delta-18-O during these &amp;quot;Mediterranean Anoxic Events&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Regional model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you're not running a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke [[open boundary conditions]] instead.&lt;br /&gt;
# '''TIP''': modify '''tradmp.F90''' in modipsl/modeles/NEMO/OPA_SRC/TRA/. Replace the line &amp;lt;code&amp;gt;if (cp_cfg==&amp;quot;orca&amp;quot; .AND. (ndmp &amp;gt; 0 .OR. ndmp==-1)) then &amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;if (ndmp &amp;gt; 0 .OR. ndmp==-1) then&amp;lt;/code&amp;gt;. If you don't make the change you'll get the error message &amp;lt;code&amp;gt;tra_dmp: You should not have seen this print error?&amp;lt;/code&amp;gt;. With this change you can apply tracer damping as in the ORCA configurations (i.e. global models for various resolutions) without special treatment for particular areas such as the Mediterranean or the Red Sea that are grid dependent. &lt;br /&gt;
# Set the new domain resolution in '''par_oce.F90''' in modipsl/modeles/NEMO/OPA_SRC/. Parameters for the resolution are &amp;lt;code&amp;gt;jpidta&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;jpjdta&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Set parameters in '''obc_oce.F90''' and '''obc_par.F90''' in modipsl/modeles/NEMO/OPA_SRC/OBC/.&lt;br /&gt;
#* obc_oce.F90: &amp;lt;code&amp;gt;nbobc&amp;lt;/code&amp;gt; is the number of open boundaries, i.e. set to 1, 2, 3 or 4. &lt;br /&gt;
#* obc_par.F90: set logical parameter &amp;lt;code&amp;gt;lp_obc_east&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;.true.&amp;lt;/code&amp;gt; if open boundary conditions are to be applied to part or all of the eastern face of the domain. Alter &amp;lt;code&amp;gt;jpjed&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;jpjef&amp;lt;/code&amp;gt; if the open boundary covers only part of the eastern face. Similarly for &amp;lt;code&amp;gt;lp_obc_west&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwf&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;lp_obc_north&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpind&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpinf&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;lp_obc_south&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisf&amp;lt;/code&amp;gt;.&lt;br /&gt;
# In the input file namelist set &amp;lt;code&amp;gt;n_cla&amp;lt;/code&amp;gt; to 0. Assuming you have no closed seas, i.e. Mediterranean and Red Sea in  ORCA2.&lt;br /&gt;
# Generate input data from the ORCA2_LIM test case files using the [[AGRIF package]].&lt;br /&gt;
&lt;br /&gt;
==Bathymetry==&lt;br /&gt;
&lt;br /&gt;
There are some pre-processing packages available on the NEMO website. I don't recommend using the bathymetry package OPABAT. It uses idl and fortran routines contained in IDL_OPABAT3.tar. The instructions are in French and some of the files are missing. Instead, use the AGRIF nesting tools. The instructions are clear and the package also interpolates the input files from the ORCA2_LIM test case.&lt;br /&gt;
&lt;br /&gt;
===AGRIF package===&lt;br /&gt;
&lt;br /&gt;
AGRIF is designed to create fine regional grids (child grids) in a form that NEMO can read in from a coarse NEMO global grid. The idea is to run the fine grid '''with''' the global grid to provide local increased resolution where the model needs it. It is possible to genrate the child bathymetry by interpolating from the global bathymetry '''and''' high resolution topography. It blends the coarse and fine resolutions over a few cells at the edges of the child grid. It also creates input files for the child grid from the global input files.&lt;br /&gt;
&lt;br /&gt;
You can download the source code (Nesting_tools_NEMO.tar) and the user's manual (doc_nesting_tools.pdf) from the NEMO website. The manual tells you how to untar and make the executable files, run the executables and gives some theory about the interpolation schemes. The executables are &lt;br /&gt;
* &amp;lt;code&amp;gt;create_coordinates.exe &amp;lt;/code&amp;gt; generates the longitude, latitude and metrics for the child grid, &lt;br /&gt;
* &amp;lt;code&amp;gt;create_bathy.exe &amp;lt;/code&amp;gt; generates the bathymetry, &lt;br /&gt;
* &amp;lt;code&amp;gt;create_data.exe &amp;lt;/code&amp;gt; generates the necessary input files (nav_lon and nav_lat in the child files aren't correct but NEMO doesn't use them) and &lt;br /&gt;
* &amp;lt;code&amp;gt;create_restart.exe &amp;lt;/code&amp;gt; interpolates the global restart file to the child grid.&lt;br /&gt;
&lt;br /&gt;
These executables use one '''namelist'''. AGRIF provides an example namelist, pacifique_tropical, in Nesting_tools/bin. To run the example copy coordinates.nc, bathy_level.nc, bathy_meter.nc, taux_1m.nc, tauy_1m.nc, data_1m_potential_temperature_nomask.nc, data_1m_potential_temperature_nomask.nc, flx.nc, runoff_1m_nomask.nc and geothermal_heating.nc from ORCA2_LIM test case to Nesting_tools/bin. You will also need to acquire bathymetry_meter_ORCA_R05.nc, which I found it by typing the filename into google. Alternatively, try setting &amp;lt;code&amp;gt;new_topo = false&amp;lt;/code&amp;gt;. Run the executables in Nesting_tools/bin in order using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./create_*.exe &amp;lt; pacifique_topical&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where * is coordinates, bathy and then data (you don't need to do restart). Output has the form 1_globalname.nc, where 1_ signifies child grid and globalname is the name of the file copied from the test case, such as bathy_level, tauy_1m.nc etc.&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4677</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4677"/>
		<updated>2008-02-05T13:19:12Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* AGRIF package */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
===Model Compilation===&lt;br /&gt;
&lt;br /&gt;
In the steps below, I'm assuming that you are interested in the ORCA2_LIM version of the model.&lt;br /&gt;
&lt;br /&gt;
If you follow the steps described on the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage], you will be able to download and compile the model, with one caveat.  When using newer versions of the NetCDF libraries--such as v3.6.2 installed on the Quest cluster--you will need to change line 210 of modipsl/util/AA_make.gdef to &amp;quot;NCDF_INC = /usr/local/netcdf/3.6.2/pgi-251/include&amp;quot; and line 211 to &amp;quot;NCDF_LIB = -L/usr/local/netcdf/3.6.2/pgi-251/lib -lnetcdf -lnetcdff&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Running the Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. The run simulates one year.  The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website or can be copied from ~ggdaqw/NEMO_forcing as detailed below. &lt;br /&gt;
&lt;br /&gt;
The instructions for running the model are not so clear.  You will need two things to run the model; (i) some forcing files; and (ii) a run script.  Assuming you are running on the Quest cluster, you can obtain forcing files for an example job by copying the directory ~ggdagw/NEMO_forcing and it's contents to you home directory.  If you adopt the same directory name, you will be able to use [[Nemo_example_runscript|this runscript]].  Place the runscript into the directory modipsl/config/ORCA2_LIM/EXP00.  I named it Job_EXP.new.  You will need to create the directory &amp;quot;$DUMP2HOLD/NEMO&amp;quot; in your home directory to collect the output.  You can submit the job by typing &amp;quot;qsub Job_EXP.new&amp;quot;, check whether it is running using &amp;quot;showq&amp;quot;, and obviously look in the output directory.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
Sediment cores recovered from the Mediterranean Sea reveal distinct layers of organic rich material thought to be associated with deep water anoxia, caused by either a shut down in deep water circulation, an increase in productivity, or both.  One of the ways this could have happened is by a large increase in fresh water runoff into the basin.  We intend to use a Mediterranean configuration of NEMO to study how point sources of freshwater, represented by low delta-18-O, are circulated around the Mediterranean, and compare the modeled distribution with records of delta-18-O during these &amp;quot;Mediterranean Anoxic Events&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Regional model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you're not running a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke [[open boundary conditions]] instead.&lt;br /&gt;
# '''TIP''': modify '''tradmp.F90''' in modipsl/modeles/NEMO/OPA_SRC/TRA/. Replace the line &amp;lt;code&amp;gt;if (cp_cfg==&amp;quot;orca&amp;quot; .AND. (ndmp &amp;gt; 0 .OR. ndmp==-1)) then &amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;if (ndmp &amp;gt; 0 .OR. ndmp==-1) then&amp;lt;/code&amp;gt;. If you don't make the change you'll get the error message &amp;lt;code&amp;gt;tra_dmp: You should not have seen this print error?&amp;lt;/code&amp;gt;. With this change you can apply tracer damping as in the ORCA configurations (i.e. global models for various resolutions) without special treatment for particular areas such as the Mediterranean or the Red Sea that are grid dependent. &lt;br /&gt;
# Set the new domain resolution in '''par_oce.F90''' in modipsl/modeles/NEMO/OPA_SRC/. Parameters for the resolution are &amp;lt;code&amp;gt;jpidta&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;jpjdta&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Set parameters in '''obc_oce.F90''' and '''obc_par.F90''' in modipsl/modeles/NEMO/OPA_SRC/OBC/.&lt;br /&gt;
#* obc_oce.F90: &amp;lt;code&amp;gt;nbobc&amp;lt;/code&amp;gt; is the number of open boundaries, i.e. set to 1, 2, 3 or 4. &lt;br /&gt;
#* obc_par.F90: set logical parameter &amp;lt;code&amp;gt;lp_obc_east&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;.true.&amp;lt;/code&amp;gt; if open boundary conditions are to be applied to part or all of the eastern face of the domain. Alter &amp;lt;code&amp;gt;jpjed&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;jpjef&amp;lt;/code&amp;gt; if the open boundary covers only part of the eastern face. Similarly for &amp;lt;code&amp;gt;lp_obc_west&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwf&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;lp_obc_north&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpind&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpinf&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;lp_obc_south&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisf&amp;lt;/code&amp;gt;.&lt;br /&gt;
# In the input file namelist set &amp;lt;code&amp;gt;n_cla&amp;lt;/code&amp;gt; to 0. Assuming you have no closed seas, i.e. Mediterranean and Red Sea in  ORCA2.&lt;br /&gt;
# Generate input data from the ORCA2_LIM test case files using the [[AGRIF package]].&lt;br /&gt;
&lt;br /&gt;
==Bathymetry==&lt;br /&gt;
&lt;br /&gt;
There are some pre-processing packages available on the NEMO website. I don't recommend using the bathymetry package OPABAT. It uses idl and fortran routines contained in IDL_OPABAT3.tar. The instructions are in French and some of the files are missing. Instead, use the AGRIF nesting tools. The instructions are clear and the package also interpolates the input files from the ORCA2_LIM test case.&lt;br /&gt;
&lt;br /&gt;
===AGRIF package===&lt;br /&gt;
&lt;br /&gt;
AGRIF is designed to create fine regional grids (child grids) in a form that NEMO can read in from a coarse NEMO global grid. The idea is to run the fine grid '''with''' the global grid to provide local increased resolution where the model needs it. It is possible to genrate the child bathymetry by interpolating from the global bathymetry '''and''' high resolution topography. It blends the coarse and fine resolutions over a few cells at the edges of the child grid. It also creates input files for the child grid from the global input files.&lt;br /&gt;
&lt;br /&gt;
You can download the source code (Nesting_tools_NEMO.tar) and the user's manual (doc_nesting_tools.pdf) from the NEMO website. The manual tells you how to untar and make the executable files, run the executables and gives some theory about the interpolation schemes. The executables are &lt;br /&gt;
* &amp;lt;code&amp;gt;create_coordinates.exe &amp;lt;/code&amp;gt; generates the longitude, latitude and metrics for the child grid, &lt;br /&gt;
* &amp;lt;code&amp;gt;create_bathy.exe &amp;lt;/code&amp;gt; generates the bathymetry, &lt;br /&gt;
* &amp;lt;code&amp;gt;create_data.exe &amp;lt;/code&amp;gt; generates the necessary input files (nav_lon and nav_lat in the child files aren't correct but NEMO doesn't use them) and &lt;br /&gt;
* &amp;lt;code&amp;gt;create_restart.exe &amp;lt;/code&amp;gt; interpolates the global restart file to the child grid.&lt;br /&gt;
&lt;br /&gt;
These executables use one '''namelist'''. AGRIF provides an example namelist, pacifique_tropical, in Nesting_tools/bin. To run the example copy coordinates.nc, bathy_level.nc, bathy_meter.nc, taux_1m.nc, tauy_1m.nc, data_1m_potential_temperature_nomask.nc, data_1m_potential_temperature_nomask.nc, flx.nc, runoff_1m_nomask.nc and geothermal_heating.nc from ORCA2_LIM test case to Nesting_tools/bin. You will also need to acquire bathymetry_meter_ORCA_R05.nc, which I found it by typing the filename into google. Alternatively, try setting &amp;lt;code&amp;gt;new_topo = false&amp;lt;/code&amp;gt;. Run the executables in Nesting_tools/bin in order using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;./create_*.exe &amp;lt; pacifique_topical&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where * is coordinates, bathy and then data (you don't need to do restart).&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4676</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4676"/>
		<updated>2008-02-05T12:55:01Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* Regional model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
===Model Compilation===&lt;br /&gt;
&lt;br /&gt;
In the steps below, I'm assuming that you are interested in the ORCA2_LIM version of the model.&lt;br /&gt;
&lt;br /&gt;
If you follow the steps described on the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage], you will be able to download and compile the model, with one caveat.  When using newer versions of the NetCDF libraries--such as v3.6.2 installed on the Quest cluster--you will need to change line 210 of modipsl/util/AA_make.gdef to &amp;quot;NCDF_INC = /usr/local/netcdf/3.6.2/pgi-251/include&amp;quot; and line 211 to &amp;quot;NCDF_LIB = -L/usr/local/netcdf/3.6.2/pgi-251/lib -lnetcdf -lnetcdff&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Running the Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. The run simulates one year.  The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website or can be copied from ~ggdaqw/NEMO_forcing as detailed below. &lt;br /&gt;
&lt;br /&gt;
The instructions for running the model are not so clear.  You will need two things to run the model; (i) some forcing files; and (ii) a run script.  Assuming you are running on the Quest cluster, you can obtain forcing files for an example job by copying the directory ~ggdagw/NEMO_forcing and it's contents to you home directory.  If you adopt the same directory name, you will be able to use [[Nemo_example_runscript|this runscript]].  Place the runscript into the directory modipsl/config/ORCA2_LIM/EXP00.  I named it Job_EXP.new.  You will need to create the directory &amp;quot;$DUMP2HOLD/NEMO&amp;quot; in your home directory to collect the output.  You can submit the job by typing &amp;quot;qsub Job_EXP.new&amp;quot;, check whether it is running using &amp;quot;showq&amp;quot;, and obviously look in the output directory.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
Sediment cores recovered from the Mediterranean Sea reveal distinct layers of organic rich material thought to be associated with deep water anoxia, caused by either a shut down in deep water circulation, an increase in productivity, or both.  One of the ways this could have happened is by a large increase in fresh water runoff into the basin.  We intend to use a Mediterranean configuration of NEMO to study how point sources of freshwater, represented by low delta-18-O, are circulated around the Mediterranean, and compare the modeled distribution with records of delta-18-O during these &amp;quot;Mediterranean Anoxic Events&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Regional model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you're not running a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke [[open boundary conditions]] instead.&lt;br /&gt;
# '''TIP''': modify '''tradmp.F90''' in modipsl/modeles/NEMO/OPA_SRC/TRA/. Replace the line &amp;lt;code&amp;gt;if (cp_cfg==&amp;quot;orca&amp;quot; .AND. (ndmp &amp;gt; 0 .OR. ndmp==-1)) then &amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;if (ndmp &amp;gt; 0 .OR. ndmp==-1) then&amp;lt;/code&amp;gt;. If you don't make the change you'll get the error message &amp;lt;code&amp;gt;tra_dmp: You should not have seen this print error?&amp;lt;/code&amp;gt;. With this change you can apply tracer damping as in the ORCA configurations (i.e. global models for various resolutions) without special treatment for particular areas such as the Mediterranean or the Red Sea that are grid dependent. &lt;br /&gt;
# Set the new domain resolution in '''par_oce.F90''' in modipsl/modeles/NEMO/OPA_SRC/. Parameters for the resolution are &amp;lt;code&amp;gt;jpidta&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;jpjdta&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Set parameters in '''obc_oce.F90''' and '''obc_par.F90''' in modipsl/modeles/NEMO/OPA_SRC/OBC/.&lt;br /&gt;
#* obc_oce.F90: &amp;lt;code&amp;gt;nbobc&amp;lt;/code&amp;gt; is the number of open boundaries, i.e. set to 1, 2, 3 or 4. &lt;br /&gt;
#* obc_par.F90: set logical parameter &amp;lt;code&amp;gt;lp_obc_east&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;.true.&amp;lt;/code&amp;gt; if open boundary conditions are to be applied to part or all of the eastern face of the domain. Alter &amp;lt;code&amp;gt;jpjed&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;jpjef&amp;lt;/code&amp;gt; if the open boundary covers only part of the eastern face. Similarly for &amp;lt;code&amp;gt;lp_obc_west&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwf&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;lp_obc_north&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpind&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpinf&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;lp_obc_south&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisf&amp;lt;/code&amp;gt;.&lt;br /&gt;
# In the input file namelist set &amp;lt;code&amp;gt;n_cla&amp;lt;/code&amp;gt; to 0. Assuming you have no closed seas, i.e. Mediterranean and Red Sea in  ORCA2.&lt;br /&gt;
# Generate input data from the ORCA2_LIM test case files using the [[AGRIF package]].&lt;br /&gt;
&lt;br /&gt;
==Bathymetry==&lt;br /&gt;
&lt;br /&gt;
There are some pre-processing packages available on the NEMO website. I don't recommend using the bathymetry package OPABAT. It uses idl and fortran routines contained in IDL_OPABAT3.tar. The instructions are in French and some of the files are missing. Instead, use the AGRIF nesting tools. The instructions are clear and the package also interpolates the input files from the ORCA2_LIM test case.&lt;br /&gt;
&lt;br /&gt;
===AGRIF package===&lt;br /&gt;
&lt;br /&gt;
AGRIF is designed to create fine regional grids (child grids) in a form that NEMO can read in from a coarse NEMO global grid. The idea is to run the fine grid '''with''' the global grid to provide local increased resolution where the model needs it. It is possible to genrate the child bathymetry by interpolating from the global bathymetry '''and''' high resolution topography. It blends the coarse and fine resolutions over a few cells at the edges of the child grid. It also creates input files for the child grid from the global input files.&lt;br /&gt;
&lt;br /&gt;
You can download the source code (Nesting_tools_NEMO.tar) and the user's manual (doc_nesting_tools.pdf) from the NEMO website. The manual tells you how to untar and make the executable files, run the executables and gives some theory about the interpolation schemes. The executables are &lt;br /&gt;
* &amp;lt;code&amp;gt;create_coordinates.exe &amp;lt;/code&amp;gt; generates the longitude, latitude and metrics for the child grid, &lt;br /&gt;
* &amp;lt;code&amp;gt;create_bathy.exe &amp;lt;/code&amp;gt; generates the bathymetry, &lt;br /&gt;
* &amp;lt;code&amp;gt;create_data.exe &amp;lt;/code&amp;gt; generates the necessary input files (nav_lon and nav_lat in the child files aren't correct but NEMO doesn't use them) and &lt;br /&gt;
* &amp;lt;code&amp;gt;create_restart.exe &amp;lt;/code&amp;gt; interpolates the global restart file to the child grid.&lt;br /&gt;
&lt;br /&gt;
These executables use one namelist. AGRIF provides an example namelist, pacifique_tropical, in Nesting_tools/bin.&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4675</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4675"/>
		<updated>2008-02-05T11:24:42Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* AGRIF package */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
===Model Compilation===&lt;br /&gt;
&lt;br /&gt;
In the steps below, I'm assuming that you are interested in the ORCA2_LIM version of the model.&lt;br /&gt;
&lt;br /&gt;
If you follow the steps described on the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage], you will be able to download and compile the model, with one caveat.  When using newer versions of the NetCDF libraries--such as v3.6.2 installed on the Quest cluster--you will need to change line 210 of modipsl/util/AA_make.gdef to &amp;quot;NCDF_INC = /usr/local/netcdf/3.6.2/pgi-251/include&amp;quot; and line 211 to &amp;quot;NCDF_LIB = -L/usr/local/netcdf/3.6.2/pgi-251/lib -lnetcdf -lnetcdff&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Running the Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. The run simulates one year.  The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website or can be copied from ~ggdaqw/NEMO_forcing as detailed below. &lt;br /&gt;
&lt;br /&gt;
The instructions for running the model are not so clear.  You will need two things to run the model; (i) some forcing files; and (ii) a run script.  Assuming you are running on the Quest cluster, you can obtain forcing files for an example job by copying the directory ~ggdagw/NEMO_forcing and it's contents to you home directory.  If you adopt the same directory name, you will be able to use [[Nemo_example_runscript|this runscript]].  Place the runscript into the directory modipsl/config/ORCA2_LIM/EXP00.  I named it Job_EXP.new.  You will need to create the directory &amp;quot;$DUMP2HOLD/NEMO&amp;quot; in your home directory to collect the output.  You can submit the job by typing &amp;quot;qsub Job_EXP.new&amp;quot;, check whether it is running using &amp;quot;showq&amp;quot;, and obviously look in the output directory.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
Sediment cores recovered from the Mediterranean Sea reveal distinct layers of organic rich material thought to be associated with deep water anoxia, caused by either a shut down in deep water circulation, an increase in productivity, or both.  One of the ways this could have happened is by a large increase in fresh water runoff into the basin.  We intend to use a Mediterranean configuration of NEMO to study how point sources of freshwater, represented by low delta-18-O, are circulated around the Mediterranean, and compare the modeled distribution with records of delta-18-O during these &amp;quot;Mediterranean Anoxic Events&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Regional model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you're not running a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke [[open boundary conditions]] instead.&lt;br /&gt;
# '''TIP''': modify '''tradmp.F90''' in modipsl/modeles/NEMO/OPA_SRC/TRA/. Replace the line &amp;lt;code&amp;gt;if (cp_cfg==&amp;quot;orca&amp;quot; .AND. (ndmp &amp;gt; 0 .OR. ndmp==-1)) then &amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;if (ndmp &amp;gt; 0 .OR. ndmp==-1) then&amp;lt;/code&amp;gt;. If you don't make the change you'll get the error message &amp;lt;code&amp;gt;tra_dmp: You should not have seen this print error?&amp;lt;/code&amp;gt;. With this change you can apply tracer damping as in the ORCA configurations (i.e. global models for various resolutions) without special treatment for particular areas such as the Mediterranean or the Red Sea that are grid dependent. &lt;br /&gt;
# Set the new domain resolution in '''par_oce.F90''' in modipsl/modeles/NEMO/OPA_SRC/. Parameters for the resolution are &amp;lt;code&amp;gt;jpidta&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;jpjdta&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Set parameters in '''obc_oce.F90''' and '''obc_par.F90''' in modipsl/modeles/NEMO/OPA_SRC/OBC/.&lt;br /&gt;
#* obc_oce.F90: &amp;lt;code&amp;gt;nbobc&amp;lt;/code&amp;gt; is the number of open boundaries, i.e. set to 1, 2, 3 or 4. &lt;br /&gt;
#* obc_par.F90: set logical parameter &amp;lt;code&amp;gt;lp_obc_east&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;.true.&amp;lt;/code&amp;gt; if open boundary conditions are to be applied to part or all of the eastern face of the domain. Alter &amp;lt;code&amp;gt;jpjed&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;jpjef&amp;lt;/code&amp;gt; if the open boundary covers only part of the eastern face. Similarly for &amp;lt;code&amp;gt;lp_obc_west&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwf&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;lp_obc_north&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpind&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpinf&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;lp_obc_south&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisf&amp;lt;/code&amp;gt;.&lt;br /&gt;
# In the input file namelist set &amp;lt;code&amp;gt;n_cla&amp;lt;/code&amp;gt; to 0. Assuming you have no closed seas, i.e. Mediterranean and Red Sea in  ORCA2.&lt;br /&gt;
# Generate input data from the ORCA2_LIM test case files using the AGRIF package.&lt;br /&gt;
&lt;br /&gt;
==Bathymetry==&lt;br /&gt;
&lt;br /&gt;
There are some pre-processing packages available on the NEMO website. I don't recommend using the bathymetry package OPABAT. It uses idl and fortran routines contained in IDL_OPABAT3.tar. The instructions are in French and some of the files are missing. Instead, use the AGRIF nesting tools. The instructions are clear and the package also interpolates the input files from the ORCA2_LIM test case.&lt;br /&gt;
&lt;br /&gt;
===AGRIF package===&lt;br /&gt;
&lt;br /&gt;
AGRIF is designed to create fine regional grids (child grids) in a form that NEMO can read in from a coarse NEMO global grid. The idea is to run the fine grid '''with''' the global grid to provide local increased resolution where the model needs it. It is possible to genrate the child bathymetry by interpolating from the global bathymetry '''and''' high resolution topography. It blends the coarse and fine resolutions over a few cells at the edges of the child grid. It also creates input files for the child grid from the global input files.&lt;br /&gt;
&lt;br /&gt;
You can download the source code (Nesting_tools_NEMO.tar) and the user's manual (doc_nesting_tools.pdf) from the NEMO website. The manual tells you how to untar and make the executable files, run the executables and gives some theory about the interpolation schemes. The executables are &lt;br /&gt;
* &amp;lt;code&amp;gt;create_coordinates.exe &amp;lt;/code&amp;gt; generates the longitude, latitude and metrics for the child grid, &lt;br /&gt;
* &amp;lt;code&amp;gt;create_bathy.exe &amp;lt;/code&amp;gt; generates the bathymetry, &lt;br /&gt;
* &amp;lt;code&amp;gt;create_data.exe &amp;lt;/code&amp;gt; generates the necessary input files (nav_lon and nav_lat in the child files aren't correct but NEMO doesn't use them) and &lt;br /&gt;
* &amp;lt;code&amp;gt;create_restart.exe &amp;lt;/code&amp;gt; interpolates the global restart file to the child grid.&lt;br /&gt;
&lt;br /&gt;
These executables use one namelist. AGRIF provides an example namelist, pacifique_tropical, in Nesting_tools/bin.&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4674</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4674"/>
		<updated>2008-02-05T10:44:02Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* AGRIF package */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
===Model Compilation===&lt;br /&gt;
&lt;br /&gt;
In the steps below, I'm assuming that you are interested in the ORCA2_LIM version of the model.&lt;br /&gt;
&lt;br /&gt;
If you follow the steps described on the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage], you will be able to download and compile the model, with one caveat.  When using newer versions of the NetCDF libraries--such as v3.6.2 installed on the Quest cluster--you will need to change line 210 of modipsl/util/AA_make.gdef to &amp;quot;NCDF_INC = /usr/local/netcdf/3.6.2/pgi-251/include&amp;quot; and line 211 to &amp;quot;NCDF_LIB = -L/usr/local/netcdf/3.6.2/pgi-251/lib -lnetcdf -lnetcdff&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Running the Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. The run simulates one year.  The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website or can be copied from ~ggdaqw/NEMO_forcing as detailed below. &lt;br /&gt;
&lt;br /&gt;
The instructions for running the model are not so clear.  You will need two things to run the model; (i) some forcing files; and (ii) a run script.  Assuming you are running on the Quest cluster, you can obtain forcing files for an example job by copying the directory ~ggdagw/NEMO_forcing and it's contents to you home directory.  If you adopt the same directory name, you will be able to use [[Nemo_example_runscript|this runscript]].  Place the runscript into the directory modipsl/config/ORCA2_LIM/EXP00.  I named it Job_EXP.new.  You will need to create the directory &amp;quot;$DUMP2HOLD/NEMO&amp;quot; in your home directory to collect the output.  You can submit the job by typing &amp;quot;qsub Job_EXP.new&amp;quot;, check whether it is running using &amp;quot;showq&amp;quot;, and obviously look in the output directory.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
Sediment cores recovered from the Mediterranean Sea reveal distinct layers of organic rich material thought to be associated with deep water anoxia, caused by either a shut down in deep water circulation, an increase in productivity, or both.  One of the ways this could have happened is by a large increase in fresh water runoff into the basin.  We intend to use a Mediterranean configuration of NEMO to study how point sources of freshwater, represented by low delta-18-O, are circulated around the Mediterranean, and compare the modeled distribution with records of delta-18-O during these &amp;quot;Mediterranean Anoxic Events&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Regional model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you're not running a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke [[open boundary conditions]] instead.&lt;br /&gt;
# '''TIP''': modify '''tradmp.F90''' in modipsl/modeles/NEMO/OPA_SRC/TRA/. Replace the line &amp;lt;code&amp;gt;if (cp_cfg==&amp;quot;orca&amp;quot; .AND. (ndmp &amp;gt; 0 .OR. ndmp==-1)) then &amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;if (ndmp &amp;gt; 0 .OR. ndmp==-1) then&amp;lt;/code&amp;gt;. If you don't make the change you'll get the error message &amp;lt;code&amp;gt;tra_dmp: You should not have seen this print error?&amp;lt;/code&amp;gt;. With this change you can apply tracer damping as in the ORCA configurations (i.e. global models for various resolutions) without special treatment for particular areas such as the Mediterranean or the Red Sea that are grid dependent. &lt;br /&gt;
# Set the new domain resolution in '''par_oce.F90''' in modipsl/modeles/NEMO/OPA_SRC/. Parameters for the resolution are &amp;lt;code&amp;gt;jpidta&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;jpjdta&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Set parameters in '''obc_oce.F90''' and '''obc_par.F90''' in modipsl/modeles/NEMO/OPA_SRC/OBC/.&lt;br /&gt;
#* obc_oce.F90: &amp;lt;code&amp;gt;nbobc&amp;lt;/code&amp;gt; is the number of open boundaries, i.e. set to 1, 2, 3 or 4. &lt;br /&gt;
#* obc_par.F90: set logical parameter &amp;lt;code&amp;gt;lp_obc_east&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;.true.&amp;lt;/code&amp;gt; if open boundary conditions are to be applied to part or all of the eastern face of the domain. Alter &amp;lt;code&amp;gt;jpjed&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;jpjef&amp;lt;/code&amp;gt; if the open boundary covers only part of the eastern face. Similarly for &amp;lt;code&amp;gt;lp_obc_west&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwf&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;lp_obc_north&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpind&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpinf&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;lp_obc_south&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisf&amp;lt;/code&amp;gt;.&lt;br /&gt;
# In the input file namelist set &amp;lt;code&amp;gt;n_cla&amp;lt;/code&amp;gt; to 0. Assuming you have no closed seas, i.e. Mediterranean and Red Sea in  ORCA2.&lt;br /&gt;
# Generate input data from the ORCA2_LIM test case files using the AGRIF package.&lt;br /&gt;
&lt;br /&gt;
==Bathymetry==&lt;br /&gt;
&lt;br /&gt;
There are some pre-processing packages available on the NEMO website. I don't recommend using the bathymetry package OPABAT. It uses idl and fortran routines contained in IDL_OPABAT3.tar. The instructions are in French and some of the files are missing. Instead, use the AGRIF nesting tools. The instructions are clear and the package also interpolates the input files from the ORCA2_LIM test case.&lt;br /&gt;
&lt;br /&gt;
===AGRIF package===&lt;br /&gt;
&lt;br /&gt;
AGRIF is designed to create fine regional grids (child grids) in a form that NEMO can read in from a coarse NEMO global grid. The idea is to run the fine grid '''with''' the global grid to provide local increased resolution where the model needs it. The package blends the coarse and fine resolutions over a few cells at the edges of the child grid. It also creates input files for the child grid from the global input files.&lt;br /&gt;
&lt;br /&gt;
You can download the source code (Nesting_tools_NEMO.tar) and the user's manual (doc_nesting_tools.pdf) from the NEMO website. The manual tells you how to untar and make the executable files, run the executables and gives some theory about the interpolation schemes. The executables are create_coordinates.exe, create_bathy.exe, create_data.exe and create_restart.exe.&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4652</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4652"/>
		<updated>2008-02-04T17:56:16Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
===Model Compilation===&lt;br /&gt;
&lt;br /&gt;
In the steps below, I'm assuming that you are interested in the ORCA2_LIM version of the model.&lt;br /&gt;
&lt;br /&gt;
If you follow the steps described on the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage], you will be able to download and compile the model, with one caveat.  When using newer versions of the NetCDF libraries--such as v3.6.2 installed on the Quest cluster--you will need to change line 210 of modipsl/util/AA_make.gdef to &amp;quot;NCDF_INC = /usr/local/netcdf/3.6.2/pgi-251/include&amp;quot; and line 211 to &amp;quot;NCDF_LIB = -L/usr/local/netcdf/3.6.2/pgi-251/lib -lnetcdf -lnetcdff&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Running the Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. The run simulates one year.  The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website or can be copied from ~ggdaqw/NEMO_forcing as detailed below. &lt;br /&gt;
&lt;br /&gt;
The instructions for running the model are not so clear.  You will need two things to run the model; (i) some forcing files; and (ii) a run script.  Assuming you are running on the Quest cluster, you can obtain forcing files for an example job by copying the directory ~ggdagw/NEMO_forcing and it's contents to you home directory.  If you adopt the same directory name, you will be able to use [[Nemo_example_runscript|this runscript]].  Place the runscript into the directory modipsl/config/ORCA2_LIM/EXP00.  I named it Job_EXP.new.  You will need to create the directory &amp;quot;$DUMP2HOLD/NEMO&amp;quot; in your home directory to collect the output.  You can submit the job by typing &amp;quot;qsub Job_EXP.new&amp;quot;, check whether it is running using &amp;quot;showq&amp;quot;, and obviously look in the output directory.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
Sediment cores recovered from the Mediterranean Sea reveal distinct layers of organic rich material thought to be associated with deep water anoxia, caused by either a shut down in deep water circulation, an increase in productivity, or both.  One of the ways this could have happened is by a large increase in fresh water runoff into the basin.  We intend to use a Mediterranean configuration of NEMO to study how point sources of freshwater, represented by low delta-18-O, are circulated around the Mediterranean, and compare the modeled distribution with records of delta-18-O during these &amp;quot;Mediterranean Anoxic Events&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Regional model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you're not running a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke [[open boundary conditions]] instead.&lt;br /&gt;
# '''TIP''': modify '''tradmp.F90''' in modipsl/modeles/NEMO/OPA_SRC/TRA/. Replace the line &amp;lt;code&amp;gt;if (cp_cfg==&amp;quot;orca&amp;quot; .AND. (ndmp &amp;gt; 0 .OR. ndmp==-1)) then &amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;if (ndmp &amp;gt; 0 .OR. ndmp==-1) then&amp;lt;/code&amp;gt;. If you don't make the change you'll get the error message &amp;lt;code&amp;gt;tra_dmp: You should not have seen this print error?&amp;lt;/code&amp;gt;. With this change you can apply tracer damping as in the ORCA configurations (i.e. global models for various resolutions) without special treatment for particular areas such as the Mediterranean or the Red Sea that are grid dependent. &lt;br /&gt;
# Set the new domain resolution in '''par_oce.F90''' in modipsl/modeles/NEMO/OPA_SRC/. Parameters for the resolution are &amp;lt;code&amp;gt;jpidta&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;jpjdta&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Set parameters in '''obc_oce.F90''' and '''obc_par.F90''' in modipsl/modeles/NEMO/OPA_SRC/OBC/.&lt;br /&gt;
#* obc_oce.F90: &amp;lt;code&amp;gt;nbobc&amp;lt;/code&amp;gt; is the number of open boundaries, i.e. set to 1, 2, 3 or 4. &lt;br /&gt;
#* obc_par.F90: set logical parameter &amp;lt;code&amp;gt;lp_obc_east&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;.true.&amp;lt;/code&amp;gt; if open boundary conditions are to be applied to part or all of the eastern face of the domain. Alter &amp;lt;code&amp;gt;jpjed&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;jpjef&amp;lt;/code&amp;gt; if the open boundary covers only part of the eastern face. Similarly for &amp;lt;code&amp;gt;lp_obc_west&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwf&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;lp_obc_north&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpind&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpinf&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;lp_obc_south&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisf&amp;lt;/code&amp;gt;.&lt;br /&gt;
# In the input file namelist set &amp;lt;code&amp;gt;n_cla&amp;lt;/code&amp;gt; to 0. Assuming you have no closed seas, i.e. Mediterranean and Red Sea in  ORCA2.&lt;br /&gt;
# Generate input data from the ORCA2_LIM test case files using the AGRIF package.&lt;br /&gt;
&lt;br /&gt;
==Bathymetry==&lt;br /&gt;
&lt;br /&gt;
There are some pre-processing packages available on the NEMO website. I don't recommend using the bathymetry package OPABAT. It uses idl and fortran routines contained in IDL_OPABAT3.tar. The instructions are in French and some of the files are missing. Instead, use the AGRIF nesting tools. The instructions are clear and the package also interpolates the input files from the ORCA2_LIM test case.&lt;br /&gt;
&lt;br /&gt;
===AGRIF package===&lt;br /&gt;
&lt;br /&gt;
AGRIF is designed to create fine grids (child grids) from a coarse global grid. &lt;br /&gt;
&lt;br /&gt;
You can download the source code (Nesting_tools_NEMO.tar) and the user's manual (doc_nesting_tools.pdf) from the NEMO website. The manual tells you how to untar and make the executable files, run the executables and gives some theory about the interploation schemes. The excutables are create_coordinates.exe, create_bathy.exe, create_data.exe and create_restart.exe.&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4619</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4619"/>
		<updated>2008-02-01T11:50:30Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* Regional model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
===Model Compilation===&lt;br /&gt;
&lt;br /&gt;
In the steps below, I'm assuming that you are interested in the ORCA2_LIM version of the model.&lt;br /&gt;
&lt;br /&gt;
If you follow the steps described on the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage], you will be able to download and compile the model, with one caveat.  When using newer versions of the NetCDF libraries--such as v3.6.2 installed on the Quest cluster--you will need to change line 210 of modipsl/util/AA_make.gdef to &amp;quot;NCDF_INC = /usr/local/netcdf/3.6.2/pgi-251/include&amp;quot; and line 211 to &amp;quot;NCDF_LIB = -L/usr/local/netcdf/3.6.2/pgi-251/lib -lnetcdf -lnetcdff&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Running the Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. The run simulates one year.  The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website or can be copied from ~ggdaqw/NEMO_forcing as detailed below. &lt;br /&gt;
&lt;br /&gt;
The instructions for running the model are not so clear.  You will need two things to run the model; (i) some forcing files; and (ii) a run script.  Assuming you are running on the Quest cluster, you can obtain forcing files for an example job by copying the directory ~ggdagw/NEMO_forcing and it's contents to you home directory.  If you adopt the same directory name, you will be able to use [[Nemo_example_runscript|this runscript]].  Place the runscript into the directory modipsl/config/ORCA2_LIM/EXP00.  I named it Job_EXP.new.  You will need to create the directory &amp;quot;$DUMP2HOLD/NEMO&amp;quot; in your home directory to collect the output.  You can submit the job by typing &amp;quot;qsub Job_EXP.new&amp;quot;, check whether it is running using &amp;quot;showq&amp;quot;, and obviously look in the output directory.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
Sediment cores recovered from the Mediterranean Sea reveal distinct layers of organic rich material thought to be associated with deep water anoxia, caused by either a shut down in deep water circulation, an increase in productivity, or both.  One of the ways this could have happened is by a large increase in fresh water runoff into the basin.  We intend to use a Mediterranean configuration of NEMO to study how point sources of freshwater, represented by low delta-18-O, are circulated around the Mediterranean, and compare the modeled distribution with records of delta-18-O during these &amp;quot;Mediterranean Anoxic Events&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Regional model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you're not running a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke [[open boundary conditions]] instead.&lt;br /&gt;
# '''TIP''': modify '''tradmp.F90''' in modipsl/modeles/NEMO/OPA_SRC/TRA/. Replace the line &amp;lt;code&amp;gt;if (cp_cfg==&amp;quot;orca&amp;quot; .AND. (ndmp &amp;gt; 0 .OR. ndmp==-1)) then &amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;if (ndmp &amp;gt; 0 .OR. ndmp==-1) then&amp;lt;/code&amp;gt;. If you don't make the change you'll get the error message &amp;lt;code&amp;gt;tra_dmp: You should not have seen this print error?&amp;lt;/code&amp;gt;. With this change you can apply tracer damping as in the ORCA configurations (i.e. global models for various resolutions) without special treatment for particular areas such as the Mediterranean or the Red Sea that are grid dependent. &lt;br /&gt;
# Set the new domain resolution in '''par_oce.F90''' in modipsl/modeles/NEMO/OPA_SRC/. Parameters for the resolution are &amp;lt;code&amp;gt;jpidta&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;jpjdta&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Set parameters in '''obc_oce.F90''' and '''obc_par.F90''' in modipsl/modeles/NEMO/OPA_SRC/OBC/.&lt;br /&gt;
#* obc_oce.F90: &amp;lt;code&amp;gt;nbobc&amp;lt;/code&amp;gt; is the number of open boundaries, i.e. set to 1, 2, 3 or 4. &lt;br /&gt;
#* obc_par.F90: set logical parameter &amp;lt;code&amp;gt;lp_obc_east&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;.true.&amp;lt;/code&amp;gt; if open boundary conditions are to be applied to part or all of the eastern face of the domain. Alter &amp;lt;code&amp;gt;jpjed&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;jpjef&amp;lt;/code&amp;gt; if the open boundary covers only part of the eastern face. Similarly for &amp;lt;code&amp;gt;lp_obc_west&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwf&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;lp_obc_north&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpind&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpinf&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;lp_obc_south&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisf&amp;lt;/code&amp;gt;.&lt;br /&gt;
# In the input file namelist set &amp;lt;code&amp;gt;n_cla&amp;lt;/code&amp;gt; to 0. Assuming you have no closed seas, i.e. Mediterranean and Red Sea in  ORCA2.&lt;br /&gt;
# Generate input data from the ORCA2_LIM test case files using the AGRIF package.&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4618</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4618"/>
		<updated>2008-02-01T11:46:48Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* Region model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
===Model Compilation===&lt;br /&gt;
&lt;br /&gt;
In the steps below, I'm assuming that you are interested in the ORCA2_LIM version of the model.&lt;br /&gt;
&lt;br /&gt;
If you follow the steps described on the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage], you will be able to download and compile the model, with one caveat.  When using newer versions of the NetCDF libraries--such as v3.6.2 installed on the Quest cluster--you will need to change line 210 of modipsl/util/AA_make.gdef to &amp;quot;NCDF_INC = /usr/local/netcdf/3.6.2/pgi-251/include&amp;quot; and line 211 to &amp;quot;NCDF_LIB = -L/usr/local/netcdf/3.6.2/pgi-251/lib -lnetcdf -lnetcdff&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Running the Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. The run simulates one year.  The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website or can be copied from ~ggdaqw/NEMO_forcing as detailed below. &lt;br /&gt;
&lt;br /&gt;
The instructions for running the model are not so clear.  You will need two things to run the model; (i) some forcing files; and (ii) a run script.  Assuming you are running on the Quest cluster, you can obtain forcing files for an example job by copying the directory ~ggdagw/NEMO_forcing and it's contents to you home directory.  If you adopt the same directory name, you will be able to use [[Nemo_example_runscript|this runscript]].  Place the runscript into the directory modipsl/config/ORCA2_LIM/EXP00.  I named it Job_EXP.new.  You will need to create the directory &amp;quot;$DUMP2HOLD/NEMO&amp;quot; in your home directory to collect the output.  You can submit the job by typing &amp;quot;qsub Job_EXP.new&amp;quot;, check whether it is running using &amp;quot;showq&amp;quot;, and obviously look in the output directory.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
Sediment cores recovered from the Mediterranean Sea reveal distinct layers of organic rich material thought to be associated with deep water anoxia, caused by either a shut down in deep water circulation, an increase in productivity, or both.  One of the ways this could have happened is by a large increase in fresh water runoff into the basin.  We intend to use a Mediterranean configuration of NEMO to study how point sources of freshwater, represented by low delta-18-O, are circulated around the Mediterranean, and compare the modeled distribution with records of delta-18-O during these &amp;quot;Mediterranean Anoxic Events&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Regional model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you're not running a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke [[open boundary conditions]] instead.&lt;br /&gt;
# '''TIP''': modify '''tradmp.F90''' in modipsl/modeles/NEMO/OPA_SRC/TRA/. Replace the line &amp;lt;code&amp;gt;if (cp_cfg==&amp;quot;orca&amp;quot; .AND. (ndmp &amp;gt; 0 .OR. ndmp==-1)) then &amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;if (ndmp &amp;gt; 0 .OR. ndmp==-1) then&amp;lt;/code&amp;gt;. If you don't make the change you'll get the error message &amp;lt;code&amp;gt;tra_dmp: You should not have seen this print error?&amp;lt;/code&amp;gt;. With this change you can apply tracer damping as in the ORCA configurations (i.e. global models for various resolutions) without special treatment for particular areas such as the Mediterranean or the Red Sea that are grid dependent. &lt;br /&gt;
# Set the new domain resolution in '''par_oce.F90''' in modipsl/modeles/NEMO/OPA_SRC/. Parameters for the resolution are &amp;lt;code&amp;gt;jpidta&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;jpjdta&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Set parameters in '''obc_oce.F90''' and '''obc_par.F90''' in modipsl/modeles/NEMO/OPA_SRC/OBC/.&lt;br /&gt;
#* obc_oce.F90: &amp;lt;code&amp;gt;nbobc&amp;lt;/code&amp;gt; is the number of open boundaries, i.e. set to 1, 2, 3 or 4. &lt;br /&gt;
#* obc_par.F90: set logical parameter &amp;lt;code&amp;gt;lp_obc_east&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;.true.&amp;lt;/code&amp;gt; if open boundary conditions are to be applied to part or all of the eastern face of the domain. Alter &amp;lt;code&amp;gt;jpjed&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;jpjef&amp;lt;/code&amp;gt; if the open boundary covers only part of the eastern face. Similarly for &amp;lt;code&amp;gt;lp_obc_west&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwf&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;lp_obc_north&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpind&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpinf&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;lp_obc_south&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisf&amp;lt;/code&amp;gt;.&lt;br /&gt;
# In the input file namelist set &amp;lt;code&amp;gt;n_cla&amp;lt;/code&amp;gt; to 0. Assuming you have no closed seas, i.e. Mediterranean and Red Sea in  ORCA2.&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4266</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4266"/>
		<updated>2007-11-09T20:43:40Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* Region model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
==ORCA2_LIM test case==&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. &lt;br /&gt;
The run simulates one year.&lt;br /&gt;
&lt;br /&gt;
The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website. &lt;br /&gt;
&lt;br /&gt;
==Region model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you're not running a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke [[open boundary conditions]] instead.&lt;br /&gt;
# '''TIP''': modify '''tradmp.F90''' in modipsl/modeles/NEMO/OPA_SRC/TRA/. Replace the line &amp;lt;code&amp;gt;if (cp_cfg==&amp;quot;orca&amp;quot; .AND. (ndmp &amp;gt; 0 .OR. ndmp==-1)) then &amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;if (ndmp &amp;gt; 0 .OR. ndmp==-1) then&amp;lt;/code&amp;gt;. If you don't make the change you'll get the error message &amp;lt;code&amp;gt;tra_dmp: You should not have seen this print error?&amp;lt;/code&amp;gt;. With this change you can apply tracer damping as in the ORCA configurations (i.e. global models for various resolutions) without special treatment for particular areas such as the Mediterranean or the Red Sea that are grid dependent. &lt;br /&gt;
# Set the new domain resolution in '''par_oce.F90''' in modipsl/modeles/NEMO/OPA_SRC/. Parameters for the resolution are &amp;lt;code&amp;gt;jpidta&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;jpjdta&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Set parameters in '''obc_oce.F90''' and '''obc_par.F90''' in modipsl/modeles/NEMO/OPA_SRC/OBC/.&lt;br /&gt;
#* obc_oce.F90: &amp;lt;code&amp;gt;nbobc&amp;lt;/code&amp;gt; is the number of open boundaries, i.e. set to 1, 2, 3 or 4. &lt;br /&gt;
#* obc_par.F90: set logical parameter &amp;lt;code&amp;gt;lp_obc_east&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;.true.&amp;lt;/code&amp;gt; if open boundary conditions are to be applied to part or all of the eastern face of the domain. Alter &amp;lt;code&amp;gt;jpjed&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;jpjef&amp;lt;/code&amp;gt; if the open boundary covers only part of the eastern face. Similarly for &amp;lt;code&amp;gt;lp_obc_west&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpjwf&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;lp_obc_north&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpind&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpinf&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;lp_obc_south&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jpisf&amp;lt;/code&amp;gt;.&lt;br /&gt;
# In the input file namelist set &amp;lt;code&amp;gt;n_cla&amp;lt;/code&amp;gt; to 0. Assuming you have no closed seas, i.e. Mediterranean and Red Sea in  ORCA2.&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4265</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4265"/>
		<updated>2007-11-09T20:17:29Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* Region model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
==ORCA2_LIM test case==&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. &lt;br /&gt;
The run simulates one year.&lt;br /&gt;
&lt;br /&gt;
The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website. &lt;br /&gt;
&lt;br /&gt;
==Region model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you're not running a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke [[open boundary conditions]] instead.&lt;br /&gt;
# '''TIP''': modify '''tradmp.F90''' in modipsl/modeles/NEMO/OPA_SRC/TRA/. Replace the line &amp;lt;code&amp;gt;if (cp_cfg==&amp;quot;orca&amp;quot; .AND. (ndmp &amp;gt; 0 .OR. ndmp==-1)) then &amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;if (ndmp &amp;gt; 0 .OR. ndmp==-1) then&amp;lt;/code&amp;gt;. If you don't make the change you'll get the error message &amp;lt;code&amp;gt;tra_dmp: You should not have seen this print error?&amp;lt;/code&amp;gt;. With this change you can apply tracer damping as in the ORCA configurations (i.e. global models for various resolutions) without special treatment for particular areas such as the Mediterranean or the Red Sea that are grid dependent. &lt;br /&gt;
# Set the new domain resolution in '''par_oce.F90''' in modipsl/modeles/NEMO/OPA_SRC/. Parameters for the resolution are &amp;lt;code&amp;gt;jpidta&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;jpjdta&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Set parameters in '''obc_oce.F90''' and '''obc_par.F90''' in modipsl/modeles/NEMO/OPA_SRC/OBC/.&lt;br /&gt;
#* obc_oce.F90: &amp;lt;code&amp;gt;nbobc&amp;lt;/code&amp;gt; is the number of open boundaries, i.e. set to 1, 2, 3 or 4. &lt;br /&gt;
#* obc_par.F90: set logical parameter &amp;lt;code&amp;gt;lp_obc_east&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;.true.&amp;lt;/code&amp;gt; if open boundary conditions are to be applied to part or all of the eastern face of the domain. Similarly for &amp;lt;code&amp;gt;lp_obc_west&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;lp_obc_north&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;lp_obc_north&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4264</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4264"/>
		<updated>2007-11-09T19:38:58Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* Region model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
==ORCA2_LIM test case==&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. &lt;br /&gt;
The run simulates one year.&lt;br /&gt;
&lt;br /&gt;
The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website. &lt;br /&gt;
&lt;br /&gt;
==Region model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you're not running a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke [[open boundary conditions]] instead.&lt;br /&gt;
# '''TIP''': modify '''tradmp.F90''' in modipsl/modeles/NEMO/OPA_SRC/TRA/. Replace the line &amp;lt;code&amp;gt;if (cp_cfg==&amp;quot;orca&amp;quot; .AND. (ndmp &amp;gt; 0 .OR. ndmp==-1)) then &amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;if (ndmp &amp;gt; 0 .OR. ndmp==-1) then&amp;lt;/code&amp;gt;. If you don't make the change you'll get the error message &amp;lt;code&amp;gt;tra_dmp: You should not have seen this print error?&amp;lt;/code&amp;gt;. With this change you can apply tracer damping as in the ORCA configurations (i.e. global models for various resolutions) without special treatment for particular areas such as the Meditarrean&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4263</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4263"/>
		<updated>2007-11-09T19:07:50Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* Region model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
==ORCA2_LIM test case==&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. &lt;br /&gt;
The run simulates one year.&lt;br /&gt;
&lt;br /&gt;
The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website. &lt;br /&gt;
&lt;br /&gt;
==Region model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you're not running a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke [[open boundary conditions]] instead.&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4262</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4262"/>
		<updated>2007-11-09T19:02:36Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* Region model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
==ORCA2_LIM test case==&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. &lt;br /&gt;
The run simulates one year.&lt;br /&gt;
&lt;br /&gt;
The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website. &lt;br /&gt;
&lt;br /&gt;
==Region model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case:&lt;br /&gt;
&lt;br /&gt;
# Create a new configuration for the regional model.&lt;br /&gt;
#* In directory '''modipsl/config/''' create a new directory AMUNDSEN, for example, and copy the contents of the ORCA2_LIM directory into AMUNDSEN.&lt;br /&gt;
#* Edit file '''fait_config''' in modipsl/modeles/UTIL/. Add &amp;lt;code&amp;gt;\n AMUNDSEN&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;LIST =&amp;lt;/code&amp;gt; and add the line &amp;lt;code&amp;gt;set -A DIR_AMUNSDEN OPA_SRC C1D_SRC NST_SRC&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Change CPP keys by editing '''BB_make.ldef''' in modipsl/config/AMUNDSEN/scripts/. Remove &amp;lt;code&amp;gt;key_orca_r2&amp;lt;/code&amp;gt; since you aren't run a global model and add &amp;lt;code&amp;gt;key_obc&amp;lt;/code&amp;gt; to invoke open boundary conditions instead.&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4261</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4261"/>
		<updated>2007-11-09T18:14:32Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* Projects using Nemo at Bristol */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
==ORCA2_LIM test case==&lt;br /&gt;
&lt;br /&gt;
Nemo provides a test case, ORCA2_LIM, for a global ocean run coupled with the sea-ice model. &lt;br /&gt;
The run simulates one year.&lt;br /&gt;
&lt;br /&gt;
The configuration for ORCA2_LIM is downloaded through CVS when getting Nemo and the necessary forcing files are provided through a link on the Nemo website. &lt;br /&gt;
&lt;br /&gt;
==Region model==&lt;br /&gt;
&lt;br /&gt;
How to set up a regional model starting from the ORCA2_LIM test case.&lt;br /&gt;
&lt;br /&gt;
==Open boundary conditions==&lt;br /&gt;
&lt;br /&gt;
==Wiki example==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4260</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4260"/>
		<updated>2007-11-09T17:34:49Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* Welcome to the Bristol Nemo Page! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and comments based on Bristol's experiences compiling and running NEMO. Hopefully, you will find some useful.&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage] before continuing with this page.&lt;br /&gt;
&lt;br /&gt;
==Projects using Nemo at Bristol==&lt;br /&gt;
&lt;br /&gt;
===Mediterranean Sea===&lt;br /&gt;
&lt;br /&gt;
===Amundsen Sea===&lt;br /&gt;
&lt;br /&gt;
Thinning of the Pine Island Glacier, West Antarctica, has been observed during the 1990s. &lt;br /&gt;
It has been suggested that relatively warm water at the base of the ice shelf has triggered the thinning. &lt;br /&gt;
The source of and mechanism driving this warm water is unknown.&lt;br /&gt;
&lt;br /&gt;
We are constructing a regional model of the Amunsden Sea using Nemo to investigate ocean circulation close to &lt;br /&gt;
Pine Island Bay. &lt;br /&gt;
Input data at the sea surface and at the open boundaries are constructed using output data from the [http://www.soc.soton.ac.uk/JRD/OCCAM/ OCCAM global ocean model].&lt;br /&gt;
&lt;br /&gt;
===Wiki example===&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4243</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4243"/>
		<updated>2007-11-09T15:49:01Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: /* Welcome to the Bristol Nemo Page! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
Please take a look the [http://www.lodyc.jussieu.fr/NEMO/ official NEMO webpage].&lt;br /&gt;
&lt;br /&gt;
===Wiki example===&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4230</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4230"/>
		<updated>2007-11-09T14:48:19Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4229</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4229"/>
		<updated>2007-11-09T14:46:55Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [http://www.google.com|a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4228</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4228"/>
		<updated>2007-11-09T14:45:53Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;br /&gt;
&lt;br /&gt;
An external link is [www.google.com|a search engine]&lt;br /&gt;
&lt;br /&gt;
A link to another wiki page is [[GENIE|the genie project]]&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
	<entry>
		<id>https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4227</id>
		<title>Nemo</title>
		<link rel="alternate" type="text/html" href="https://source.geography.bristol.ac.uk/mediawiki/index.php?title=Nemo&amp;diff=4227"/>
		<updated>2007-11-09T14:44:40Z</updated>

		<summary type="html">&lt;p&gt;VickyLee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bristol Nemo Page!==&lt;br /&gt;
&lt;br /&gt;
This text '''is very imprtant'''.  This ''is less so''.&lt;br /&gt;
&lt;br /&gt;
Listen very carefully, I shall say this only once:&lt;br /&gt;
&lt;br /&gt;
# put kettle on&lt;br /&gt;
# find mug&lt;br /&gt;
# add water to tea bag--'''in mug!'''&lt;br /&gt;
&lt;br /&gt;
* slurp&lt;br /&gt;
* read&lt;br /&gt;
* slurp&lt;br /&gt;
&lt;br /&gt;
can be done in any order&lt;/div&gt;</summary>
		<author><name>VickyLee</name></author>
	</entry>
</feed>