diff --git a/.gitmodules b/.gitmodules index 4319b5d63..90d117af9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -35,8 +35,14 @@ branch = develop [submodule "sorc/fv3-jedi"] path = sorc/fv3-jedi - url = https://github.com/jcsda/fv3-jedi.git - branch = develop + # Temporarily forked to RussTreadon-NOAA to pick up the Gaussian-grid read path + # (IOStructuredGrid read/write) and MPI GlobalInterpolator desync fixes. + # TODO: once the NaN guard fix (std::isnan in readVarToStructuredAtlasField) and + # all Gaussian-grid IO changes are merged into jcsda/fv3-jedi develop, restore: + # url = https://github.com/jcsda/fv3-jedi.git + # branch = develop + url = https://github.com/RussTreadon-NOAA/fv3-jedi.git + branch = copilot/debug-segmentation-fault-issue [submodule "sorc/soca"] path = sorc/soca url = https://github.com/NOAA-EMC/soca.git diff --git a/sorc/fv3-jedi b/sorc/fv3-jedi index 3d29a037a..81a8e1c59 160000 --- a/sorc/fv3-jedi +++ b/sorc/fv3-jedi @@ -1 +1 @@ -Subproject commit 3d29a037a3c9acbc8f8c7627f42d6196d9467a9a +Subproject commit 81a8e1c59fc54e03f5921db93ce12b475a259a71