1 |
Supplementary code mods sets for alternate verification tests |
2 |
that involve additional code mods. The tests here are designed to check that |
3 |
cube tilings that have multiple tiles per cube face and that have |
4 |
missing tiles for all land regions are working OK. |
5 |
|
6 |
Code mods are in addition to the base mods in code/, i.e. they are applied in genmake2 together |
7 |
using a command such as |
8 |
% ../../../tools/genmake2 -mods="../code_alt/code.176t_8x4 ../code" |
9 |
|
10 |
Directories |
11 |
code.12t_32x16 :: Same as base but with 12 tiles each of 32x16 |
12 |
|
13 |
code.192t_8x4 :: Same as base but with 192 tiles each of 8x4 |
14 |
|
15 |
code.176t_8x4 :: Same as base but with 176 tiles each of 8x4. This |
16 |
:: case has dropped the 8x4 tiles that are |
17 |
:: all land in bathy_Hmin50.bin. |
18 |
|
19 |
The modified "ini_masks_etc.F" in code.192t_8x4/ was used to generate |
20 |
the list of all land tiles for code.176t_8x4/. This list is used by the |
21 |
utils/exch2/matlab_topology_generator/driver.m program. The "driver.m" |
22 |
program reads an optional file "blanklist.txt" that lists tiles that |
23 |
are blank in the full tile case. The topology files (W2_EXCH2_TOPOLOGY.h |
24 |
and w2_e2setup.F) that are generated are then missing thise tiles. |