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 2 and Version 3 of ticket/0465_Rivers


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0465_Rivers

    v2 v3  
    1313=== Description === 
    1414 
     15The river runoff has been seperated from emp and emps throughout the code.  This has been done by creating a new 2d variable rnf, and replacing emp and emps with 'emp - rnf' and 'emps - rnf' where ever appropriate.  This meant changing the following files; 
     16SBC/sbc_oce.F90 
    1517 
     18cla.F90 
     19 
     20cla_div.F90 
     21 
     22cla_dynspg.F90 
     23 
     24BDY/bdyvol.F90 
     25 
     26DIA/diawri.F90 
     27 
     28DIA/diawri_dimg.h90 
     29 
     30DOM/domvvl.F90 
     31 
     32DYN/dynspg_exp.F90 
     33 
     34DYN/dynspg_flt.F90 
     35 
     36DYN/dynspg_ts.F90 
     37 
     38DYN/wzvmod.F90 
     39 
     40OBC/obcvol.F90 
     41 
     42SBC/sbcmod.F90 
     43 
     44ZDF/zdfkpp.F90 
     45 
     46DIA/diafwb.F90 
     47 
     48DOM/closea.F90 
     49 
     50SBC/sbcfwb.F90 
     51 
     52SBC/sbcssr.F90 
     53 
     54 
     55Then the option was included for the user to specify the temperature and salinity or the river runoff, as well specifying a depth for which the river runoff will be added (this includes being able to specify adding throughout the water column, and into the surface layer only).  These changes are applied in sbcrnf and trasbc.  In sbcrnf the routine is amended to define extra variables, and read in/calculate the extra info, then in trasbc the adjustment to temperature and salinity now includes an adjustment due to the river qualities.  For more information on this change please see the word document attached to the ticket (465). 
    1656---- 
    1757=== Testing ===