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.
2020WP/VALID-11_clevy_OASIS_TESTCASE (diff) – NEMO

Changes between Version 12 and Version 13 of 2020WP/VALID-11_clevy_OASIS_TESTCASE


Ignore:
Timestamp:
2020-04-08T10:44:30+02:00 (4 years ago)
Author:
clevy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2020WP/VALID-11_clevy_OASIS_TESTCASE

    v12 v13  
    100100svn co http://forge.ipsl.jussieu.fr/nemo/svn/NEMO/branches/2020/dev_r12565_VALID-11_clevy_OASIS_TESTCASE 
    101101}}} 
    102 * Change the tools property as external by typing 
    103 {{{ 
    104 svn propedit svn:externals "PATH_OF_YOUR WORKING COPY" 
    105 }}} 
    106 This will edit the list of external properties (beware: the SVN_EDITOR variable must be set, for example to emacs). 
    107 Once edited, change line  
    108 {{{ 
    109 ^/utils/tools@HEAD            tools 
    110 }}} 
    111 to  
    112 {{{ 
    113 ^/utils/tools_CPL_OASIS_ticket2379_2020@HEAD            tools 
    114 }}} 
    115 * Save the file and quit editor 
    116 * remove the tools directory 
    117 {{{ 
    118 \rm -rf tools 
    119 }}} 
    120 * Update 
    121 {{{ 
    122 svn st # will update the tools/TOYATM directory to the correct one 
    123 }}} 
    124102 
    125 More details on how to set up and run the CPL_OASIS test case in ./tests/CPL_OASIS/README.md 
     103The tools subdirectory is now extracted for this branch from the new development branch created to update TOYATM: tools_CPL_OASIS_ticket2379_2020 [[br]] 
     104 
     105'''More details on how to set up and run the CPL_OASIS test case in ./tests/CPL_OASIS/README.md''' 
    126106== Tests 
    127107