namelist.lim3-ORCA1L75.cfg.sh 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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 = 0.40 ! thermal conductivity of the snow (0.31 W/m/K, Maykut and Untersteiner, 1971)
  29. ! (set to 0.40 after EC-Earth tuning)
  30. ! Obs: 0.1-0.5 (Lecomte et al, JAMES 2013)
  31. /
  32. !-----------------------------------------------------------------------
  33. &namicesal ! ice salinity
  34. !-----------------------------------------------------------------------
  35. /
  36. !-----------------------------------------------------------------------
  37. &namiceitdme ! parameters for mechanical redistribution of ice
  38. !-----------------------------------------------------------------------
  39. /
  40. !-----------------------------------------------------------------------
  41. &namicedia ! ice diagnostics
  42. !-----------------------------------------------------------------------
  43. /
  44. !------------------------------------------------------------------------------
  45. &namiceitd ! Ice discretization
  46. !------------------------------------------------------------------------------
  47. /
  48. EOF