...
The main script is called "findtopo" and is currently only available currently available on the internal servers of the ESCER Center as well as on Rorqual.
The script will execute part of the GEM model, so it is not very fast.needs the model environment!
Usage
To use the tool one first has to:
- Go into the directory which contains the file 'gem_settings.nml'.
- Set the model environment with, for example:
511 - Execute the script with:
findtopo
Make When on the UQAM servers make sure you are using this script: /envi/RPN_tools/bin/findtopo!!!
Input keys
The script accepts the following input keys:
| Key | Description |
|---|---|
| gemnml | Name of namelist file; default: 'gem_settings.nml' |
| minx | Minimum number of tiles to use in x-direction; default: 8 |
| miny | Minimum number of tiles to use in y-direction; default: 8 |
| mincores | Minimum number of total cores to be used; default: 192 |
| maxcores | Maximum number of total cores to be used; default: 1152 |
| corespernode | Number of cores per node; default: 192 |
| maxwaste | Maximum number of cores that can get wasted; default 0 |
| mintilex | Minimum number of points per tile in x-direction; default: 20 |
| mintiley | Minimum number of points per tile in y-direction; default: 20 |