Skip to content
Snippets Groups Projects
bibliography.bib 118 KiB
Newer Older
Guillaume Samson's avatar
Guillaume Samson committed
2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000

@article{         levy.estublier.ea_GRL01,
  title         = "Choice of an advection scheme for biogeochemical models",
  pages         = "3725--3728",
  journal       = "Geophysical Research Letters",
  volume        = "28",
  number        = "19",
  author        = "M. L\'{e}vy and A. Estublier and G Madec",
  year          = "2001",
  month         = "oct",
  publisher     = "American Geophysical Union (AGU)",
  issn          = "0094-8276",
  doi           = "10.1029/2001gl012947"
}

@article{         levy.klein.ea_OM10,
  title         = "Modifications of gyre circulation by sub-mesoscale
                  physics",
  pages         = "1--15",
  journal       = "Ocean Modelling",
  volume        = "34",
  number        = "1-2",
  author        = "M. L\'{e}vy and P. Klein and A.-M. Tr\'{e}guier and D.
                  Iovino and G. Madec and S. Masson and K. Takahashi",
  year          = "2010",
  month         = "jan",
  publisher     = "Elsevier BV",
  issn          = "1463-5003",
  doi           = "10.1016/j.ocemod.2010.04.001"
}

@article{         li.garrett_JMR93,
  title         = "Cell merging and the jet/downwelling ratio in Langmuir
                  circulation",
  pages         = "737--769",
  journal       = "Journal of Marine Research",
  volume        = "51",
  number        = "4",
  author        = "M. Li and C. Garrett",
  year          = "1993",
  month         = "nov",
  publisher     = "Journal of Marine Research/Yale",
  issn          = "1543-9542",
  doi           = "10.1357/0022240933223945"
}

@article{         losch_JGR08,
  title         = "Modeling ice shelf cavities in a z coordinate Ocean
                  General Circulation Model",
  journal       = "Journal of Geophysical Research",
  volume        = "113",
  number        = "C8",
  author        = "M. Losch",
  year          = "2008",
  month         = "aug",
  publisher     = "American Geophysical Union (AGU)",
  issn          = "0148-0227",
  doi           = "10.1029/2007jc004368"
}

@article{         lott.madec.ea_OM90,
  title         = "Topographic experiments in an Ocean General Circulation
                  Model",
  pages         = "1--4",
  journal       = "Ocean Modelling",
  volume        = "88",
  author        = "F. Lott and G. Madec and J. Verron",
  year          = "1990"
}

@article{         love_PRSL09,
  title         = "The yielding of the earth to disturbing forces",
  pages         = "73--88",
  journal       = "Proceedings of the Royal Society of London",
  series        = "Series A",
  volume        = "82",
  number        = "551",
  author        = "Love, Augustus Edward Hough ",
  year          = "1909",
  month         = "Feb",
  publisher     = "The Royal Society",
  issn          = "2053-9150",
  doi           = "10.1098/rspa.1909.0008"
}

