hmb1
hmb1
For graphs and data please see : [http://skyglow.ess.uci.edu/hbutowsk/ncclimo_benchmarks.html](http://skyglow.ess.uci.edu/hbutowsk/ncclimo_benchmarks.html) The data I have compiled is repeated below. I had issues with running ncclimo on rhea -in mpi mode the script ncclimo...
@czender I really need to output the intersection grid. whats the best way to do this. I see functions that create or read grids ( **nco_grd_mk()** ) but no functions...
@czender my latest code is on github. Please try the branch **hmb-gen-msh2.** The function nco_msh_mk() outputs three files to the working directory. tst-wrt-in.nc tst-wrt-out.nc tst-wrt-vrl.nc (SCRIP overlap polygons ) example...
if you goto **/home/hbutowsk/data** there is the script ex.sh Output from this script is in the directories Example-a, Example-c, Example-g, Example-h for each Example there's src file tst-wrt-in.nc dst file...
@czender the following (large) polygons are from ne30np4_pentagons.091226.nc - some are not CCW and some are incorrectly ordered. It is challenging to differenciate these from wrapped polygons what is the...
@czender zender Is it OK in SCRIP to have a vertex with 180 degrees - i.e multiple nodes along an edge ? 0.00000000000001,-44.29687500000000,0 0.24967735829372,-44.29687500000000,0 0.25006334521214,-43.50002638146447,0 0.25006334521214,-43.50002638146441,0 0.00000000000001,-43.50002638146956,0
@czender heres the list of large polygons. Please let me know if you think they are valid and should be intersected with target grid. ? There needs to some kind...
@czender Given the above difficulties I think it best for now to forgo converting the source grid longitude type (nco_grd_lon_typ_enm) to the destination longitude type ; if they differ
I made some mods to my code such that after a wrapped cell is split the points are re-ordered so that the first point is leftermost ( the intersection algo...
@czender Checking the map file output ncks. As far I can tell ESMF_RegridWeightGen has no option to output the overlap file. So I guess I should compare the overlap grid...