Changes between Version 11 and Version 12 of 2020WP/VALID-11_clevy_OASIS_TESTCASE
- Timestamp:
- 2020-04-06T17:57:37+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2020WP/VALID-11_clevy_OASIS_TESTCASE
v11 v12 51 51 == Preview 52 52 53 {{{#!box width=50em info54 [[Include(wiki:Developers/DevProcess#preview_)]]55 }}}56 53 57 54 Methodology … … 94 91 This can be checked e.g. in the check file produced by the commands: ncks -h -v ATSSTSST -d nx,80,120 -d ny,0,10 ATSSTSST_toyatm_01.nc tropical_sst.nc ; ncwa -h -a nx,ny tropical_sst.nc check.nc 95 92 93 == Development 94 * The CPL_OASIS test case is now avalaible in the development branch (see changeset https://forge.ipsl.jussieu.fr/nemo/changeset/12663). 95 * The updated TOYATM tool is now available in an additional tools branch, see changeset https://forge.ipsl.jussieu.fr/nemo/changeset/12669 96 97 IMPORTANT: for now, I've not been able to commit in the development branch the change for external tools (in order to point on the new branch https://forge.ipsl.jussieu.fr/nemo/browser/utils/tools_CPL_OASIS_ticket2379_2020/. TEMPORARY BYPASS: 98 * Download the development branch 99 {{{ 100 svn co http://forge.ipsl.jussieu.fr/nemo/svn/NEMO/branches/2020/dev_r12565_VALID-11_clevy_OASIS_TESTCASE 101 }}} 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 }}} 124 125 More details on how to set up and run the CPL_OASIS test case in ./tests/CPL_OASIS/README.md 96 126 == Tests 97 127