Skip to content

Commit

Permalink
Revert "Update build_nceplibs.sh"
Browse files Browse the repository at this point in the history
This reverts commit 8b357e0.
  • Loading branch information
Natalie Perlin authored and Natalie Perlin committed Oct 12, 2023
1 parent 8b357e0 commit df607ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/build_nceplibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ if [[ "$name" == "crtm" ]]; then
mkdir -p $prefix/fix
find ./crtm_fix-${install_as} -type f \( -path '*/Big_Endian/*' -o -path '*/netcdf/*' -o -path '*/netCDF/*' \) -not -path '*/Little_Endian/*' -exec cp -p {} $prefix/fix \;
mv $prefix/fix/amsua_metop-c.SpcCoeff.bin $prefix/fix/amsua_metop-c.SpcCoeff.noACC.bin
cp -p ./crtm_fix-${install_as}/fix/SpcCoeff/Little_Endian/amsua_metop-c_v2.SpcCoeff.bin $prefix/fix/amsua_metop-c.SpcCoeff.bin
cp -p ./crtm_fix-${install_as}/SpcCoeff/Little_Endian/amsua_metop-c_v2.SpcCoeff.bin $prefix/fix/amsua_metop-c.SpcCoeff.bin
fi
fi
fi
Expand Down

0 comments on commit df607ef

Please sign in to comment.