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

Changes between Version 1 and Version 2 of ticket/0465_Rivers


Ignore:
Timestamp:
2010-06-16T16:13:28+02:00 (14 years ago)
Author:
rfurner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0465_Rivers

    v1 v2  
    88'''ticket''' : #465 
    99 
    10 '''Branch''' : [https://forge.ipsl.jussieu.fr/nemo/browser/branches/Rivers      BRANCH_NAME ]  
     10'''Branch''' : [https://forge.ipsl.jussieu.fr/nemo/browser/branches/DEV_R1821_Rivers]  
    1111---- 
    1212 
     
    2121||Other model configurations||!'''YES/NO!'''|| 
    2222||Processor configurations tested||[ Enter processor configs tested here ]|| 
    23 ||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/NO/NA!'''|| 
     23||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'''|| 
    2424 
    2525(Answering UNSURE is likely to generate further questions from reviewers.) 
     
    3333||Does this change preserve answers in your tested standard configurations (to the last bit) ?||!'''YES/NO !'''|| 
    3434||Does this change bit compare across various processor configurations. (1xM, Nx1 and MxN are recommended)||!'''YES/NO!'''|| 
    35 ||Is this change expected to preserve answers in all possible model configurations?||!'''YES/NO!'''|| 
    36 ||Is this change expected to preserve all diagnostics? [[BR]]!,,!''Preserving answers in model runs does not necessarily imply preserved diagnostics. !''||!'''YES/NO!'''|| 
     35||Is this change expected to preserve answers in all possible model configurations?||!'''YES'''|| 
     36||Is this change expected to preserve all diagnostics? [[BR]]!,,!''Preserving answers in model runs does not necessarily imply preserved diagnostics. !''||!'''YES'''|| 
    3737 
    3838If you answered !'''NO!''' to any of the above, please provide further details: 
     
    4646---- 
    4747=== System Changes === 
    48 ||Does your change alter namelists?||!'''YES/NO !'''|| 
    49 ||Does your change require a change in compiler options?||!'''YES/NO !'''|| 
     48||Does your change alter namelists?||!'''YES '''|| 
     49||Does your change require a change in compiler options?||!'''YES'''|| 
    5050 
    5151If any of these apply, please document the changes required here....... 
     52 
     53The namelist must be amended so namsbc_rnf is: 
     54 
     55!----------------------------------------------------------------------- 
     56 
     57&namsbc_rnf    !   runoffs namelist surface boundary condition 
     58 
     59!----------------------------------------------------------------------- 
     60 
     61!              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     62 
     63!              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
     64 
     65   cn_dir       = './'      !  root directory for the location of the runoff files 
     66 
     67   ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
     68 
     69   sn_rnf      = 'AMM_rivers' ,        24        , 'rorunoff' ,    .false.     , .true.  , 'daily'   , ''       , '' 
     70 
     71   sn_cnf      = 'runoff_1m_nomask' ,   0        , 'socoefr'  ,    .false.     , .true.  , 'yearly'  , ''       , '' 
     72 
     73   sn_sal_rnf  = 'AMM_rivers' ,        24        , 'rosaline' ,    .false.     , .true.  , 'daily'   , ''       , '' 
     74 
     75   sn_tmp_rnf  = 'AMM_rivers' ,        24        , 'rotemper' ,    .false.     , .true.  , 'daily'   , ''       , '' 
     76 
     77   sn_dep_rnf  = 'AMM_rivers' ,        24        , 'rodepth'  ,    .false.     , .true.  , 'daily'   , ''       , '' 
     78 
     79   ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
     80 
     81   rn_hrnf      =  1000.e0    !  depth over which enhanced vertical mixing is used 
     82 
     83   rn_avt_rnf   =  10.e0    !  value of the additional vertical mixing coef. [m2/s] 
     84 
     85   rn_rfact     =   1.e0    !  multiplicative factor for runoff 
     86 
     87   ln_rnf_att   =  .true.   !  read in salinity, temperature and depth information for runoff 
     88 
     89/ 
     90  
    5291 
    5392---- 
     
    5796---- 
    5897=== IPR issues === 
    59 ||Has the code been wholly (100%) produced by NEMO developers staff working exclusively on NEMO?||!'''YES/ NO !'''|| 
     98||Has the code been wholly (100%) produced by NEMO developers staff working exclusively on NEMO?||!'''YES'''|| 
    6099 
    61100If No: