namelist.lim3-ORCA1L75.cfg.sh 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # namelist.lim3-ORCA1L46.cfg.sh writes the LIM3 namelist for ORCA1L46 to
  2. # standard output. This namelist will overwrite the reference namelist
  3. # (namelist.lim3.ref.sh). Hence, only parameters specific to the ORCA1L46
  4. # configuration should be specified here.
  5. cat << EOF
  6. !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  7. !! NEMO/LIM-3 : Ice configuration namelist. Overwrites SHARED/namelist_ice_lim3_ref
  8. !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  9. !-----------------------------------------------------------------------
  10. &namicerun ! Share parameters for dynamics/advection/thermo
  11. !-----------------------------------------------------------------------
  12. /
  13. !-----------------------------------------------------------------------
  14. &namiceini ! ice initialisation
  15. !-----------------------------------------------------------------------
  16. /
  17. !-----------------------------------------------------------------------
  18. &namicedyn ! ice dynamic
  19. !-----------------------------------------------------------------------
  20. /
  21. !------------------------------------------------------------------------------
  22. &namicehdf ! Ice horizontal diffusion
  23. !------------------------------------------------------------------------------
  24. /
  25. !-----------------------------------------------------------------------
  26. &namicethd ! ice thermodynamic
  27. !-----------------------------------------------------------------------
  28. rn_cdsn = $nem_rn_cdsn
  29. /
  30. !-----------------------------------------------------------------------
  31. &namicesal ! ice salinity
  32. !-----------------------------------------------------------------------
  33. /
  34. !-----------------------------------------------------------------------
  35. &namiceitdme ! parameters for mechanical redistribution of ice
  36. !-----------------------------------------------------------------------
  37. /
  38. !-----------------------------------------------------------------------
  39. &namicedia ! ice diagnostics
  40. !-----------------------------------------------------------------------
  41. /
  42. !------------------------------------------------------------------------------
  43. &namiceitd ! Ice discretization
  44. !------------------------------------------------------------------------------
  45. /
  46. EOF