123456789101112131415161718192021222324252627282930 |
- module_list="releases/2018b netCDF-Fortran/4.4.4-intel-2018b"
- extralibs_list=""
- # -----------------------------------------------------------------------------
- # *** NEMO/LIM configuration
- # -----------------------------------------------------------------------------
- nemo_src_dir=${HOME}/modeles/nemo/NEMO_DEV
- shared_dir=${nemo_src_dir}/CONFIG/SHARED
- nem_exe_file=${nemo_src_dir}/CONFIG/${nem_config_name}/BLD/bin/nemo.exe
- nem_numproc=140
- # -----------------------------------------------------------------------------
- # *** XIOS configuration
- # -----------------------------------------------------------------------------
- xio_exe_file=${nemo_src_dir}/EXTERNAL/xios-1.0/bin/xios_server.exe
- xio_numproc=4
- # -----------------------------------------------------------------------------
- # *** ice sheet configuration
- # -----------------------------------------------------------------------------
- name_icesheet_model="fETISh" # only "fETISh" will be recognized
- icesheet_src_dir=${nemo_src_dir}/EXTERNAL/isfcpl_scripts
- icesheet_call="./launchjob_Lemaitre3_fETISh_compiled.sh"
- icesheet_init_geom_file="fETISH_8km_geometry_init.nc"
- # icesheet_modules="matlab/R2019a"
- pp_icesheet_to_nemo_call="python pp_fetish_toclust_nomovfront.py"
- pp_nemo_to_icesheet_call="python pp_nemo_to_fetish_cluster.py"
|