Open rsdunlapiv opened 2 years ago
would be nice for debugging and as a tool for converting to other grid. this work may have to figure out priorities with either time/clock management.
also need utilities to convert different file format into ESMF mesh. this is higher priority because CESM may require this. In May ticket, we may have gotten few tickets from CESM to do this.
@oehmke feels that writing in serial shouldn't be too hard, but there is probably more to work out in terms of writing in parallel.
@uturuncoglu notes that there is already a function to write ESMF mesh files to VTK. @oehmke noted some big ways that this differs from the writing to netCDF (each processor writes its own piece to a text file, and those files are then merged back together)... but could at least look at that for some inspiration.
As an example ticket for converting other grid files to mesh, see https://github.com/esmf-org/esmf-support/issues/105
Could be a candidate for version 8.7 depending on the priority list.