Update Hands on ICON data analysis for beginners authored by Dian Putrasahan's avatar Dian Putrasahan
...@@ -553,6 +553,8 @@ eeriecat=https://raw.githubusercontent.com/eerie-project/intake_catalogues/main/ ...@@ -553,6 +553,8 @@ eeriecat=https://raw.githubusercontent.com/eerie-project/intake_catalogues/main/
- `query_yaml -c ${rubycat} cmip7 slo1826 atm_2d_ml --var t_2m --cdo` gives path to data - `query_yaml -c ${rubycat} cmip7 slo1826 atm_2d_ml --var t_2m --cdo` gives path to data
- `cdo showtimestamp $(query_yaml -c ${rubycat} cmip7 slo1826 atm_2d_ml --var t_2m --cdo | head -n 1)` gives the date time stamps in the first file, indicating the output frequency
> **Sapphire** > **Sapphire**
- `query_yaml -c ${sappcat} ICON` will list only ICON-Sapphire simulations that are part of the general catalogue. Note that this is from NextGEMS cycle3 onwards. - `query_yaml -c ${sappcat} ICON` will list only ICON-Sapphire simulations that are part of the general catalogue. Note that this is from NextGEMS cycle3 onwards.
... ...
......