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 in branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/TOOLS/RK_PARTITION – NEMO

source: branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/TOOLS/RK_PARTITION/README @ 4469

Last change on this file since 4469 was 4407, checked in by trackstand2, 10 years ago

Update of partitioner readme file

File size: 997 bytes
Line 
1This tool can be used to generate a domain decomposition using recursive k-section
2partitioning. The decomposition is written to file and may subsequently be hand-edited
3for fine tuning.
4
5Requirements: Bathymetry of model domain in bathy_levels.nc;
6              NEMO namelist file describing the job you want to run (principally to
7              get the z-coordinate options).
8
9Run make_partition.exe -h to get a list of the available flags.
10
11The new partition is written in ASCII to partition.dat.new. To use this in (this version
12of) NEMO move it to your run directory and rename it to partition.dat. Edit the namelist file
13and in the nampp section add:
14
15nn_readpart =   .TRUE.
16
17The NEMO run will then use the partition in partition.dat - you must ensure that the job
18uses the same no. of MPI processes as you specified when creating the partition!
19
20Any requests for help/new functionality to andrew.porter@stfc.ac.uk
21
22This tool was created as a part of the (UK) HECToR dCSE project FINISS.
Note: See TracBrowser for help on using the repository browser.