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.
ticket/0863 (diff) – NEMO

Changes between Version 5 and Version 6 of ticket/0863


Ignore:
Timestamp:
2011-10-12T23:44:17+02:00 (13 years ago)
Author:
mlelod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0863

    v5 v6  
    1212 
    1313 
    14 == The z_tilde vertical coordinate == 
     14=== The z_tilde vertical coordinate === 
    1515Implementation of the z_tilde Arbitrary Lagrangian Eulerian vertical coordinate discribed in Leclair & Madec, Ocean Modelling, 2011 
    1616 
    1717Baroclinic high frequency vertical motions are followed by the coordinate (Lagrangian part) while barotropic and baroclinic low frequency ones are discribed through cross-level velocities (Eulerian part). 
    1818 
    19 == Structure description == 
     19=== Structure === 
    2020z_star and z_tilde vertical coordinates are now two possible "sub-options" of the vvl key. 
    2121A third one, the full layer coordinate has been introduced for academic and debuging purposes. 
     
    3737IF( lk_vvl )   CALL dom_vvl_sf_swp( kstp ) 
    3838}}} 
     39 
     40=== Core description === 
     41 
     42== Step 1 : Initialisation == 
     43 
     44== Step 2 : Next sea surface height == 
     45 
     46== Step 3 : Next vertical scale factor == 
     47 
     48== Step 4 : Now vertical velocity (Eulerian cross-level velocity) == 
     49 
     50== Step 5 : Thickness diffusion velocity in tracers advection == 
     51 
     52== Step 6 : Swap of sea surface height == 
     53 
     54== Step 7 : Swap of vertical scale factors == 
     55 
     56=== Side modified modules === 
     57 
     58== sbc_oce.F90 == 
     59 
     60== sbcssm.F90 == 
     61 
    3962---- 
    4063 
    41 == Testing == 
     64=== Testing === 
    4265Testing could consider (where appropriate) other configurations in addition to NVTK]. 
    4366 
     
    7699 
    77100---- 
    78 == Resources == 
     101=== Resources === 
    79102!''Please !''summarize!'' any changes in runtime or memory use caused by this change......!'' 
    80103 
    81104---- 
    82 == IPR issues == 
     105=== IPR issues === 
    83106||Has the code been wholly (100%) produced by NEMO developers staff working exclusively on NEMO?||!'''YES/ NO !'''|| 
    84107