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/1367_NOC2_ZTS (diff) – NEMO

Changes between Initial Version and Version 1 of ticket/1367_NOC2_ZTS


Ignore:
Timestamp:
2014-08-05T12:30:46+02:00 (10 years ago)
Author:
acc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1367_NOC2_ZTS

    v1 v1  
     1'''2014 NOC2 sub- time stepping of vertical advection to ease numerical stability problems with high vertical resolution and options which reduce vertical metrics 
     2''' 
     3 
     4 
     5Stage 1. Create branch and checkout a working copy: 
     6 
     7{{{ 
     8svn copy svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk          svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2014/dev_r4743_NOC2_ZTS -m "Create branch for NOCS development of a sub-timestepping scheme for vertical advection to ease numerical stability issues when vertical metrics become small. See ticket #1367" 
     9 
     10svn co svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2014/dev_r4743_NOC2_ZTS 
     11}}} 
     12 
     13Stage 2. Import changes from test directory and check in  
     14 
     15{{{ 
     16svn ci -m"Branch 2014/dev_r4743_NOC2_ZTS, #1367. Code changes to introduce optional sub-timestepping for vertical advection. Changes in dynadv.F90, dynzad.F90, traadv.F90, traadv_tvd.F90 and namelist_ref only." 
     17Password:  
     18svnserve: warning: cannot set LC_CTYPE locale 
     19svnserve: warning: environment variable LC_CTYPE is en_GB.utf-8 
     20svnserve: warning: please check that your locale name is correct 
     21Sending        NEMOGCM/CONFIG/SHARED/namelist_ref 
     22Sending        NEMOGCM/NEMO/OPA_SRC/DYN/dynadv.F90 
     23Sending        NEMOGCM/NEMO/OPA_SRC/DYN/dynzad.F90 
     24Sending        NEMOGCM/NEMO/OPA_SRC/TRA/traadv.F90 
     25Sending        NEMOGCM/NEMO/OPA_SRC/TRA/traadv_tvd.F90 
     26Transmitting file data ..... 
     27Committed revision 4736. 
     28}}}