Skip to main content
Ctrl+K
DKRZ Documentation  documentation - Home
  • Documentation
  • Blog
  • News
  • Home Page
  • Documentation
  • Blog
  • News
  • Home Page
Ctrl+K

Section Navigation

  • Getting started at DKRZ
    • Getting a user account
      • DKRZ user account
      • CERA user account
      • ESGF user account
      • Shared user account
      • Workshop accounts
    • Resource allocation
    • User Support
      • Help Desk
      • Data Support - Data Management
      • Training
        • Program Analysis and Tools Workshop
        • Training on DKRZ’s HPC systems (mistral, HPSS and cloud)
        • Introduction to DKRZ’s HLRE-3 system Mistral
    • Multi-Factor-Authentication
    • Terms of use
  • Levante HPC system
    • Configuration
    • Access and Environment
    • File Systems
      • Fast Lustre File System find and disk usage Tools
    • Developing and Using Scientific Software
      • Compiling and Linking
      • Debugging
      • Building your own package: spack
      • Python
      • GPU Programming
    • Running Jobs with Slurm
      • Slurm Introduction
      • Partitions and Limits
      • Example Batch Scripts
      • Runtime Settings
      • Using GPU nodes
      • Accounting and Priorities
      • Slurm Binding Website
    • Data Processing on Levante
    • Data Transfer
      • uftp (Unicore FTP)
      • Data Transfer with Globus
    • Remote file system
    • Known issues
    • Containers
      • Singularity
  • Data Storage
    • HPC System Storage
    • Versity HSM System (tape archive)
      • Migration FAQ
      • Getting started
      • StrongLink-to-Versity
      • Data Transfer
      • ATLAS WebUI
      • ATLAS CLI (atlas)
        • atlas acl
        • atlas chmod
        • atlas chown
        • atlas checksum
        • atlas completion
        • atlas cp
        • atlas download
        • atlas favorites
        • atlas jobs
        • atlas language
        • atlas ls
        • atlas lsar
        • atlas mv
        • atlas quota
        • atlas release
        • atlas resources
        • atlas retention
        • atlas rm
        • atlas search
        • atlas stage
        • atlas tag
        • atlas upload
      • Search
      • Metadata and Tags
      • (un)packems
      • Changelog of the Documentation
    • Swift Object Storage
      • Swiftbrowser
      • Python-swiftclient
    • S3 Object Storage
      • Storage Access
  • Software & Services
    • Jupyterhub
      • Overview
      • Quick Start
      • Spawner options
      • Remote Desktops
      • Kernels
      • Lab Extensions
      • Changelog
    • Gitlab
      • Gitlab-runner
    • Redmine
    • Data Science Services
      • Machine Learning on Levante
    • ModVis
    • ClusterCockpit
  • Data Services
    • Data Management Planning
    • Finding & Accessing Data
      • /pool/data user projects
      • ECMWF Reanalysis Products
      • Freva instances available at DKRZ
      • Freva
      • Do you need Data?
    • Processing & Analysing
    • Publishing & Dissemination
      • Data Preparation and Quality Checking
      • ESGF publication
      • Publication at WDCC
    • Archiving & Preserving
  • Visualization
    • ParaView
      • ParaView on Levante
      • Paraview Examples
        • Create an image of sea surface speeds
        • Display clouds as a semi-transparent overlay
        • Create isosurfaces of ocean current speed
        • Create a multi-variable image / animation from a coupled ice sheet - climate simulation
        • Prepare a regional land and ocean map background
        • Streamline seeding in vector data
        • Volume rendering of (NARVAL II) ICON data
        • Isosurfaces and isocontours in regular lat-lon data
      • DKRZ ParaView tutorial document
      • The Paraview main screen
      • Camera and perspective
        • Set the background (color/gradient)
        • Camera: Follow Path
        • Camera: Orbit
        • Switch to camera parallel projection
        • Camera: Interpolate camera locations
        • Set the view size
      • Colormaps
        • Hack the color map:
        • Chose a different colormap
        • Invert the Colormap
        • Adjust the color bar and its legend
        • Rescale the colormap to a custom range
        • Save the colormap as a preset
        • Adjust the color map for a transparent display of clouds
      • Export
        • Export an animation
        • Saving animations and screenshots
      • Filters
        • Combine files with AppendAttributes
        • Extrude a land surface based on topography
        • Apply a calculator to convert u and v into speed
        • Check if you have cell or point data
        • Use the contour filter to display isolines
        • Using an earth texture as background
        • Extrusion of topography and bathymetry
        • Compute isosurfaces from the point data
        • Add an image as texture (plane) in the background
        • Add an image as texture on a sphere
        • Use a threshold to get rid of missing missing values in ICON Ocean
        • NetCDF: Date and time annotation
      • Light
        • Deactivate the light kit
      • Readers
        • Load NEMO 3D data with the netCDF CF reader
        • The NetCDF CF reader
        • Load 2D ICON data with the CDI reader
        • Load 3D ICON Ocean data in Paraview
        • Pre-Processing for a multi-variable image / animation
      • Rendering Techniques
        • Use bump-mapping to composite current speed and SST
      • Technical
        • Adjust / check the camera controls
        • Open the Paraview settings
        • Activate the CDI reader plugin
        • Make Paraview save a state on quitting or crashing
        • Automating visualizations in ParaView with PvBatch
        • Save a state file
    • Python
    • NCL
      • NCL examples
    • PyNGL
    • GrADS
  • Documentation For Users
  • Versity HSM System (tape archive)
  • Search

