Hello
This configuration depends solely on the way you generated the mesh.
TPXO needs these information to convert the coordinates of your mesh to Lat x Lon, in order to find the appropriate data to use in your mesh. If your mesh is already in Lat x Lon, then no conversion is needed, otherwise TPXO will use the ZONE NUMBER IN GEOGRAPHIC SYSTEM to correctly convert the coordinates to Lat x Lon.
First you have to know the GEOGRAPHIC SYSTEM, that will be one of the following:
'0="DEFINED BY USER"';
'1="WGS84 LONGITUDE/LATITUDE IN REAL DEGREES"';
'2="WGS84 NORTHERN UTM"';
'3="WGS84 SOUTHERN UTM"';
'4="LAMBERT"';
'5="MERCATOR FOR TELEMAC"'
The ZONE NUMBER IN GEOGRAPHIC SYSTEM will depend on the previous configuration:
- If the GEOGRAPHIC SYSTEM is 1 (WGS84 LONGITUDE/LATITUDE IN REAL DEGREES), then the zone number will not be used.
- If the GEOGRAPHIC SYSTEM is 2 or 3, then the zone number is the number of the UTM zone (attachment). In your case the GEOGRAPHIC SYSTEM would be 2 and the ZONE NUMBER IN GEOGRAPHIC SYSTEM would be 19.
- If the GEOGRAPHIC SYSTEM is 4 then the zone number is one of the file values listed corresponding to each Lambert projection.
- I don't know what convention is the "MERCATOR FOR TELEMAC" system. Someone else has to answer that.
What you have to do is to find out what coordinate system your mesh is on and supply the correct value for the keywords.
Best regards,
Phelype