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

Changes between Version 1 and Version 2 of ticket/0842_TRA_TRP


Ignore:
Timestamp:
2011-06-29T10:20:24+02:00 (13 years ago)
Author:
cetlod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0842_TRA_TRP

    v1 v2  
    1313=== Description === 
    1414 
    15 ''' Motivations''' 
    16 Merge of active and passive tracer advection/diffusion modules to avoid duplication of almost identical modules 
     15''' Motivations'''[[BR]] 
     16Merge of active and passive tracer advection/diffusion modules to avoid duplication of almost identical modules. Continuation of the work done in 2010  
    1717 
    18 '''Status''' 
     18'''Status'''[[BR]] 
    1919The merge has been done for transport routines, using a switch to avoid the suppression of T and S array at this time, See wiki:ticket/664_TRA_TRP 
    2020 
     21'''Main tasks'''[[BR]] 
     22 
     23'''(1)''' Merge dtatem-dtasal into dtatsd [[BR]] 
     24 
     25In previous version of NEMO, the 3D field of T and S were used for (1) internal damping to levitus (key_tradmp) and (2) for sst and sss restoring. This was the reason why dta_tem and dta_sal where called at the beginning of step before the surface fluxes computation and the tra_dmp call. 
     26 
     27With the new surface module, the optional restoring to sst ans sss now uses another data file containing only the 2D temp and salinity data required for the sea surface restoring. The read of 3D field is now only required if the key_tradmp is defined (and in the initialisation, when starting from levitus). Therefore, the call to dta_tem and _sal can now be moved in tradmp module. Furthermore, it is suggested to combine the two modules (dtatem & dtasal) into a single module as they are almost identical.  
     28''' 
    2129---- 
    2230=== Testing ===