config_ORCA1_L46_v36_LIM2_voima.sh 594 B

123456789101112131415161718192021
  1. #!/bin/bash
  2. #==========================================================
  3. #
  4. # Configuration file for
  5. #
  6. # OCEAN MONITORING for NEMO v3.6 ORCA1 on 46 levels and LIM2
  7. #
  8. # HPC: voima.fmi.fi
  9. #
  10. # L. Brodeau, 2015
  11. #
  12. #===========================================================
  13. . ./configs/config_ORCA1_L46_v36_voima.sh
  14. # LIM2 exceptions
  15. export NN_ICEF="ice_pres" ; # name of ice fraction in "FILE_ICE_SUFFIX" file...
  16. export NN_ICET="sit" ; # ice thickness but 'sit' is only in icemod file !!!
  17. export EXTRA_CONF="NEMO v3.6 ${CONF} (L${NBL}) - LIM2 / ocean-only experiment"