source: XIOS/trunk/src/node/domain.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1262   7 years ymipsl backport of rev.1259 in trunk. YM
(edit) @1117   7 years mhnguyen Fixing bug of using *_ref on chaining transformations. +) Correct isEqual …
(edit) @1106   7 years mhnguyen Fixing bug of referencing to an object. +) From now on, two objects of a …
(edit) @1078   7 years mhnguyen Adding rectilinear and curvilinear domain for expand_domain transformation …
(edit) @1064   7 years mhnguyen Auto-distribution of unstructured grid read from a file. + Unstructured …
(edit) @1062   7 years ymipsl Bug fix in interpolation for cell boundaries generation. YM
(edit) @995   7 years mhnguyen Fixing a problem of indexed grid with only one process +) Checking …
(edit) @975   8 years mhnguyen Checking more strictly i_index, j_index of a domain +) Make sure that …
(edit) @974   8 years mhnguyen Ticket 95: Loosening checking condition for lonvalue_1d for rectilinear …
(edit) @971   8 years mhnguyen Correcting the previous commit Test +) On Curie +) Tests pass
(edit) @969   8 years mhnguyen Ticket 111: Loosening the checking condition for domain with data_dim == 1 …
(edit) @968   8 years mhnguyen Improvements: Tighten checking transformation type in xml +) A …
(edit) @953   8 years ymipsl Add gaussian grid support./n YM
(edit) @942   8 years mhnguyen Modifying some checking conditions of domain to be loosen +) Loosen the …
(edit) @935   8 years mhnguyen Adding interface for expand_domain
(edit) @934   8 years mhnguyen Adding new transformation: Compute_connectivity_domain Test +) On Curie …
(edit) @924   8 years oabramkina Parallel version of UGRID norms. The following connectivity parameters …
(edit) @911   8 years mhnguyen Adding an initialization for domain area Test +) On Curie +) Only …
(edit) @906   8 years mhnguyen Fixing bug: Ticket 98 +) Correct the way to distribute index of domain …
(edit) @899   8 years ymipsl Fix remaping for ni_glo=1 or nj_glo=1 YM
(edit) @895   8 years mhnguyen Adding a new transformation: Reduce a domain to an axis Test +) On Curie …
(edit) @893   8 years ymipsl Interpolation : solve issue with indexed mesh definition. YM
(edit) @881   8 years oabramkina Commit for UGRID norms: bad allocations have been taken care of.
(edit) @878   8 years oabramkina Sequential version for UGRID norms. File attribute "convention" has been …
(edit) @847   8 years ymipsl bugfix : automatic generation of 2D regular domain. YM
(edit) @836   8 years mhnguyen Exposing transformation to Fortran interface +) Export zoom and axis …
(edit) @829   8 years mhnguyen Refactoring transformation code +) On exchanging information during …
(edit) @823   8 years mhnguyen Implementing grid destination clone in case of two grid source +) Clone …
(edit) @821   8 years mhnguyen Making some improvements of transformation algorithm +) Correct the way …
(edit) @815   8 years mhnguyen Fixing the bug in ticket 72 +) The distributed axis on client side send …
(edit) @813   8 years ymipsl mask2d domain attribute must reset instead of simply deallocated. YM
(edit) @810   8 years ymipsl Improve generation of boundaries for rectilinear grid YM
(edit) @809   8 years ymipsl Fix problems for interpolation onto regular domain. YM
(edit) @808   8 years ymipsl Fix problem using rectilinear grid from file, or self-generated - Defining …
(edit) @795   8 years mhnguyen Fixng a minor bug +) Remove function that shadows the one of ancestor …
(edit) @789   8 years rlacroix Domain: Remove the domain_src attribute. It was added but was never …
(edit) @785   8 years mhnguyen Allowing each process to retrieve its own distribution with i_index +) …
(edit) @784   8 years mhnguyen Generating Fortran interface for zoom_axis and zoom_domain Test +) On …
(edit) @783   8 years mhnguyen Adding attribute reading of unstructured grid +) Fix a minor bug relating …
(edit) @782   8 years mhnguyen Reading attributes of curvilinear grid from file +) Correct some minor …
(edit) @775   8 years mhnguyen Implementing the reading of attributes of an axis from a file +) 3d grid …
(edit) @772   9 years rlacroix Axis/Domain?: Use the new infrastructure to get the output name.
(edit) @764   9 years rlacroix Fix the buffer size estimation to avoid requests for unexpected buffers.
(edit) @763   9 years rlacroix Fix: Deadlocks could occur depending on the zoom configuration.
(edit) @762   9 years rlacroix Domain: Fix some error messages to reference the correct function.
(edit) @761   9 years rlacroix Fix: Longitudes, latitutes and their bounds were incorrect when using a …
(edit) @760   9 years rlacroix Fix: The domain indexes were sometimes not sent when they should have …
(edit) @754   9 years rlacroix Fix the buffer size estimation when using axis/domain bounds. The number …
(edit) @747   9 years rlacroix Fix the inherited name for axis/domains with reference in some cases. …
(edit) @743   9 years mhnguyen Processing pole of rectangular grid with latitude = 90 +) Use average …
(edit) @734   9 years mhnguyen Correcting a bug concerning the range of longitude and latitude of …
(edit) @731   9 years rlacroix Correctly estimate the needed buffer sizes. The attributes were not …
(edit) @727   9 years mhnguyen Add more attributes to generate_rectilinear_domain +) Longitude and …
(edit) @720   9 years mhnguyen First implementation of hierarchical distributed hashed table +) …
(edit) @715   9 years mhnguyen Temporary modification of auto-generate domain. This should be changed to …
(edit) @691   9 years mhnguyen Correcting minor bugs after merging Test +) On Curie +) All tests pass
(edit) @689   9 years mhnguyen Modifying the interface of interpolation domain +) Change node name from …
(edit) @688   9 years mhnguyen Integrating remap library into XIOS +) Change name of some files of remap …
(edit) @687   9 years mhnguyen Implementing auto-generate rectilinear domain +) Add a new special …
(edit) @679   9 years rlacroix Improve the error messages for axis and domains. - Fix some errors in …
(edit) @678   9 years rlacroix Relax some checks on domain attributes to allow empty local domains.
(edit) @676   9 years rlacroix Add support for indexed output. If the new field attribute …
(edit) @675   9 years rlacroix Fix mask for domains after r664. Using 2D mask caused an incorrect error …
(edit) @671   9 years rlacroix Avoid using C++11 feature for now.
(edit) @668   9 years mhnguyen Implementing some code factoring +) Replace some slow searching function …
(edit) @667   9 years mhnguyen Clearing some redundant codes and add some comments Test No
(edit) @666   9 years mhnguyen Change name of several axis attributes and remove some redundant variable …
(edit) @665   9 years mhnguyen Changing longitude and latitude (as well as their bounds) be optional +) …
(edit) @664   9 years mhnguyen Changing some domain attributes +) Longitude and latitude from now on can …
(edit) @663   9 years mhnguyen Correcting minor bugs on processing domain transformation +) Correct …
(edit) @660   9 years mhnguyen Adding interpolation test_remap +) Add new test case for domain …
(edit) @657   9 years mhnguyen Making changes in domain to make sure unstructed grid work with new method …
(edit) @635   9 years rlacroix Domain: Fix the initialization of some member variables. This could cause …
(edit) @633   9 years mhnguyen Correcting value written on an distributed axis +) Seperate writing value …
(edit) @631   9 years mhnguyen Implementing zooming on a domain +) Add algorithm to do zooming on a …
(edit) @622   9 years mhnguyen Final testing transfomation algorithm: inverse axis (local commit) +) …
(edit) @611   9 years rlacroix Improve CF compliance: Add a new domain attribute "area". Fixes ticket …
(edit) @610   9 years rlacroix Domain initialization: Reduce communications and simplify the code.
(edit) @595   9 years rlacroix Allow using more servers than clients. This will be useful later when …
(edit) @594   9 years rlacroix Change the definition of non distributed axis and domain. Axis and domain …
(edit) @591   9 years rlacroix Remove leftovers from the XMLIO age.
(edit) @585   9 years mhnguyen Modifying some functions to make sure zoom working even with grid not …
(edit) @584   9 years mhnguyen Implementing new hash algorithm and fixing bug related to zoom +) Replace …
(edit) @569   9 years mhnguyen Correct some bugs on discovering server index and do some code cleanings …
(edit) @553   9 years mhnguyen Seperating global index computation on client and server side +) Create a …
(edit) @551   9 years mhnguyen Redesigning grid structure +) Add an intermediate class to calculate …
(edit) @540   9 years mhnguyen Reorganizing structure of grid +) Grid doesn't have domain_ref and …
(edit) @518   9 years mhnguyen Fixing bug of automatic dection of buffer size +) Split sending of …
(edit) @509   9 years mhnguyen Implementing buffer size auto-detection for mode client -server +) …
(edit) @501   10 years ymipsl Add licence copyright to all file ond directory src using the command : …
(edit) @493   10 years ymipsl Cleaning spurious output on stdout YM
(edit) @479   10 years ymipsl Typographic correction YM
(edit) @467   10 years ymipsl Add functionnalities for reduced gaussian grid support. YM
(edit) @456   10 years ymipsl Longitude and latitude value are now initialized to 0 in order to avoid to …
(edit) @449   11 years ymipsl Add unstructured grid management. YM
(edit) @435   11 years ymipsl enhancement : error message more explicit with non compliant mask size YM
(edit) @421   11 years ymipsl suppress warning due to french accents -> english traduction of error …
(edit) @407   11 years ymipsl suppress print line YM
(edit) @384   12 years ymipsl Cartesian/Regular? grid are now working correctly. YM
(edit) @380   12 years ymipsl cleaning some output YM
Note: See TracRevisionLog for help on using the revision log.