produce tile nc4 file while skipping land params generation - #1495
produce tile nc4 file while skipping land params generation#1495weiyuan-jiang wants to merge 7 commits into
Conversation
| bin/mkLatLonRaster.x -x {NX} -y {NY} -b DE -p PE -t 0 {IMO} {JMO} >/dev/null | ||
| bin/CombineRasters.x -f 0 -t {NT} DE{IMO}xPE{JMO} Pfafstetter >/dev/null | ||
| bin/CombineRasters.x -t {NT} DC{IM}xPC{JM} DE{IMO}xPE{JMO}-Pfafstetter | ||
| setenv OMP_NUM_THREADS 1 |
There was a problem hiding this comment.
This may have duplicated the computation
|
There is nonzero diff for elevation variable. The orignal Nc4 file get raster_id from the memory but the TileFile_ASCII_to_Nc4 reads it from raster file, which leads to nonzero diff |
|
For me for v14 for these resolutions I also tried option of full run and that works as before. @weiyuan-jiang did you try to run |
|
@biljanaorescanin @gmao-rreichle I have moved the lake_type to MAPL. So the PR needs this one from MAPL . Also, please note that I changed -9999 to MAPL_UNDEFINED_INTEGER to make it consistent with other integer types. Would this change be acceptable ? @lcandre2 |
No description provided.