CEMPD / SurrogateTools

The Surrogate Tools allow you to manage the creation of large sets of spatial surrogates and also supports merging and gapfilling of surrogates. (only Java components)
https://www.cmascenter.org/sa-tools/
1 stars 4 forks source link

Update Earth Radius in Release Scripts #2

Open zacadelman opened 8 years ago

zacadelman commented 8 years ago

The earth radius needs to be updated in all release scripts to:

OUTPUT_FILE_ELLIPSOID,"+a=6370000.0,+b=6370000.0”

The vector scripts have the ellipsoid set to 6370997. This needs to be updated in the new release ASAP.

dyang02 commented 7 years ago

I saw some libraries still use 6370997, do you think our change will cause any conflicts? /nas01/depts/ie/cempd/apps/sallocator/sa_v4.3_012017> grep 6370997 ////*c src/libs/proj-4.8.0/src/pj_ellps.c:"sphere", "a=6370997.0", "b=6370997.0", "Normal Sphere (r=6370997)", src/libs/proj-4.8.0/src/PJ_mod_ster.c: P->a = 6370997.; src/libs/proj-4.8.0/src/PJ_mod_ster.c: P->a = 6370997.; src/libs/proj-4.8.0/src/PJ_mod_ster.c: P->a = 6370997.;

src/vector_32bits/libs_32bits/proj-4.6.0/src/PJ_mod_ster.c: P->a = 6370997.; src/vector_32bits/libs_32bits/proj-4.6.0/src/PJ_mod_ster.c: P->a = 6370997.; src/vector_32bits/libs_32bits/proj-4.6.0/src/PJ_mod_ster.c: P->a = 6370997.;