Skip to content

Commit

Permalink
updated ceda config for roocs.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed May 16, 2023
1 parent 3aa17b2 commit 9125755
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions roles/roocs/templates/roocs.ceda.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,56 @@ base_dir = /gws/nopw/j04/cp4cds1_vol1/data/c3s-cmip5
[project:c3s-cmip6]
base_dir = /badc/cmip6/data/CMIP6

[project:c3s-cmip6-decadal]
project_name = c3s-cmip6-decadal
base_dir = /badc/cmip6/data/CMIP6
is_default_for_path = True
# these may need to be changed
file_name_template = {__derive__var_id}_{table_id}_{source_id}_{experiment_id}_r{realization_index}i{initialization_index}p{physics_index}f{forcing_index}_{grid_label}{__derive__time_range}{extra}.{__derive__extension}
attr_defaults =
table_id:no-table
source_id:no-model
experiment_id:no-expt
realization_index:X
initialization_index:X
physics_index:X
forcing_index:X
grid_label:no-grid
facet_rule = mip_era activity_id institution_id source_id experiment_id member_id table_id variable_id grid_label version
mappings =
project:mip_era
use_catalog = True
data_node_root = https://data.mips.copernicus-climate.eu/thredds/fileServer/esg_c3s-cmip6/

[project:c3s-cordex]
base_dir = /gws/nopw/j04/cp4cds1_vol1/data/c3s-cordex

[project:c3s-ipcc-atlas]
base_dir = /mnt/lustre/work/ik1017/C3SATLAS/data/c3s-ipcc-ar6-atlas
use_inventory = True
use_catalog = True
is_default_for_path = True
file_name_template = {__derive__var_id}_{project}_{experiment}_{time_frequency}_{__derive__time_range}{extra}.{__derive__extension}
attr_defaults =
time_frequency:no-freq
experiment:no-expt
facet_rule = variable project experiment time_frequency
mappings =
project:project_id
data_node_root = https://data.mips.copernicus-climate.eu/thredds/fileServer/esg_c3s-ipcc-atlas/

[dachar:store]
store_type = elasticsearch

[elasticsearch]
endpoint = elasticsearch.ceda.ac.uk
port = 443
fix_store = c3s-roocs-fix
fix_proposal_store = c3s-roocs-fix-prop

[catalog]
#intake_catalog_url = https://raw.githubusercontent.com/cp4cds/c3s_34g_manifests/master/intake/catalogs/c3s.yaml

[clisops:write]
output_staging_dir = /gws/smf/j04/cp4cds1/c3s_34e/rook_prod_cache

0 comments on commit 9125755

Please sign in to comment.