data.cfg 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. ini_data_dir=/home/ucl/elic/phuot
  2. ic_subdir=CONF_files
  3. nem_grid=ORCA025
  4. ic_files=(
  5. "1_coordinates_shrinked.nc => coordinates.nc"
  6. "1_bathy_meter_shrinked.nc => bathy_meter.nc"
  7. "1_mesh_mask_shrinked.nc => mesh_mask.nc"
  8. "clipped_eORCA_R1_ahmcoef_v1.0.nc => ahmcoef.nc"
  9. "clipped_eORCA_R1_maskITF_v1.0.nc => mask_itf.nc"
  10. "clipped_eORCA_R1_K1_v1.0.nc => K1rowdrg.nc"
  11. "clipped_eORCA_R1_M2_v1.0.nc => M2rowdrg.nc"
  12. "clipped_runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc"
  13. "conservative_temperature_WOA13_decav_Reg1L75_clim.nc"
  14. "absolute_salinity_WOA13_decav_Reg1L75_clim.nc"
  15. "sss_absolute_salinity_WOA13_decav_Reg1L75_clim.nc"
  16. "WEIGHTS/weights_bicub_DFS.nc => weights_bicub_DFS.nc"
  17. "WEIGHTS/weights_bilin_WOA13.nc => weights_bilin_WOA13.nc"
  18. "WEIGHTS/weights_bilin_ORCA1.nc => weights_bilin_ORCA1.nc"
  19. "WEIGHTS/weights_bilin_DFS.nc => weights_bilin_DFS.nc"
  20. "WEIGHTS/weights_bilin_ghflux.nc => weights_bilin_ghflux.nc"
  21. "1_init_gridT_shrinked.nc"
  22. "1_init_gridS_shrinked.nc"
  23. )
  24. nem_res_hor=$(echo ${nem_grid} | sed 's:ORCA\([0-9]\+\)L[0-9]\+:\1:')
  25. #
  26. forcing_subdir=FORCINGS
  27. nem_forcing_set=DFS5.2
  28. forcing_files=(
  29. "* => ."
  30. )
  31. #
  32. shared_files=(
  33. "namelist_ice_lim3_ref => namelist_ice_ref"
  34. "namelist_ref"
  35. "ForXIOS2/domain_def_nemo.xml"
  36. "ForXIOS2/field_def_nemo-opa.xml"
  37. "ForXIOS2/field_def_nemo-lim.xml"
  38. )