New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 11799 for NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc/latex/NEMO/main – NEMO

Ignore:
Timestamp:
2019-10-25T16:27:34+02:00 (5 years ago)
Author:
mocavero
Message:

Update the branch to v4.0.1 of the trunk

Location:
NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc
Files:
4 deleted
6 edited
4 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc

    • Property svn:externals set to
      ^/utils/badges badges
      ^/utils/logos logos
  • NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc/latex

    • Property svn:ignore deleted
  • NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc/latex/NEMO

    • Property svn:externals set to
      ^/utils/figures/NEMO figures
  • NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc/latex/NEMO/main/appendices.tex

    r11330 r11799  
    11 
    2 \subfile{../subfiles/annex_A}             %% Generalised vertical coordinate 
    3 \subfile{../subfiles/annex_B}             %% Diffusive operator 
    4 \subfile{../subfiles/annex_C}             %% Discrete invariants of the eqs. 
    5 \subfile{../subfiles/annex_iso}            %% Isoneutral diffusion using triads 
    6 \subfile{../subfiles/annex_DOMAINcfg}     %% Brief notes on DOMAINcfg 
     2\subfile{../subfiles/apdx_s_coord}      %% A. Generalised vertical coordinate 
     3\subfile{../subfiles/apdx_diff_opers}   %% B. Diffusive operators 
     4\subfile{../subfiles/apdx_invariants}   %% C. Discrete invariants of the eqs. 
     5\subfile{../subfiles/apdx_triads}       %% D. Isoneutral diffusion using triads 
     6\subfile{../subfiles/apdx_DOMAINcfg}    %% E. Brief notes on DOMAINcfg 
    77 
    88%% Not included 
     
    1010%\subfile{../subfiles/chap_DIU} 
    1111%\subfile{../subfiles/chap_conservation} 
    12 %\subfile{../subfiles/annex_E}            %% Notes on some on going staff 
    13  
     12%\subfile{../subfiles/apdx_algos}   %% Notes on some on going staff 
  • NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc/latex/NEMO/main/bibliography.bib

    r11336 r11799  
    16141614} 
    16151615 
     1616@article{         kraus.turner_tellus67, 
     1617  author = {Kraus, E.B. and Turner, J.}, 
     1618  journal = {Tellus}, 
     1619  pages = {98--106}, 
     1620  title = {A one dimensional model of the seasonal thermocline {II}. {T}he general theory and its consequences}, 
     1621  volume = {19}, 
     1622  year = {1967} 
     1623} 
     1624 
     1625@article{        large.ea_RG97, 
     1626  author        = "Large, W. G. and McWilliams, J. C. and Doney, S. C.", 
     1627  doi           = "10.1029/94RG01872", 
     1628  journal       = "Reviews of Geophysics", 
     1629  number        = {4}, 
     1630  pages         = {363--403}, 
     1631  publisher     = {AGU}, 
     1632  title         = "Oceanic vertical mixing: {A} review and a model with a nonlocal boundary layer parameterization", 
     1633  year          = "1994" 
     1634} 
     1635 
    16161636@techreport{      large.yeager_rpt04, 
    16171637  title         = "Diurnal to decadal global forcing for ocean and sea-ice 
     
    21842204} 
    21852205 
     2206@article{mcwilliams.ea_JFM97, 
     2207   author = {McWilliams, James C. and Sullivan, Peter P. and Moeng, Chin-Hoh}, 
     2208   doi = {10.1017/S0022112096004375}, 
     2209   journal = {Journal of Fluid Mechanics}, 
     2210   pages = {1--30}, 
     2211   title = {Langmuir turbulence in the ocean}, 
     2212   volume = {334}, 
     2213   year = {1997}, 
     2214} 
    21862215@article{         mellor.blumberg_JPO04, 
    21872216  title         = "Wave Breaking and Ocean Surface Layer Thermal Response", 
  • NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc/latex/NEMO/main/chapters.tex

    r11170 r11799  
    1 \subfile{../subfiles/introduction}        %% Introduction 
    2 \subfile{../subfiles/chap_model_basics} 
    3 \subfile{../subfiles/chap_time_domain}    %% Time discretisation (time stepping strategy) 
    4 \subfile{../subfiles/chap_DOM}            %% Space discretisation 
    5 \subfile{../subfiles/chap_TRA}            %% Tracer advection/diffusion equation 
    6 \subfile{../subfiles/chap_DYN}            %% Dynamics : momentum equation 
    7 \subfile{../subfiles/chap_SBC}            %% Surface Boundary Conditions 
    8 \subfile{../subfiles/chap_LBC}            %% Lateral Boundary Conditions 
    9 \subfile{../subfiles/chap_LDF}            %% Lateral diffusion 
    10 \subfile{../subfiles/chap_ZDF}            %% Vertical diffusion 
    11 \subfile{../subfiles/chap_DIA}            %% Outputs and Diagnostics 
    12 \subfile{../subfiles/chap_OBS}            %% Observation operator 
    13 \subfile{../subfiles/chap_ASM}            %% Assimilation increments 
    14 \subfile{../subfiles/chap_STO}            %% Stochastic param. 
    15 \subfile{../subfiles/chap_misc}           %% Miscellaneous topics 
    16 \subfile{../subfiles/chap_CONFIG}         %% Predefined configurations 
     1\subfile{../subfiles/chap_model_basics}   %% 1. 
     2\subfile{../subfiles/chap_time_domain}    %% 2.  Time discretisation (time stepping strategy) 
     3\subfile{../subfiles/chap_DOM}            %% 3.  Space discretisation 
     4\subfile{../subfiles/chap_TRA}            %% 4.  Tracer advection/diffusion equation 
     5\subfile{../subfiles/chap_DYN}            %% 5.  Dynamics : momentum equation 
     6\subfile{../subfiles/chap_SBC}            %% 6.  Surface Boundary Conditions 
     7\subfile{../subfiles/chap_LBC}            %% 7.  Lateral Boundary Conditions 
     8\subfile{../subfiles/chap_LDF}            %% 8.  Lateral diffusion 
     9\subfile{../subfiles/chap_ZDF}            %% 9.  Vertical diffusion 
     10\subfile{../subfiles/chap_DIA}            %% 10. Outputs and Diagnostics 
     11\subfile{../subfiles/chap_OBS}            %% 11. Observation operator 
     12\subfile{../subfiles/chap_ASM}            %% 12. Assimilation increments 
     13\subfile{../subfiles/chap_STO}            %% 13. Stochastic param. 
     14\subfile{../subfiles/chap_misc}           %% 14. Miscellaneous topics 
     15\subfile{../subfiles/chap_cfgs}           %% 15. Predefined configurations 
     16 
     17%% Not included 
     18%\subfile{../subfiles/chap_model_basics_zstar} 
     19%\subfile{../subfiles/chap_DIU} 
     20%\subfile{../subfiles/chap_conservation} 
Note: See TracChangeset for help on using the changeset viewer.