data.cfg 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. ini_data_dir=/scratch/barthele/NEMO
  2. ic_subdir=CONFIG_FILES
  3. nem_grid=ORCA1L75
  4. ic_files=(
  5. "clipped_eORCA_R1_coordinates_v1.0.nc => coordinates.nc"
  6. "clipped_eORCA1_R1_bathy_meter_v2.1.nc => bathy_meter.nc"
  7. "clipped_eORCA_R1_ahmcoef_v1.0.nc => ahmcoef.nc"
  8. "clipped_eORCA_R1_maskITF_v1.0.nc => mask_itf.nc"
  9. "clipped_eORCA_R1_K1_v1.0.nc => K1rowdrg.nc"
  10. "clipped_eORCA_R1_M2_v1.0.nc => M2rowdrg.nc"
  11. "clipped_runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc"
  12. "conservative_temperature_WOA13_decav_Reg1L75_clim.nc"
  13. "absolute_salinity_WOA13_decav_Reg1L75_clim.nc"
  14. "sss_absolute_salinity_WOA13_decav_Reg1L75_clim.nc"
  15. "weight_bilinear_360x180-clipped_eORCA1L75_2D.nc"
  16. "weight_bilinear_360x180-clipped_eORCA1L75_3D.nc"
  17. )
  18. nem_res_hor=$(echo ${nem_grid} | sed 's:ORCA\([0-9]\+\)L[0-9]\+:\1:')
  19. #
  20. forcing_subdir=FORCINGS
  21. nem_forcing_set=DFS5.2
  22. forcing_files=(
  23. "* => ."
  24. )
  25. #
  26. shared_files=(
  27. "namelist_ice_lim3_ref => namelist_ice_ref"
  28. "namelist_ref"
  29. "domain_def.xml"
  30. "field_def.xml"
  31. )