| ... | ... | @@ -71,9 +71,9 @@ You will need to update the domain_cfg.nc file. |
|
|
|
* if you made a nesting you need to reprocess the NESTING tools first and then DOMAINcfg tools
|
|
|
|
* if you only create a domain_cfg file from the DOMAINcfg tools (go directly to step 4')
|
|
|
|
|
|
|
|
In both cases, you need to need to change the bathymetry file
|
|
|
|
In both cases, you need to change the bathymetry file
|
|
|
|
|
|
|
|
1 ) From NESTING, update normal zoom from global orca files and a bathy (Here Gebco)
|
|
|
|
1 ) From NESTING, you process a normal zoom from global orca files and a bathy (Here Gebco) on namelist:
|
|
|
|
```console
|
|
|
|
&coarse_grid_files
|
|
|
|
parent_coordinate_file = 'coordinates_ORCA12.nc'
|
| ... | ... | @@ -100,7 +100,7 @@ In both cases, you need to need to change the bathymetry file |
|
|
|
/
|
|
|
|
```
|
|
|
|
|
|
|
|
then process your nesting, you will have :
|
|
|
|
then, next to process your nesting binaries, you will have :
|
|
|
|
|
|
|
|
* 1_coordinates_ORCA12.nc
|
|
|
|
* 1_bathy_meter_ORCA12.nc
|
| ... | ... | @@ -137,14 +137,14 @@ Again on NESTING, |
|
|
|
/
|
|
|
|
```
|
|
|
|
|
|
|
|
then process your nesting, you will have :
|
|
|
|
then, reprocess your nesting, you will have :
|
|
|
|
|
|
|
|
* 1_coordinates_ORCA12.nc
|
|
|
|
* 1_bathy_meter_ORCA12.nc
|
|
|
|
|
|
|
|
|
|
|
|
4 )
|
|
|
|
On Domaincfg tools, we use the new bathymetry file, here we can change the rnhmin variable:
|
|
|
|
On Domaincfg tools, we use the new bathymetry file :
|
|
|
|
```
|
|
|
|
ln -s ../NESTING/1_coordinates_ORCA12.nc coordinates.nc
|
|
|
|
ln -s ../NESTING/1_bathy_meter_ORCA12.nc bathy_meter.nc
|
| ... | ... | @@ -159,12 +159,13 @@ ln -s ../NESTING/1_bathy_meter_ORCA12.nc bathy_meter.nc |
|
|
|
nn_msh = 7 ! create (=1) a mesh file or not (=0)
|
|
|
|
rn_hmin = -5. ! min depth of the ocean (>0) or min number of ocean level (<0)
|
|
|
|
```
|
|
|
|
then process it ./make_domain_cfg.exe
|
|
|
|
then, process your domaincfg binary (./make_domain_cfg.exe)
|
|
|
|
you will have the domain_cfg.nc file ....
|
|
|
|
|
|
|
|
|
|
|
|
4')
|
|
|
|
Change the original bathymetry like on step 2)
|
|
|
|
and do like the fourth step
|
|
|
|
|
|
|
|
|
|
|
|
> **Note** : On DOMAINcfg step, you can modify the rnhmin value, to find which level you need to write (if rnhmin have negative value) look on the meshmask file you have and just search on the gdept_1d or gdept_0.
|
| ... | ... | @@ -174,7 +175,7 @@ Change the original bathymetry like on step 2) |
|
|
|
|
|
|
|
_Miscellaneous_:
|
|
|
|
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
<a name="tune-nemo-set-diags"></a>
|
|
|
|
========================
|
| ... | ... | |
| ... | ... | |