Conversation
correct file name for mesh_zgr section
|
Hi Jan, So I am wondering why did you have trouble with this tool ? On the other hand I also see your changes in cdfio.F90 and I'll take some time to analyse it (other issue) So for the time being, I do not merge your request in order not to break vvl capabilities ! |
|
I think the problem is the need of cdfvFWov to work with sections files only: gridT, gridV, mesh_mask, mesh_hgr and mesh_zgr. For example in my work flow I use cdfclip to specify a section holding 2 lines of data and its convenient to name those something different than e.g. mesh_mask.nc again. Hence, cdfvFWov should open the correct file we provide with the call , specified here: The changes in cdfio.F90 are needed as cdfvFWov uses the getvarxz function to read e3v, that changes with nemo version and I tried to keep the coding conventions. |
|
Ok I got your point ! I go too quickly through your code and skipped the new option -zgr... ` END SUBROUTINE chkenv |
correct file name for mesh_zgr section