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

Changes between Version 8 and Version 9 of ticket/0927_Energy_diag


Ignore:
Timestamp:
2012-02-21T15:44:07+01:00 (12 years ago)
Author:
gm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0927_Energy_diag

    v8 v9  
    1212---- 
    1313 
    14 === '''LOCEAN .12 - Energy diagnostics''' === 
     14== '''LOCEAN .12 - Energy diagnostics''' == 
    1515'''     Motivation: '''    output 3D trends of tracers, momentum, kinetic energy and potential energy.[[BR]] 
    1616'''     Status :''' the extraction of trends terms exists, but not the 3D output of the trends   [[BR]] 
     
    2727 
    2828 
    29 === ''' Detail of the implementation''' === 
     29== ''' Detail of the implementation''' == 
     30 
     31=== ''' Step I : add the 3D output ''' === 
     32 
    3033  '''trdmod_oce''' module[[BR]] 
    3134logical flags added in namlist namtrd which now controls what is done with the trends. [[BR]] 
     
    5861  '''dynnxt''' module[[BR]] 
    5962add the output using mom of the total den trend (except asselin time filter) ("utrd_tot", "vtrd_tot") and of the asselin time filter trend ("utrd_atf", "vtrd_atf") but with a shift by one time step[[BR]] 
     63[[BR]] 
     64 
     65  '''dynvor and trdvor''' modules[[BR]] 
     66suppress the call to trd_mod in the jpdyn_trd_dat case (computation of beta.V) add add the calculation of beta.V term in 'trdvor' in jpvor_pvo case [[BR]] 
    6067[[BR]] 
    6168