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

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
README.md in NEMO/branches/UKMO/NEMO_4.0-TRUNK_r14960_HPG/tests/VORTEX – NEMO

source: NEMO/branches/UKMO/NEMO_4.0-TRUNK_r14960_HPG/tests/VORTEX/README.md @ 15719

Last change on this file since 15719 was 15719, checked in by dbruciaferri, 2 years ago

updating tests from git repo

File size: 1.6 KB
Line 
1# Vortex demonstration case
2Here a description of the test case + link toward the src and notebooks.
3<br>
4We here provide a physical description of this experiment and additional details as to how to run this experiment within NEMO. This experiment is **created and tested** for NEMO **code at revision 8097**.
5
6A **ipython notebook is also provided** as a demonstration of possible analysis. If you have already run the NEMO experiment and want to analyse the resulting output, you can directly look at the notebook : **[here](....)**.
7
8## Objectives
9The ..... experiment is......
10
11
12## Physical description
13NEMO .... demonstration case follows the specifications of .... et al. (2012):
14......  <br>
15
16
17### Exemple of run
18In this exemple we assess the behaviour of the ....<br>
19
20* The **Reference Simulation** : **FCT2** is the first simulation, ....
21
22```
23cd TEST_CASES/........
24ln -sf namelist_....._cfg namelist_cfg
25```
26choice of..... is done in namtra_.... block of namelist:
27
28~~~fortran
29!-----------------------------------------------------------------------
30
31~~~
32
33Run the executable : (if you haven't compiled NEMO see [here](https://github.com/sflavoni/NEMO-test-cases) )
34
35```
36 mpirun -np 1 ./opa
37```
38Output files are: <br>
39
40~~~
41
42~~~
43
44* The **Sensibility Simulation** : .
45
46
47```
48ln -sf namelist_xxxx_cfg namelist_cfg
49```
50
51Run the executable again :
52
53```
54 mpirun -np 1 ./opa
55```
56
57Output files : <br>
58
59~~~
60
61~~~
62
63* You can change output file name  in variable @expname@ in file\_def\_nemo-opa.xml
64
65~~~xml
66<file_definition type="multiple_file" name="@expname@" sync_freq="10d" min_digits="4">
67~~~
68
69* Available notebook python is **[here]()**.
70
71## References
Note: See TracBrowser for help on using the repository browser.