namelist.lim3-ORCA025L75.cfg.sh 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. if $(has_config ifs) # not the same value depending on if it's a coupled or a standalone configuration
  6. then
  7. cdsn=0.15 # coupled snow conductivity
  8. else
  9. cdsn=0.27 # standalone snow conductivity
  10. fi
  11. cat << EOF
  12. !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  13. !! NEMO/LIM-3 : Ice configuration namelist. Overwrites SHARED/namelist_ice_lim_ref
  14. !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  15. !-----------------------------------------------------------------------
  16. &namicerun ! Share parameters for dynamics/advection/thermo
  17. !-----------------------------------------------------------------------
  18. /
  19. !-----------------------------------------------------------------------
  20. &namiceini ! ice initialisation
  21. !-----------------------------------------------------------------------
  22. /
  23. !------------------------------------------------------------------------------
  24. &namiceitd ! Ice discretization
  25. !------------------------------------------------------------------------------
  26. /
  27. !-----------------------------------------------------------------------
  28. &namicedyn ! ice dynamic
  29. !-----------------------------------------------------------------------
  30. /
  31. !------------------------------------------------------------------------------
  32. &namicehdf ! Ice horizontal diffusion
  33. !------------------------------------------------------------------------------
  34. /
  35. !-----------------------------------------------------------------------
  36. &namicethd ! ice thermodynamic
  37. !-----------------------------------------------------------------------
  38. rn_cdsn = ${cdsn} ! thermal conductivity of the snow (0.31 W/m/K, Maykut and Untersteiner, 1971)
  39. ! (set to 0.40 after EC-Earth tuning)
  40. ! Obs: 0.1-0.5 (Lecomte et al, JAMES 2013)
  41. /
  42. !-----------------------------------------------------------------------
  43. &namicesal ! ice salinity
  44. !-----------------------------------------------------------------------
  45. /
  46. !-----------------------------------------------------------------------
  47. &namiceitdme ! parameters for mechanical redistribution of ice
  48. !-----------------------------------------------------------------------
  49. /
  50. EOF