Search#

file version: 8 Jul 2026

Introduction#

ATLAS lets you search for files using basic metadata (uid, size, path, …), netCDF metadata and tags. This can be done via the WebGUI and via the atlas CLI.

Running a search#

If you want to search your archived data, which is probably the default, please select the hsm resource on the left and then click in the search field at the top right.

ATLAS WebGUI: file browser view with ``hsm``
ATLAS WebGUI: define your search query
ATLAS WebGUI: run search and obtain results

If you wish to run your search on the terminal, you can use the WebGUI as a graphical query builder and copy the search query afterwards (top; directly below “Search Results”):

ATLAS WebGUI: copy the search query

Run the search via the terminal:

$ atlas search --resource hsm "scoutfs.path LIKE %INDEX.txt% AND scoutfs.uid = 25301 AND scoutfs.path LIKE %bm0146%"
PATH                                              SIZE   OWNER    TYPE  MTIME
hsm/arch/bm0146/k202158/packems_test_1/INDEX.txt  10.6K  k204221        2026-04-25 22:03
hsm/arch/bm0146/k204221/iow/INDEX.txt             1.2M   k204221        2025-10-16 20:43
hsm/arch/bm0146/k204221/iow2/INDEX.txt            1.2M   k204221        2025-12-03 19:45
hsm/arch/bm0146/k40221/INDEX.txt                  1.5K   k204221        2021-10-17 12:41

4 of 4 results shown

WebGUI: Select search results#

Select search results and click an action such as “copy”.

ATLAS CLI: use search results as input in other commands#

Run the search

$ atlas search --resource hsm "scoutfs.path LIKE %INDEX.txt% AND scoutfs.uid = 25301 AND scoutfs.path LIKE %bm0146%"
PATH                                              SIZE   OWNER    TYPE  MTIME
hsm/arch/bm0146/k202158/packems_test_1/INDEX.txt  10.6K  k204221        2026-04-25 22:03
hsm/arch/bm0146/k204221/iow/INDEX.txt             1.2M   k204221        2025-10-16 20:43
hsm/arch/bm0146/k204221/iow2/INDEX.txt            1.2M   k204221        2025-12-03 19:45
hsm/arch/bm0146/k40221/INDEX.txt                  1.5K   k204221        2021-10-17 12:41

4 of 4 results shown

Removed first row (tail -n +2), remove last two rows (head -n -2) and select the left column.

$ atlas search --resource hsm "scoutfs.path LIKE %INDEX.txt% AND scoutfs.uid = 25301 AND scoutfs.path LIKE %bm0146%" | tail -n +2 | head -n -2 | awk '{ print $1 }'
hsm/arch/bm0146/k202158/packems_test_1/INDEX.txt
hsm/arch/bm0146/k204221/iow/INDEX.txt
hsm/arch/bm0146/k204221/iow2/INDEX.txt
hsm/arch/bm0146/k40221/INDEX.txt

Use the output of search as input but the newlines need to be replaced by spaces

$ atlas tag set --name testT --value 42 `atlas search --resource hsm "scoutfs.path LIKE %INDEX.txt% AND scoutfs.uid = 25301 AND scoutfs.path LIKE %bm0146%" | tail -n +2 | head -n -2 | awk '{ print $1 }' | tr '\n' ' '`
Set tag testT=42 on hsm/arch/bm0146/k202158/packems_test_1/INDEX.txt
Set tag testT=42 on hsm/arch/bm0146/k204221/iow/INDEX.txt
Set tag testT=42 on hsm/arch/bm0146/k204221/iow2/INDEX.txt
Set tag testT=42 on hsm/arch/bm0146/k40221/INDEX.txt
On this page
  • Introduction
  • Running a search
  • WebGUI: Select search results
  • ATLAS CLI: use search results as input in other commands
Imprint and Privacy Policy

© Copyright Deutsches Klimarechenzentrum GmbH.

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.15.4.