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.
2009WP/2009Stream3/VVL (diff) – NEMO

Changes between Version 5 and Version 6 of 2009WP/2009Stream3/VVL


Ignore:
Timestamp:
2009-04-29T16:07:12+02:00 (15 years ago)
Author:
rblod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2009WP/2009Stream3/VVL

    v5 v6  
    1 == '''Debugging variable volume option'' ==  
     1=== '''Debugging variable volume option'' ===  
    22[[BR]] 
    33 
     
    1212 
    1313---- 
    14 == 1. Getting the code == 
     14=== 1. Getting the code === 
    1515[[BR]] 
    1616 
     
    3939 
    4040 
    41 == 2.  Code organisation == 
     41=== 2.  Code organisation === 
    4242[[BR]] 
    43 === 2.1 Flow chart === 
     43==== 2.1 Flow chart ==== 
    4444(original from Mathieu Leclair) 
    4545[[Image(NEW_flowchart.png, 50%)]] 
    4646 
    4747 
    48 === 2.2 Sea surface height repartition  === 
     48==== 2.2 Sea surface height repartition  ==== 
    4949 
    5050Repartition on the whole water column, so key_sigma_vll has been suppressed. Reference coordinate is referred as e3t_0 for instance, and pre-processing (in domzgr_substitute.h90) is used to define before, now, after scale factors, for instance :[[BR]] 
     
    5454 
    5555 
    56 == 3. Modified routines == 
     56=== 3. Modified routines === 
    5757 
    5858 - domvvl is now used only for initialisation (called from istate)   (===> should be better to call it from domain....) 
     
    6363 - zdfevd : for stability issue, test to apply enhanced diffusion has to be performed on now Brunt-Vaisala frequency 
    6464 
    65 == 4. Cautions == 
     65=== 4. Cautions === 
    6666 - use s-coordinate pressure gradient when using variable volume[[BR]] 
    6767 - the time splitting is minimalistic [[BR]] 
     
    6969 - vertical velocity in output is shifted by 1 time step  
    7070 
    71 == 5. To be done == 
     71=== 5. To be done === 
    7272 - embedded sea-ice (Gurvan and Yevgeni) 
    7373 - in vector invariant formulation, temporal derivatif of h is not treated (for both baroclinic and barotropic mode of momentum equations) 
     
    8181 
    8282 
    83 == 6. Tests == 
     83=== 6. Tests === 
    8484[[BR]] 
    85 === 6.1 Paris === 
     85==== 6.1 Paris ==== 
    8686 - ORCA2_LIM zps fixed volume and filtred free surface 
    8787 - ORCA2_LIM zps variable volume and filtred free surface