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 14 and Version 15 of ticket/0927_Energy_diag


Ignore:
Timestamp:
2012-02-23T13:22:06+01:00 (12 years ago)
Author:
gm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0927_Energy_diag

    v14 v15  
    9999 
    100100  '''trdicp and trdicp_oce''' modules[[BR]] 
     101see [https://forge.ipsl.jussieu.fr/nemo/log/branches/2012/dev_r3309_LOCEAN12_Ediag/NEMOGCM/NEMO/OPA_SRC?rev=3317  revision 3317] 
     102 
    1011031- suppress trdicp_oce module (put required variables in trdmod_oce parameters)[[BR]] 
    1021042- use the jptra_trd_...  instead of jpicp_...  
    1031053- move trd_budget subroutine from trdmod to trdicp.F90. Suppress trd_icp routine (i.e. trd_2d, trd_3d) as the work is now simply done in trd_budget.[[BR]] 
    104 4- rescan all dyn/tra trend indices. add jptra_trd_zdfp for "PURE Kz dissusive trend when ln_traldf_iso=T (see also changes in tranxt) 
    105   
     1064- rescan all dyn/tra trend indices. add jptra_trd_zdfp for "PURE Kz dissusive trend when ln_traldf_iso=T (see also changes in tranxt where a call to trd_tra is done just before the swap, so that PURE Kz trends can be diagnosed in tra_trd. See also xml file).  
     1075- jptra_trd_nsr and jptra_trd_cdt are 3D trends as their incorporate both surface forcing AND runoff, the later being possibly spread in depth ('''==>>> probably to be changed''')[[BR]] 
     1086- suppress the key_trddyn key trdtra  from trdicp[[BR]] 
     109 
     110   '''trdtra - trddyn - trdmod - trdvor''' module[[BR]] 
     111Change the logic : split DYN and TRA trend diagnostics in separate modules 
     112 
     1130- trdvor: move the trevor 1st part from trdmod to trevor module. Suppress the call of trd_vor from step (now called in trddyn for each trend, with the output done for the last trend (_atf). [[BR]] 
     1141- create a trddyn that manage the distribution to iom, global mean, KE, vor, mld [[BR]] 
     115 
     1162- tratrd manage the distribution to iom, global mean, PE, mld 
     117 
    106118 
    107119[[BR]]