programs.cfg 1.3 KB

123456789101112131415161718192021222324252627282930
  1. module_list="releases/2018b netCDF-Fortran/4.4.4-intel-2018b"
  2. extralibs_list=""
  3. # -----------------------------------------------------------------------------
  4. # *** NEMO/LIM configuration
  5. # -----------------------------------------------------------------------------
  6. nemo_src_dir=${HOME}/modeles/nemo/NEMO_DEV
  7. shared_dir=${nemo_src_dir}/CONFIG/SHARED
  8. nem_exe_file=${nemo_src_dir}/CONFIG/${nem_config_name}/BLD/bin/nemo.exe
  9. nem_numproc=140
  10. # -----------------------------------------------------------------------------
  11. # *** XIOS configuration
  12. # -----------------------------------------------------------------------------
  13. xio_exe_file=${nemo_src_dir}/EXTERNAL/xios-1.0/bin/xios_server.exe
  14. xio_numproc=4
  15. # -----------------------------------------------------------------------------
  16. # *** ice sheet configuration
  17. # -----------------------------------------------------------------------------
  18. name_icesheet_model="fETISh" # only "fETISh" will be recognized
  19. icesheet_src_dir=${nemo_src_dir}/EXTERNAL/isfcpl_scripts
  20. icesheet_call="./launchjob_Lemaitre3_fETISh_compiled.sh"
  21. icesheet_init_geom_file="fETISH_8km_geometry_init.nc"
  22. # icesheet_modules="matlab/R2019a"
  23. pp_icesheet_to_nemo_call="python pp_fetish_toclust_nomovfront.py"
  24. pp_nemo_to_icesheet_call="python pp_nemo_to_fetish_cluster.py"