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 10 and Version 11 of ticket/0927_Energy_diag


Ignore:
Timestamp:
2012-02-21T16:26:10+01:00 (12 years ago)
Author:
gm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0927_Energy_diag

    v10 v11  
    3131=== ''' Step I : add the 3D output ''' === 
    3232 
    33   '''trdmod_oce''' module[[BR]] 
     33  '''trdmod_oce''' module and '''namtrd namelist''' [[BR]] 
    3434logical flags added in namlist namtrd which now controls what is done with the trends. [[BR]] 
    3535All the types of treatment of a given trend are available at the same time. The memory requirement will only increase due to the time averaged arrays defined in IOM. 
     
    4545   LOGICAL , PUBLIC  ::   ln_ML_trd_d   = .FALSE.         !: (T) 2D momentum trends averaged over the mixed layer  
    4646}}} 
     47Add these new logical in the namelist. '''==>>> CAUTION only in the ORCA2_LIM directory''' [[BR]] 
    4748[[BR]] 
    4849 
     
    6364[[BR]] 
    6465 
    65   '''dynvor and trdvor''' modules[[BR]] 
    66 suppress 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]] 
     66  '''dynvor, trdvor and trdmod_oce''' modules[[BR]] 
     67suppress 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. And obviously suppress jpdyn_trd_dat from trdmod_oce [[BR]] 
    6768[[BR]] 
    6869 
     
    7879name zdfp for "PURE" vertical diffusion trends are output so that by difference with "zdf" trends we can access to the vertical contribution of the iso-neutral operator [[BR]] 
    7980[[BR]] 
     81 
     82  '''iodef.xml''' file[[BR]] 
     83add all the trends nick name : '''==>>> CAUTION only in the ORCA2_LIM directory''' [[BR]] 
     84[[BR]] 
     85 
    8086 
    8187