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/1331_UKMO2_ice_shelves (diff) – NEMO

Changes between Version 7 and Version 8 of ticket/1331_UKMO2_ice_shelves


Ignore:
Timestamp:
2014-07-03T19:07:03+02:00 (10 years ago)
Author:
mathiot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1331_UKMO2_ice_shelves

    v7 v8  
    5555 
    5656=== Bit Comparability === 
    57 ||Does this change preserve answers in your tested standard configurations (to the last bit) ?||!'''NO'''|| 
     57||Does this change preserve answers in your tested standard configurations (to the last bit) ?||'''NO'''|| 
    5858||Does this change bit compare across various processor configurations. (1xM, Nx1 and MxN are recommended)||'''YES''' in ISOMIP configuration (not yet tested for the other configurations)|| 
    59 ||Is this change expected to preserve answers in all possible model configurations?||!'''NO'''|| 
    60 ||Is this change expected to preserve all diagnostics? [[BR]]!,,!''Preserving answers in model runs does not necessarily imply preserved diagnostics. !''||!'''NO'''|| 
     59||Is this change expected to preserve answers in all possible model configurations?||'''NO'''|| 
     60||Is this change expected to preserve all diagnostics? [[BR]]!,,!''Preserving answers in model runs does not necessarily imply preserved diagnostics. !''||'''NO'''|| 
    6161 
    6262If you answered !'''NO!''' to any of the above, please provide further details: 
    6363 
    6464 * Which routine(s) are causing the difference? 
    65    - XXXX TODO 
    66  * Why the changes are not protected by a logical switch or new section-version 
     65This have been only tested in GYRE configuration with bump at the bottom and ln_zps activated. 
     66   - domzgr.F90: For ice shelves, I need to define the the e3t/u/v/w=zt/u/v/w(k+1) - zt/u/v/w(k). If not, dep3w(i,j,k) (could be) .NE. dep3w(i,j+1,k) in the full wet cell beneath the ice shelf.  
     67   - zpshde.F90 
     68   - dynhpg.F90 
     69 * Why the changes are not protected by a logical switch or new section-version? 
    6770 * What is needed to achieve regression with the previous model release (e.g. a regression branch, hand-edits etc). If this is not possible, explain why not. 
    68    - XXXX TODO 
     71   - domzgr.F90: Need to replace definition of gdep3w_0, e3uw_0 and e3vw_0, and e3t_1d and e3w_1d by the reference 3.6 version code 
     72   - zpshde.F90: The easiest thing to do is to keep the header and the variable definition.  
     73   - dynhpg.F90: The easiest thing to do is to replace this routine by the reference 3.6 version. 
    6974 * What do you expect to see occur in the test harness jobs? 
    7075 * Which diagnostics have you altered and why have they changed?Please add details here........