Hi NCAR paleo friends,
Recently I am using the NCAR paleotoolkit to create a binary KMT file from a .nc one.
I used this code:
github.com
However, when I look at Line 37, this code seems to skip one horizontal row of the .nc file when writing to a binary file. The record length is also shortened accordingly at Ln.39. This seems a bit odd, but perhaps there is a simple reason for this. Could somebody explain? Just want to make sure that everything is built correctly on my end.
Cheers,
Minmin
Recently I am using the NCAR paleotoolkit to create a binary KMT file from a .nc one.
I used this code:
paleoToolkit/gridkmt_nc2bin.f90 at master · CESM-Development/paleoToolkit
paleo tools for cesm. Contribute to CESM-Development/paleoToolkit development by creating an account on GitHub.
However, when I look at Line 37, this code seems to skip one horizontal row of the .nc file when writing to a binary file. The record length is also shortened accordingly at Ln.39. This seems a bit odd, but perhaps there is a simple reason for this. Could somebody explain? Just want to make sure that everything is built correctly on my end.
Cheers,
Minmin