@article{         lupkes.gryanik.ea_JGRA12,
  title         = "A parametrization, based on sea ice morphology, of the
                  neutral atmospheric drag coefficients for weather
                  prediction and climate models",
  pages         = "1--18",
  journal       = "Journal of Geophysical Research Atmospheres",
  volume        = "117",
  number        = "13",
  author        = "L{\"{u}}pkes, Christof and Gryanik, Vladimir M. and
                  Hartmann, J{\"{o}}rg and Andreas, Edgar L.",
  year          = "2012",
  issn          = "01480227",
  doi           = "10.1029/2012JD017630"
}

@article{         lupkes.gryanik_JGR15,
  title         = "A stability-dependent parametrization of transfer
                  coefficients formomentum and heat over polar sea ice to be
                  used in climate models",
  pages         = "552--581",
  journal       = "Journal of Geophysical Research",
  volume        = "120",
  number        = "2",
  author        = "L{\"{u}}pkes, Christof and Gryanik, Vladimir M.",
  year          = "2015",
  issn          = "21562202",
  doi           = "10.1002/2014JD022418"
}

@article{         madec.chartier.ea_DAO91,
  title         = "The effect of thermohaline forcing variability on deep
                  water formation in the western Mediterranean Sea: a
                  high-resolution three-dimensional numerical study",
  pages         = "301--332",
  journal       = "Dynamics of Atmospheres and Oceans",
  volume        = "15",
  number        = "3-5",
  author        = "G. Madec and M. Chartier and M. Cr\'{e}pon",
  year          = "1991",
  month         = "apr",
  publisher     = "Elsevier BV",
  issn          = "0377-0265",
  doi           = "10.1016/0377-0265(91)90024-a"
}

@inproceedings{   madec.crepon_iprc91,
  title         = "Thermohaline-driven deep water formation in the
                  northwestern Mediterranean Sea",
  chapter       = "15",
  pages         = "241--265",
  booktitle     = "Deep convection and deep water formation in the oceans,
                  Proceedings of the international Monterey colloquium on
                  deep convection and deep water formation in the oceans",
  editor        = "P.C. Chu and J.C. Gascard",
  series        = "Elsevier Oceanography",
  volume        = "57",
  author        = "G. Madec and M. Cr\'{e}pon",
  year          = "1991",
  publisher     = "Elsevier",
  issn          = "0422-9894",
  isbn          = "978-0-444-88764-1",
  doi           = "10.1016/s0422-9894(08)70071-0"
}

@article{         madec.delecluse.ea_JPO91,
  title         = "A three-dimensional numerical study of deep-water
                  formation in the northwestern Mediterranean Sea",
  pages         = "1349--1371",
  journal       = "Journal of Physical Oceanography",
  volume        = "21",
  number        = "9",
  author        = "G. Madec and P. Del\'{e}cluse and M. Cr\'{e}pon and M.
                  Chartier",
  year          = "1991",
  month         = "sep",
  publisher     = "American Meteorological Society",
  issn          = "1520-0485",
  doi           = "10.1175/1520-0485(1991)021<1349:atdnso>2.0.co;2"
}

@article{         madec.delecluse.ea_JPO96,
  title         = "Large-Scale Preconditioning of Deep-Water Formation in the
                  northwestern Mediterranean Sea",
  pages         = "1393--1408",
  journal       = "Journal of Physical Oceanography",
  volume        = "26",
  number        = "8",
  author        = "G. Madec and P. Del\'{e}cluse and M. Cr\'{e}pon and F.
                  Lott",
  year          = "1996",
  month         = "aug",
  publisher     = "American Meteorological Society",
  issn          = "1520-0485",
  doi           = "10.1175/1520-0485(1996)026<1393:lspodw>2.0.co;2"
}

@book{            madec.delecluse.ea_NPM98,
  title         = "{OPA} 8.1 Ocean General Circulation Model reference
                  manual",
  pages         = "91",
  journal       = "Note du Pole de Mod\'{e}lisation",
  volume        = "11",
  author        = "G. Madec and P. Del\'{e}cluse and M. Imbard and C.
                  L\'{e}vy",
  year          = "1998",
  publisher     = "Institut Pierre Simon Laplace ({IPSL})",
  issn          = "1288-1619",
  url           = "http://cmc.ipsl.fr/images/publications/scientific_notes/note11.pdf"
}

@article{         madec.delecluse_IWN97,
  title         = "The {OPA}/{ARPEGE} and {OPA}/{LMD} Global Ocean-Atmosphere
                  Coupled Model",
  pages         = "12--15",
  journal       = "International WOCE Newsletter",
  volume        = "26",
  author        = "G. Madec and P. Del\'{e}cluse",
  year          = "1997",
  month         = "apr",
  publisher     = "University of Southampton",
  url           = "https://www.nodc.noaa.gov/woce/wdiu/wocedocs/newsltr/news26/news26.pdf"
}

@article{         madec.imbard_CD96,
  title         = "A global ocean mesh to overcome the North Pole
                  singularity",
  pages         = "381--388",
  journal       = "Climate Dynamics",
  volume        = "12",
  number        = "6",
  author        = "G. Madec and M. Imbard",
  year          = "1996",
  month         = "may",
  publisher     = "Springer Nature",
  issn          = "1432-0894",
  doi           = "10.1007/bf00211684"
}

@article{         maltrud.smith.ea_JGR98,
  title         = "Global eddy-resolving ocean simulations driven by
                  1985-1995 atmospheric winds",
  pages         = "30825--30853",
  journal       = "Journal of Geophysical Research",
  volume        = "103",
  number        = "C13",
  author        = "M. E. Maltrud and R. D. Smith and A. J. Semtner and R. C.
                  Malone",
  year          = "1998",
  month         = "dec",
  publisher     = "American Geophysical Union (AGU)",
  issn          = "0148-0227",
  doi           = "10.1029/1998jc900013"
}

@article{         marchesiello.mcwilliams.ea_OM01,
  title         = "Open boundary conditions for long-term integration of
                  regional oceanic models",
  pages         = "1--20",
  journal       = "Ocean Modelling",
  volume        = "3",
  number        = "1-2",
  author        = "P. Marchesiello and J. C. McWilliams and A. Shchepetkin",
  year          = "2001",
  month         = "jan",
  publisher     = "Elsevier BV",
  issn          = "1463-5003",
  doi           = "10.1016/s1463-5003(00)00013-5"
}

@article{         marsaleix.auclair.ea_OM08,
  title         = "Energy conservation issues in sigma-coordinate
                  free-surface ocean models",
  pages         = "61--89",
  journal       = "Ocean Modelling",
  volume        = "20",
  number        = "1",
  author        = "P. Marsaleix and F. Auclair and J. W. Floor and M. J.
                  Herrmann and C. Estournel and I. Pairaud and C. Ulses",
  year          = "2008",
  month         = "jan",
  publisher     = "Elsevier BV",
  issn          = "1463-5003",
  doi           = "10.1016/j.ocemod.2007.07.005"
}

@article{         marsh.ivchenko.ea_GMD15,
  title         = "{NEMO}-{ICB} (v1.0): interactive icebergs in the {NEMO}
                  ocean model globally configured at eddy-permitting
                  resolution",
  pages         = "1547--1562",
  journal       = "Geoscientific Model Development",
  volume        = "8",
  number        = "5",
  author        = "R. Marsh and V. O. Ivchenko and N. Skliris and S. Alderson
                  and G. R. Bigg and G. Madec and A. T. Blaker and Y. Aksenov
                  and B. Sinha and A. C. Coward and J. {Le Sommer} and N.
                  Merino and V. B. Zalesny",
  year          = "2015",
  month         = "may",
  publisher     = "Copernicus GmbH",
  issn          = "1991-9603",
  doi           = "10.5194/gmd-8-1547-2015"
}

@article{         marti.madec.ea_JGR92,
  title         = "Comment on ``{N}et diffusivity in ocean general
                  circulation models with nonuniform grids'' by {F}. {L}. Yin
                  and {I}. {Y}. Fung",
  pages         = "12763--12766",
  journal       = "Journal of Geophysical Research",
  volume        = "97",
  number        = "C8",
  author        = "O. Marti and G. Madec and P. Del\'{e}cluse",
  year          = "1992",
  publisher     = "American Geophysical Union (AGU)",
  issn          = "0148-0227",
  doi           = "10.1029/92jc00306"
}

@article{         martin.adcroft_OM10,
  title         = "Parameterizing the fresh-water flux from land ice to ocean
                  with interactive icebergs in a coupled climate model",
  pages         = "111--124",
  journal       = "Ocean Modelling",
  volume        = "34",
  number        = "3-4",
  author        = "T. Martin and A. Adcroft",
  year          = "2010",
  month         = "jan",
  publisher     = "Elsevier BV",
  issn          = "1463-5003",
  doi           = "10.1016/j.ocemod.2010.05.001"
}

@article{         mathiot.jenkins.ea_GMD17,
  title         = "Explicit representation and parametrised impacts of under
                  ice shelf seas in the \zstar coordinate ocean model {NEMO}
                  3.6",
  pages         = "2849--2874",
  journal       = "Geoscientific Model Development",
  volume        = "10",
  number        = "7",
  author        = "P. Mathiot and A. Jenkins and C. Harris and G. Madec",
  year          = "2017",
  month         = "jul",
  publisher     = "Copernicus GmbH",
  issn          = "1991-9603",
  doi           = "10.5194/gmd-10-2849-2017"
}

@article{         mcdougall.taylor_JMR84,
  title         = "Flux measurements across a finger interface at low values
                  of the stability ratio",
  pages         = "1--14",
  journal       = "Journal of Marine Research",
  volume        = "42",
  number        = "1",
  author        = "T. J. McDougall and J. R. Taylor",
  year          = "1984",
  month         = "feb",
  publisher     = "Journal of Marine Research/Yale",
  issn          = "1543-9542",
  doi           = "10.1357/002224084788506095"
}

@article{         mcdougall_JPO87,
  title         = "Neutral Surfaces",
  pages         = "1950--1964",
  journal       = "Journal of Physical Oceanography",
  volume        = "17",
  number        = "11",
  author        = "T. J. McDougall",
  year          = "1987",
  month         = "nov",
  publisher     = "American Meteorological Society",
  issn          = "1520-0485",
  doi           = "10.1175/1520-0485(1987)017<1950:ns>2.0.co;2"
}

@article{         mcwilliams.sullivan.ea_JFM97,
  title         = "Langmuir turbulence in the ocean",
  pages         = "1--30",
  journal       = "Journal of Fluid Mechanics",
  volume        = "334",
  author        = "McWilliams, James C. and Sullivan, Peter P. and Moeng,
                  Chin-Hoh",
  year          = "1997",
  doi           = "10.1017/S0022112096004375"
}

@article{         mellor.blumberg_JPO04,
  title         = "Wave Breaking and Ocean Surface Layer Thermal Response",
  pages         = "693--698",
  journal       = "Journal of Physical Oceanography",
  volume        = "34",
  number        = "3",
  author        = "G. Mellor and A. Blumberg",
  year          = "2004",
  month         = "mar",
  publisher     = "American Meteorological Society",
  issn          = "1520-0485",
  doi           = "10.1175/2517.1"
}

@article{         mellor.yamada_RG82,
  title         = "Development of a turbulence closure model for geophysical
                  fluid problems",
  pages         = "851--875",
  journal       = "Reviews of Geophysics",
  volume        = "20",
  number        = "4",
  author        = "G. L. Mellor and T. Yamada",
  year          = "1982",
  publisher     = "American Geophysical Union (AGU)",
  issn          = "8755-1209",
  doi           = "10.1029/rg020i004p00851"
}

@article{Merino_OM2016,
title = "Antarctic icebergs melt over the Southern Ocean: Climatology and impact on sea ice",
journal = "Ocean Modelling",
volume = "104",
pages = "99 - 110",
year = "2016",
issn = "1463-5003",
doi = "https://doi.org/10.1016/j.ocemod.2016.05.001",
url = "http://www.sciencedirect.com/science/article/pii/S1463500316300300",
author = "Nacho Merino and Julien {Le Sommer} and Gael Durand and Nicolas C. Jourdain and Gurvan Madec and Pierre Mathiot and Jean Tournadre",
keywords = "Icebergs, Southern Ocean, Sea ice, Freshwater fluxes",
abstract = "Recent increase in Antarctic freshwater release to the Southern Ocean is suggested to contribute to change in water masses and sea ice. However, climate models differ in their representation of the freshwater sources. Recent improvements in altimetry-based detection of small icebergs and in estimates of the mass loss of Antarctica may help better constrain the values of Antarctic freshwater releases. We propose a model-based seasonal climatology of iceberg melt over the Southern Ocean using state-of-the-art observed glaciological estimates of the Antarctic mass loss. An improved version of a Lagrangian iceberg model is coupled with a global, eddy-permitting ocean/sea ice model and compared to small icebergs observations. Iceberg melt increases sea ice cover, about 10% in annual mean sea ice volume, and decreases sea surface temperature over most of the Southern Ocean, but with distinctive regional patterns. Our results underline the importance of improving the representation of Antarctic freshwater sources. This can be achieved by forcing ocean/sea ice models with a climatological iceberg fresh-water flux."
}

@article{         merryfield.holloway.ea_JPO99,
  title         = "A Global Ocean Model with Double-Diffusive Mixing",
  pages         = "1124--1142",
  journal       = "Journal of Physical Oceanography",
  volume        = "29",
  number        = "6",
  author        = "W. J. Merryfield and G. Holloway and A. E. Gargett",
  year          = "1999",
  month         = "jun",
  publisher     = "American Meteorological Society",
  issn          = "1520-0485",
  doi           = "10.1175/1520-0485(1999)029<1124:agomwd>2.0.co;2"
}

@book{            mesinger.arakawa_bk76,
  booktitle     = "Numerical methods used in atmospheric models",
  series        = "GARP Publication",
  volume        = "1",
  number        = "17",
  author        = "F. Mesinger and A. Arakawa",
  year          = "1976",
  month         = "aug",
  url           = "https://www.researchgate.net/publication/234333726_Numerical_Methods_Used_In_Atmospheric_Models"
}

@article{         morel.berthon_LO89,
  title         = "Surface pigments, algal biomass profiles, and potential
                  production of the euphotic layer: Relationships
                  reinvestigated in view of remote-sensing applications",
  pages         = "1545--1562",
  journal       = "Limnology and Oceanography",
  volume        = "34",
  number        = "8",
  author        = "A. Morel and J.-F. Berthon",
  year          = "1989",
  month         = "dec",
  publisher     = "Wiley",
  issn          = "0024-3590",
  doi           = "10.4319/lo.1989.34.8.1545"
}

@article{         morel.maritorena_JGR01,
  title         = "Bio-optical properties of oceanic waters: {A} reappraisal",
  pages         = "7163--7180",
  journal       = "Journal of Geophysical Research",
  volume        = "106",
  number        = "C4",
  author        = "A. Morel and S. Maritorena",
  year          = "2001",
  month         = "apr",
  publisher     = "American Geophysical Union (AGU)",
  issn          = "0148-0227",
  doi           = "10.1029/2000jc000319"
}

@article{         morel_JGR88,
  title         = "Optical modeling of the upper ocean in relation to its
                  biogenous matter content (case {I} waters)",
  pages         = "10749--10768",
  journal       = "Journal of Geophysical Research",
  volume        = "93",
  number        = "C9",
  author        = "A. Morel",
  year          = "1988",
  publisher     = "American Geophysical Union (AGU)",
  issn          = "0148-0227",
  doi           = "10.1029/jc093ic09p10749"
}

@article{         murray_JCP96,
  title         = "Explicit Generation of Orthogonal Grids for Ocean Models",
  pages         = "251--273",
  journal       = "Journal of Computational Physics",
  volume        = "126",
  number        = "2",
  author        = "R. J. Murray",
  year          = "1996",
  month         = "jul",
  publisher     = "Elsevier BV",
  issn          = "0021-9991",
  doi           = "10.1006/jcph.1996.0136"
}

@article{         oey_OM06,
  title         = "An {OGCM} with movable land-sea boundaries",
  pages         = "176--195",
  journal       = "Ocean Modelling",
  volume        = "13",
  number        = "2",
  author        = "L.-Y. Oey",
  year          = "2006",
  month         = "jan",
  publisher     = "Elsevier BV",
  issn          = "1463-5003",
  doi           = "10.1016/j.ocemod.2006.01.001"
}

@article{         osborn_JPO80,
  title         = "Estimates of the local rate of vertical diffusion from
                  dissipation measurements",
  pages         = "83--89",
  journal       = "Journal of Physical Oceanography",
  volume        = "10",
  number        = "1",
  author        = "T. R. Osborn",
  year          = "1980",
  month         = "jan",
  publisher     = "American Meteorological Society",
  issn          = "1520-0485",
  doi           = "10.1175/1520-0485(1980)010<0083:eotlro>2.0.co;2"
}

@article{         pacanowski.gnanadesikan_MWR98,
  title         = "Transient response in a z-level ocean model that resolves
                  topography with partial-cells",
  pages         = "3248--3270",
  journal       = "Monthly Weather Review",
  volume        = "126",
  number        = "12",
  author        = "R. C. Pacanowski and A. Gnanadesikan",
  year          = "1998",
  month         = "dec",
  publisher     = "American Meteorological Society",
  issn          = "1520-0493",
  doi           = "10.1175/1520-0493(1998)126<3248:triazl>2.0.co;2"
}

@article{         pacanowski.philander_JPO81,
  title         = "Parameterization of Vertical Mixing in Numerical Models of
                  Tropical Oceans",
  pages         = "1443--1451",
  journal       = "Journal of Physical Oceanography",
  volume        = "11",
  number        = "11",
  author        = "R. C. Pacanowski and S. G. H. Philander",
  year          = "1981",
  month         = "nov",
  publisher     = "American Meteorological Society",
  issn          = "1520-0485",
  doi           = "10.1175/1520-0485(1981)011<1443:povmin>2.0.co;2"
}

@article{         paulson.simpson_JPO77,
  title         = "Irradiance Measurements in the Upper Ocean",
  pages         = "952--956",
  journal       = "Journal of Physical Oceanography",
  volume        = "7",
  number        = "6",
  author        = "C. A. Paulson and J. J. Simpson",
  year          = "1977",
  month         = "nov",
  publisher     = "American Meteorological Society",
  issn          = "1520-0485",
  doi           = "10.1175/1520-0485(1977)007<0952:imituo>2.0.co;2"
}

@article{         penduff.le-sommer.ea_OS07,
  title         = "Influence of numerical schemes on current-topography
                  interactions in 1/4\deg global ocean simulations",
  pages         = "509--524",
  journal       = "Ocean Science",
  volume        = "3",
  number        = "4",
  author        = "T. Penduff and J. {Le Sommer} and B. Barnier and A.-M.
                  Tr\'{e}guier and J.-M. Molines and G. Madec",
  year          = "2007",
  month         = "dec",
  publisher     = "Copernicus GmbH",
  issn          = "1812-0792",
  doi           = "10.5194/os-3-509-2007"
}

@article{         phillips_TAMS59,
  title         = "Dissipative operators and hyperbolic systems of partial
                  differential equations",
  pages         = "193--254",
  journal       = "Transactions of the American Mathematical Society",
  volume        = "90",
  number        = "2",
  author        = "R. S. Phillips",
  year          = "1959",
  month         = "feb",
  publisher     = "American Mathematical Society (AMS)",
  issn          = "0002-9947",
  doi           = "10.1090/s0002-9947-1959-0104919-1"
}

@article{         qiao.yuan.ea_OD10,
  title         = "A three-dimensional surface wave–ocean circulation
                  coupled model and its initial testing",
  pages         = "1339--1335",
  journal       = "Ocean Dynamics",
  volume        = "60",
  number        = "5",
  author        = "F. Qiao and Y. Yuan and T. Ezer and C. Xia and Y. Yang and
                  X. Lu and Z. Song ",
  year          = "2010",
  month         = "oct",
  publisher     = "Springer-Verlag",
  issn          = "1616-7341",
  doi           = "10.1007/s10236-010-0326-y"
}

@article{         redi_JPO82,
  title         = "Oceanic isopycnal mixing by coordinate rotation",
  pages         = "1154--1158",
  journal       = "Journal of Physical Oceanography",
  volume        = "12",
  number        = "10",
  author        = "M. H. Redi",
  year          = "1982",
  month         = "oct",
  publisher     = "American Meteorological Society",
  issn          = "1520-0485",
  doi           = "10.1175/1520-0485(1982)012<1154:oimbcr>2.0.co;2"
}

@article{         reffray.bourdalle-badie.ea_GMD15,
  title         = "Modelling turbulent vertical mixing sensitivity using a
                  1-D version of NEMO",
  pages         = "69--86",
  journal       = "Geoscientific Model Development",
  volume        = "8",
  number        = "1",
  author        = "G. Reffray. and R. Bourdalle-Badie and C. Calone",
  year          = "2015",
  month         = "jan",
  publisher     = "Copernicus GmbH",
  issn          = "1991-9603",
  doi           = "10.5194/gmd-8-69-2015"
}

@book{            richtmyer.morton_bk67,
  pages         = "405",
  booktitle     = "Difference methods for initial-value problems",
  edition       = "2",
  series        = "Interscience tracts in pure and applied mathematics",
  author        = "R. D. Richtmyer and K. W. Morton",
  year          = "1967",
  publisher     = "Interscience",
  issn          = "0074-994X",
  isbn          = "9780470720400",
  url           = "https://books.google.fr/books?id=nd1QAAAAMAAJ"
}

@article{         robert_JMSJ66,
  title         = "The integration of a low order spectral form of the
                  primitive meteorological equations",
  pages         = "237--245",
  journal       = "Journal of the Meteorological Society of Japan",
  volume        = "44",
  number        = "5",
  author        = "A. J. Robert",
  year          = "1966",
  publisher     = "Meteorological Society of Japan",
  issn          = "2186-9057",
  doi           = "10.2151/jmsj1965.44.5\_237"
}

@article{         rodgers.aumont.ea_B14,
  title         = "Strong sensitivity of Southern Ocean carbon uptake and
                  nutrient cycling to wind stirring",
  pages         = "4077--4098",
  journal       = "Biogeosciences",
  volume        = "11",
  number        = "15",
  author        = "K. B. Rodgers and O. Aumont and S. E. Mikaloff Fletcher
                  and Y. Plancherel and L. Bopp and C. {de Boyer
                  Mont\'{e}gut} and D. Iudicone and R. F. Keeling and G.
                  Madec and R. Wanninkhof",
  year          = "2014",
  month         = "aug",
  publisher     = "Copernicus GmbH",
  issn          = "1726-4189",
  doi           = "10.5194/bg-11-4077-2014"
}

@article{         rodi_JGR87,
  title         = "Examples of calculation methods for flow and mixing in
                  stratified fluids",
  pages         = "5305--5328",
  journal       = "Journal of Geophysical Research",
  volume        = "92",
  number        = "C5",
  author        = "W. Rodi",
  year          = "1987",
  publisher     = "American Geophysical Union (AGU)",
  issn          = "0148-0227",
  doi           = "10.1029/jc092ic05p05305"
}

@article{         roquet.madec.ea_JPO15,
  title         = "Defining a simplified yet ``realistic'' equation of state
                  for seawater",
  pages         = "2564--2579",
  journal       = "Journal of Physical Oceanography",
  volume        = "45",
  number        = "10",
  author        = "F. Roquet and G. Madec and L. Brodeau and J. Nycander",
  year          = "2015",
  month         = "oct",
  publisher     = "American Meteorological Society",
  issn          = "1520-0485",
  doi           = "10.1175/jpo-d-15-0080.1"
}

@article{         roquet.madec.ea_OM15,
  title         = "Accurate polynomial expressions for the density and
                  specific volume of seawater using the {TEOS}-10 standard",
  pages         = "29--43",
  journal       = "Ocean Modelling",
  volume        = "90",
  author        = "F. Roquet and G. Madec and T. J. McDougall and P. M.
                  Barker",
  year          = "2015",
  month         = "jun",
  publisher     = "Elsevier BV",
  issn          = "1463-5003",
  doi           = "10.1016/j.ocemod.2015.04.002"
}

@article{         roullet.madec_JGR00,
  title         = "Salt conservation, free surface, and varying levels: {A}
                  new formulation for Ocean General Circulation Models",
  pages         = "23927--23942",
  journal       = "Journal of Geophysical Research",
  volume        = "105",
  number        = "C10",
  author        = "G. Roullet and G. Madec",
  year          = "2000",
  month         = "oct",
  publisher     = "American Geophysical Union (AGU)",
  issn          = "0148-0227",
  doi           = "10.1029/2000jc900089"
}

@article{         sarmiento.bryan_JGR82,
  title         = "An ocean transport model for the North Atlantic",
  pages         = "394--409",
  journal       = "Journal of Geophysical Research",
  volume        = "87",
  number        = "C1",
  author        = "J. L. Sarmiento and K. Bryan",
  year          = "1982",
  publisher     = "American Geophysical Union (AGU)",
  issn          = "0148-0227",
  doi           = "10.1029/jc087ic01p00394"
}

@article{         saunders_JAS67,
  title         = "The temperature at the ocean-air interface",
  pages         = "269--273",
  journal       = "Journal of the Atmospheric Sciences",
  volume        = "24",
  number        = "3",
  author        = "P. M. Saunders",
  year          = "1967",
  month         = "may",
  publisher     = "American Meteorological Society",
  issn          = "1520-0469",
  doi           = "10.1175/1520-0469(1967)024<0269:ttatoa>2.0.co;2"
}

@article{         shchepetkin.mcwilliams_OM05,
  title         = "The regional oceanic modeling system ({ROMS}): a
                  split-explicit, free-surface,
                  topography-following-coordinate oceanic model",
  pages         = "347--404",
  journal       = "Ocean Modelling",
  volume        = "9",
  number        = "4",
  author        = "A. F. Shchepetkin and J. C. McWilliams",
  year          = "2005",
  month         = "jan",
  publisher     = "Elsevier BV",
  issn          = "1463-5003",
  doi           = "10.1016/j.ocemod.2004.08.002"
}

@inbook{          shchepetkin.mcwilliams_ibk09,
  title         = "Computational kernel algorithms for fine-scale,
                  multiprocess, longtime oceanic simulations",
  chapter       = "2",
  pages         = "121--183",
  booktitle     = "Computational Methods for the Atmosphere and the Oceans",
  editor        = "R. M. Temam and J. J. Tribbia",
  series        = "Handbook of Numerical Analysis",
  volume        = "14",
  author        = "A. F. Shchepetkin and J. C. McWilliams",
  year          = "2009",
  publisher     = "Elsevier",
  issn          = "1570-8659",
  isbn          = "9780444518934",
  doi           = "10.1016/s1570-8659(08)01202-0"
}

@article{         shchepetkin_OM15,
  title         = "An Adaptive, Courant-number-dependent implicit scheme for
                  vertical advection in oceanic modeling",
  pages         = "38--69",
  journal       = "Ocean Modelling",
  volume        = "91",
  author        = "A. F. Shchepetkin",
  year          = "2015",
  month         = "july",
  publisher     = "Elsevier BV",
  issn          = "1463-5003",
  doi           = "10.1016/j.ocemod.2015.03.006"
}

@article{         siddorn.furner_OM13,
  title         = "An analytical stretching function that combines the best
                  attributes of geopotential and terrain-following vertical
                  coordinates",
  pages         = "1--13",
  journal       = "Ocean Modelling",
  volume        = "66",
  author        = "J. R. Siddorn and R. Furner",
  year          = "2013",
  month         = "jun",
  publisher     = "Elsevier BV",
  issn          = "1463-5003",
  doi           = "10.1016/j.ocemod.2013.02.001"
}

@article{         smagorinsky_MWR63,
  title         = "General circulation experiments with the primitive
                  equations: I. The basic experiment ",
  pages         = "99--164",
  journal       = "Monthly Weather Review",
  volume        = "91",
  number        = "3",
  author        = "J. Smagorinsky",
  year          = "1963",
  month         = "mar",
  publisher     = "American Meteorological Society",
  issn          = "1520-0493",
  doi           = "10.1175/1520-0493(1963)091<0099:GCEWTP>2.3.CO;2"
}

@article{         song.haidvogel_JCP94,
  title         = "A semi-implicit ocean circulation model using a
                  generalized topography-following coordinate system",
  pages         = "228--244",
  journal       = "Journal of Computational Physics",
  volume        = "115",
  number        = "1",
  author        = "Y. Song and D. Haidvogel",
  year          = "1994",
  month         = "nov",
  publisher     = "Elsevier BV",
  issn          = "0021-9991",
  doi           = "10.1006/jcph.1994.1189"
}

@article{         song_MWR98,
  title         = "A General Pressure Gradient Formulation for Ocean Models.
                  Part {I}: Scheme Design and Diagnostic Analysis",
  pages         = "3213--3230",
  journal       = "Monthly Weather Review",
  volume        = "126",
  number        = "12",
  author        = "Y. T. Song",
  year          = "1998",
  month         = "dec",
  publisher     = "American Meteorological Society",
  issn          = "1520-0493",
  doi           = "10.1175/1520-0493(1998)126<3213:agpgff>2.0.co;2"
}

@article{         st-laurent.simmons.ea_GRL02,
  title         = "Estimating tidally driven mixing in the deep ocean",
  pages         = "2101--2104",
  journal       = "Geophysical Research Letters",
  volume        = "29",
  number        = "23",
  author        = "L. C. {St Laurent} and H. L. Simmons and S. R. Jayne",
  year          = "2002",
  month         = "dec",
  publisher     = "American Geophysical Union (AGU)",
  issn          = "0094-8276",
  doi           = "10.1029/2002gl015633"
}

@article{         stacey_JPO99,
  title         = "Simulations of the wind-forced near-surface circulation in
                  Knight Inlet: {A} parameterization of the roughness length",
  pages         = "1363--1367",
  journal       = "Journal of Physical Oceanography",
  volume        = "29",
  number        = "6",
  author        = "M. W. Stacey",
  year          = "1999",
  month         = "jun",
  publisher     = "American Meteorological Society",
  issn          = "1520-0485",
  doi           = "10.1175/1520-0485(1999)029<1363:sotwfn>2.0.co;2"
}

@article{         steele.morley.ea_JC01,
  title         = "{PHC}: {A} global ocean hydrography with a high-quality
                  Arctic Ocean",
  pages         = "2079--2087",
  journal       = "Journal of Climate",
  volume        = "14",
  number        = "9",
  author        = "M. Steele and R. Morley and W. Ermold",
  year          = "2001",
  month         = "may",
  publisher     = "American Meteorological Society",
  issn          = "1520-0442",
  doi           = "10.1175/1520-0442(2001)014<2079:pagohw>2.0.co;2"
}

@article{         stein.stein_N92,
  title         = "A model for the global variation in oceanic depth and heat
                  flow with lithospheric age",
  pages         = "123--129",
  journal       = "Nature",
  volume        = "359",
  number        = "6391",
  author        = "C. A. Stein and S. Stein",
  year          = "1992",
  month         = "sep",
  publisher     = "Springer Nature",
  issn          = "1476-4687",
  doi           = "10.1038/359123a0"
}

@inbook{          stokes_ibk09,
  title         = "On the theory of oscillatory waves",
  chapter       = "12",
  pages         = "197--229",
  booktitle     = "Mathematical and Physical Papers",
  series        = "Cambridge Library Collection - Mathematics",
  volume        = "1",
  author        = "G. G. Stokes",
  year          = "2009",
  publisher     = "Cambridge University Press",
  isbn          = "9780511702242",
  doi           = "10.1017/cbo9780511702242.013"
}

@book{            sverdrup.johnson.ea_bk42,
  title         = "The Oceans, Their Physics, Chemistry, and General Biology",
  pages         = "1087",
  author        = "H. U. Sverdrup and Martin W. Johnson and Richard H.
                  Fleming",
  year          = "1942",
  publisher     = "Prentice-Hall",
  address       = "New York"
}

@article{         takaya.bidlot.ea_JGR10,
  title         = "Refinements to a prognostic scheme of skin sea surface
                  temperature",
  pages         = "C06009",
  journal       = "Journal of Geophysical Research",
  volume        = "115",
  number        = "C6",
  author        = "Y. Takaya and J-R. Bidlot and A. C. M. Beljaars and P. A.
                  E. M. Janssen",
  year          = "2010",
  month         = "jun",
  publisher     = "American Geophysical Union (AGU)",
  issn          = "0148-0227",
  doi           = "10.1029/2009jc005985"
}

@article{         talagrand_JAS72,
  title         = "On the damping of high-frequency motions in
                  four-dimensional assimilation of meteorological data",
  pages         = "1571--1574",
  journal       = "Journal of the Atmospheric Sciences",
  volume        = "29",
  number        = "8",
  author        = "O. Talagrand",
  year          = "1972",
  month         = "nov",
  publisher     = "American Meteorological Society",
  issn          = "1520-0469",
  doi           = "10.1175/1520-0469(1972)029<1571:otdohf>2.0.co;2"
}