Hi,
Here is a new write_mesh.f subroutine for v7p3 that allows the writing of 3D results files in lat/lon.
The modifications are:
- line 127 : NPOIN=MESH%NPOIN replaces by NPOIN=MESH%NPOIN/NPLAN
- lines 128-129 : removal of the 2 calls to cpstvc
Indeed, in 3D, MESH3D contains NPOIN3 while T1 and T2 arrays are allocated for 2D structures and are later filled by NPOIN2 from GEO file.
Agnès, I let you check this fix, maybe this is not the best way to correct this issue, but for me, it works.
Luz, I don't understand how you can have an error in the call to cpstvc with v7p2r2 version, as write_mesh doesn't call it... or maybe elsewhere
In your case, I noticed that the river was not taking into account, you have to uncomment the line PRESCRIBED FLOWRATES in your steering file. Maybe you can also use SCHEME FOR ADVECTION OF VELOCITIES = 14 as you have tidal flats.
Your case works fine for me in v7p2r1 and v7p3r0, both sequential and parallel modes (up to 14 processors).
Regards,
Laurent