| ... | @@ -116,11 +116,12 @@ _prerequisites_ : |
... | @@ -116,11 +116,12 @@ _prerequisites_ : |
|
|
then rebuild with makenemo:
|
|
then rebuild with makenemo:
|
|
|
```
|
|
```
|
|
|
cd $NEMO_BASE_DIR
|
|
cd $NEMO_BASE_DIR
|
|
|
./makenemo –m X64_IRENE –r TATL025BIO-XX -n CONFIG_CASE -j8 -v3 > log_build_TATL025BIO.txt 2>&1
|
|
./makenemo -m $ARCH_NODEBUG -n ${CONFIG_CASE}-analytic -r CONFIG_CASE -j8 -v3 > log_build_${CONFIG_CASE}.txt 2>&1
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
> **Note** : The first step could be useless if you rebuild nemo in this way
|
|
> **Note** : The first step could be useless if you rebuild nemo in this way
|
|
|
./makenemo –m X64_IRENE –r TATL025BIO-XX -n CONFIG_CASE -j8 -v3 **del_key key_top** > log_build_TATL025BIO.txt 2>&1
|
|
./makenemo -m $ARCH_NODEBUG -n ${CONFIG_CASE}-analytic -r CONFIG_CASE -j8 -v3 **del_key key_top** > log_build_${CONFIG_CASE}.txt 2>&1
|
|
|
|
|
|
|
|
|
|
|
|
> **Note** : Save your namelist_cfg file with another name (it will be use later) and just modify these key on your namelist_cfg file
|
|
> **Note** : Save your namelist_cfg file with another name (it will be use later) and just modify these key on your namelist_cfg file
|
|
|
|
|
|
| ... | @@ -164,8 +165,7 @@ _modification of namelist_cfg file_ : |
... | @@ -164,8 +165,7 @@ _modification of namelist_cfg file_ : |
|
|
2. Launch job
|
|
2. Launch job
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
ccc_msub run_nemo.ksh
|
|
$BATCH_CMD run_nemo.ksh
|
|
|
# sbatch run_nemo.ksh
|
|
|
|
|
```
|
|
```
|
|
|
---
|
|
---
|
|
|
3. Look on your scratch the rundir path ($NOCEAN : number of procs for nemo) for the 1st simulation (X=1)
|
|
3. Look on your scratch the rundir path ($NOCEAN : number of procs for nemo) for the 1st simulation (X=1)
|
| ... | |
... | |
| ... | | ... | |