ini_data_dir=/nas02/barthele/NEMO
ic_subdir=CONFIG_FILES
nem_grid=ORCA1
ic_files=(
    "clipped_eORCA_R1_coordinates_v1.0.nc => coordinates.nc" 
    "clipped_eORCA1_R1_bathy_meter_v2.1.nc => bathy_meter.nc" 
    "clipped_eORCA_R1_ahmcoef_v1.0.nc => ahmcoef.nc" 
    "clipped_eORCA_R1_maskITF_v1.0.nc => mask_itf.nc" 
    "clipped_eORCA_R1_K1_v1.0.nc => K1rowdrg.nc" 
    "clipped_eORCA_R1_M2_v1.0.nc => M2rowdrg.nc"
    "clipped_runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc"
    "conservative_temperature_WOA13_decav_Reg1L75_clim.nc"
    "absolute_salinity_WOA13_decav_Reg1L75_clim.nc"
    "sss_absolute_salinity_WOA13_decav_Reg1L75_clim.nc"
    "weight_bilinear_360x180-clipped_eORCA1L75_2D.nc"
    "weight_bilinear_360x180-clipped_eORCA1L75_3D.nc"
)
nem_res_hor=$(echo ${nem_grid} | sed 's:ORCA\([0-9]\+\)L[0-9]\+:\1:')
#
forcing_subdir=FORCINGS
nem_forcing_set=DFS5.2
forcing_files=(
    "* => ."
)
#
shared_files=(
    "namelist_ice_lim3_ref => namelist_ice_ref"
    "namelist_ref"
    "domain_def.xml"
    "field_def.xml"
)