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

Changes between Initial Version and Version 1 of ticket/1085


Ignore:
Timestamp:
2013-10-29T16:41:38+01:00 (10 years ago)
Author:
hadcv
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1085

    v1 v1  
     1[[PageOutline]] 
     2Last edited [[Timestamp]] 
     3 
     4[[BR]] 
     5 
     6'''Author''' : hadcv  
     7 
     8'''ticket''' : #1085 
     9 
     10'''Branch''' : [http://forge.ipsl.jussieu.fr/nemo/browser/branches/2013/dev_r3987_UKMO6_C1D      dev_r3987_UKMO6_C1D ]  
     11 
     12 
     13---- 
     14=== Description === 
     15 
     16'''Motivation''' 
     17 
     18The changes proposed aim to expand the functionality of the NEMO C1D configuration. In its current form, the configuration is not particularly user-friendly and lacks some of the flexibility and functionality that might be desired by a prospective user. Based on anticipated requirements for the [http://www.osmosis.ac.uk   OSMOSIS project], a number of changes have been made to the C1D configuration. The changes make up an initial contribution to an overall enhancement of the C1D configuration, with further changes planned for the 2014 work plan. 
     19 
     20'''Overview of changes''' 
     21 
     22 1. Add a namelist entry for C1D configuration options 
     23 2. Add namelist specification of the column location given latitude and longitude 
     24 3. Allow use of timeseries/mooring data (no x,y dimension) in fldread 
     25 4. Allow use of fldread record frequencies of less than 1hr 
     26 5. Add specification of measurement heights for forcing data 
     27 6. Allow use of tracer damping module in C1D configuration 
     28 7. Add momentum damping module for C1D configuration 
     29 8. Other minor changes 
     30 
     31 
     32---- 
     33=== Testing === 
     34Testing could consider (where appropriate) other configurations in addition to NVTK]. 
     35 
     36||NVTK Tested||!'''YES/NO!'''|| 
     37||Other model configurations||'''YES'''|| 
     38||Processor configurations tested||'''1 processor only'''|| 
     39||If adding new functionality please confirm that the [[BR]]New code doesn't change results when it is switched off [[BR]]and works when switched on||'''YES'''|| 
     40 
     41(Answering UNSURE is likely to generate further questions from reviewers.) 
     42 
     43'Please add further summary details here' 
     44 
     45'''<ATTACHED DOC>''' 
     46 
     47 
     48---- 
     49=== Bit Comparability === 
     50||Does this change preserve answers in your tested standard configurations (to the last bit) ?||!'''YES/NO !'''|| 
     51||Does this change bit compare across various processor configurations. (1xM, Nx1 and MxN are recommended)||!'''YES/NO!'''|| 
     52||Is this change expected to preserve answers in all possible model configurations?||'''YES'''|| 
     53||Is this change expected to preserve all diagnostics? [[BR]]''Preserving answers in model runs does not necessarily imply preserved diagnostics.'' ||'''YES'''|| 
     54 
     55If you answered !'''NO!''' to any of the above, please provide further details: 
     56 
     57 * Which routine(s) are causing the difference? 
     58 * Why the changes are not protected by a logical switch or new section-version 
     59 * 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. 
     60 * What do you expect to see occur in the test harness jobs? 
     61 * Which diagnostics have you altered and why have they changed?Please add details here........ 
     62 
     63 
     64---- 
     65=== System Changes === 
     66||Does your change alter namelists?||'''YES'''|| 
     67||Does your change require a change in compiler options?||'''NO'''|| 
     68 
     69 * Add ''namc1d'' namelist to miscellaneous namelists section 
     70   * General C1D options 
     71 * Add ''namc1d_uvd'' namelist to miscellaneous namelists section 
     72   * dta_uvd control, similar to ''namtsd'' 
     73 * Add ''namc1d_dyndmp'' namelist to miscellaneous namelists section 
     74   * dyndmp control, only contains ln_dyndmp activation logical 
     75 * Modify ''namsbc_core'' namelist to include three new parameters 
     76   * ln_bulk2z, rn_zqt & rn_zu, controlling functionality related to change 5 in the description above 
     77 
     78 
     79---- 
     80=== Resources === 
     81 
     82''' C1D configuration ''' 
     83'' Using XIOS attached mode, temperature output only, for a 150-day run '' 
     84 * Before changes: 18 seconds, 199mb 
     85 * After changes: 20 seconds, 347mb 
     86 
     87''' 3D configuration ''' 
     88'' Using XIOS detached mode, standard assessment-level output, for a 5-day run '' 
     89 * Before changes: 908s, 34124mb (maximum node usage) 
     90 * After changes: 906s, 34546mb (maximum node usage) 
     91 
     92 
     93---- 
     94=== IPR issues === 
     95||Has the code been wholly (100%) produced by NEMO developers staff working exclusively on NEMO?||'''YES'''|| 
     96 
     97If No: 
     98 
     99 * Identify the collaboration agreement details 
     100 * Ensure the code routine header is in accordance with the agreement, (Copyright/Redistribution etc).Add further details here if required..........