# This config file can be used with:
#  ./create-basic-ec-earth-cmip6-nemo-namelist.py config-create-basic-ec-earth-cmip6-nemo-namelist

ece2cmor_root_directory         = '~/cmorize/ece2cmor3/'

# Note that the ping files are not yet available within ec-earth3 trunk, so you need the Shaconemo repository
# or the Shaconemo vendor branch of the ec-earth3 repository: ^/ecearth3/vendor/nemo/shaconemo/ORCA1_LIM3_PISCES/EXP00/
#ping_file_name_ocean           = '~/cmorize/shaconemo/ORCA1_LIM3_PISCES/EXP00/ping_ocean_DR1.00.27.xml'
#ping_file_name_seaIce          = '~/cmorize/shaconemo/ORCA1_LIM3_PISCES/EXP00/ping_seaIce_DR1.00.27.xml'
#ping_file_name_ocnBgchem       = '~/cmorize/shaconemo/ORCA1_LIM3_PISCES/EXP00/ping_ocnBgChem_DR1.00.27.xml'
#field_def_file_directory       = '~/cmorize/shaconemo/ORCA1_LIM3_PISCES/EXP00/'
ping_file_name_ocean            = '~/ec-earth-3/trunk/runtime/classic/ctrl/ping_ocean_DR1.00.27.xml'
ping_file_name_seaIce           = '~/ec-earth-3/trunk/runtime/classic/ctrl/ping_seaIce_DR1.00.27.xml'
ping_file_name_ocnBgchem        = '~/ec-earth-3/trunk/runtime/classic/ctrl/ping_ocnBgChem_DR1.00.27.xml'
field_def_file_directory        = '~/ec-earth-3/trunk/runtime/classic/ctrl/'

# These files can be generated by calling: ./create-nemo-only-list/create-nemo-only-list.sh :
nemo_only_dr_nodummy_file_xlsx  =  ece2cmor_root_directory + "ece2cmor3/scripts/create-nemo-only-list/nemo-only-list-cmip6-requested-variables.xlsx"
nemo_only_dr_nodummy_file_txt   =  ece2cmor_root_directory + "ece2cmor3/scripts/create-nemo-only-list/nemo-only-list-cmip6-requested-variables.txt"

# These files are created by this script, but lateron also read by this script:
basic_flat_file_def_file_name   =  ece2cmor_root_directory + "ece2cmor3/resources/xios-nemo-file_def-files/basic-flat-cmip6-file_def_nemo.xml"
basic_file_def_file_name        =  ece2cmor_root_directory + "ece2cmor3/resources/xios-nemo-file_def-files/basic-cmip6-file_def_nemo.xml"


