Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • comin-0.4.0

    protected
    bc6a0988 · update test references ·
    Release: Release comin-0.4.0
    ### Added
    
    - Child/parent relationship between domains (parent_id, child_id) added. !457
    - Python plugins are now able to import modules in the same directory. !451
    - Add a CHANGELOG. !454
    - Documentation: fix pointer update for multi-timelevel fields
    - Documentation: specify an external microphysics scheme by a ComIn plugin.
    - Documentation: specify gas concentrations for ecRad radiation in a ComIn plugin.
    - User guide: Add section for gathering publications on and with ComIn
    - Update authors file
    - Documentation: update user guide documentation on GPUs. !474
    - Add utility function to convert a variable to an xarray.DataArray (!476)
    - Documentation: Update ComIn standalone setup documentation for Levante (!478)
    - Documentation: ask new users to "star" the Gitlab repo. (!477)
    - Documentation: add WindWaker plugin to applist. (!481)
    
    ### Changed
    
    - Variable lookups for metadata, etc., use hash tables. !462
    - Testing: Reference are written out by the process itself instead of relying on MPI !482
    
    ### Fixed
    
    - add missing include in comin_keyval.cpp !468
    - Error handling if an error occured outside of an entry point in comin. !453
    - Add YAC entrypoints to plugin interface
    - workaround for NVIDIA deep copy problem. !472
    - Fix `number_of_grid_used` descriptive data. !473
    
    ### Removed
    
    - Remove `comin.plugin_finish` from python API. !450
  • comin-0.3.0

    protected Release: Release comin-0.3.0
    Shortlist:
    - support additional datatypes
    - automatic halo synchronization
    - various refactoring
    
    ---
    
    Please note that this release changes the handling of pointers in Fortran plugins. Instead of direct pointer access, a new accessor function has been introduced. See simple_fortran_plugin.
    
    ---
    
    More detailed list:
    
    ComIn library:
    - expose single precision and integer fields
    - expose fields based on grid edges and vertices
    - consolidation: internal data types, meta-data on variable dimensions
    - switch to new C++ STL linked lists. (!483)
    - improved handling of Python virtual environments
    - replaced standalone test program by ComIn's "record and replay" functionality
  • comin-0.2.0

    protected Release: Release comin-0.2.0
    ### Feature Description
    
    - Update to ComIn v0.2.0
    
    **(Selected) new Features of ComIn library v0.2.0:**
    
    - record and replay functionality 
    - GPU support: enable running plugins on GPUs
    - Use YAC in a python plugin 
    - flexible meta-data handling based on C++ STL
    - introduce support for edge based fields, vertex based fields, and half level axis
    - additional meta-data items and descriptive data structures, eg. host model version information in global descr. data
    - improved error handling
    - extended example plugins and documentation
    - Jupyter notebooks with hands-on exercises for ComIn  
      https://gitlab.dkrz.de/icon-comin/comin-training-exercises
  • comin-0.1.1

    protected
    78c4020e · adjust version. ·
    Release: Release comin-0.1.1