... | @@ -203,7 +203,10 @@ We still miss few things to be able to run the model. Of which, initial conditio |
... | @@ -203,7 +203,10 @@ We still miss few things to be able to run the model. Of which, initial conditio |
|
## Running The PAPA "ready to use" set-up.
|
|
## Running The PAPA "ready to use" set-up.
|
|
|
|
|
|
From here, NEMO-Executable is ready, but we might still need to adapt/include some namelists and other files to be able to run.
|
|
From here, NEMO-Executable is ready, but we might still need to adapt/include some namelists and other files to be able to run.
|
|
* go into `cfgs/C1D_MED/EXP00`.
|
|
* go into `cfgs/C1D_MED/EXP00`.
|
|
|
|
```sh
|
|
|
|
cd cfgs/C1D_MED/EXP00
|
|
|
|
```
|
|
* copy and link the files :
|
|
* copy and link the files :
|
|
```sh
|
|
```sh
|
|
cp -rd ../../ORCA2_MEDUSA/EXPREF ..
|
|
cp -rd ../../ORCA2_MEDUSA/EXPREF ..
|
... | @@ -217,7 +220,7 @@ From here, NEMO-Executable is ready, but we might still need to adapt/include so |
... | @@ -217,7 +220,7 @@ From here, NEMO-Executable is ready, but we might still need to adapt/include so |
|
cp -d ../EXPREF/*medusa*xml .
|
|
cp -d ../EXPREF/*medusa*xml .
|
|
```
|
|
```
|
|
1. All MEDUSA files are here. We need to adapt some.
|
|
1. All MEDUSA files are here. We need to adapt some.
|
|
* Update `context.xml` : add references to `field*medusa*xml` and `file*medusa*xml` files.
|
|
* Update `context_nemo.xml` : add references to `field*medusa*xml` and `file*medusa*xml` files.
|
|
It should look like this afterward:
|
|
It should look like this afterward:
|
|
```xml
|
|
```xml
|
|
<!--
|
|
<!--
|
... | | ... | |