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_v3.5 (diff) – NEMO

Changes between Version 2 and Version 3 of ticket/0927_Energy_diag_v3.5


Ignore:
Timestamp:
2013-04-24T16:42:55+02:00 (11 years ago)
Author:
gm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0927_Energy_diag_v3.5

    v2 v3  
    1212'''     Motivation: '''    output 3D trends of tracers, momentum, kinetic energy and potential energy.[[BR]] '''     Status :''' the extraction of trends terms exists, but not the 3D output of the trends   [[BR]] '''     Main tasks :'''         [[BR]] 
    1313 
    14   (1) implement the 3D output of tracers and momentum trends using iom_put [[BR]]                                              (2) compute and output the 3D trends of PE and KE. In particular introduce a consistent way of computing PE[[BR]]   (3) add Vallis equation of state in replacement of linear in T and in T-S eos (nn_eos=2)[[BR]]   (4) add the exact Jacket and McDougall    eos (nn_eos=-1) keep for backward compatibility the nn_eos=0 old case[[BR]]   (5) add TEOS10 equation of state[[BR]]   (3) validation + documentation 
     14  (1) implement the 3D output of tracers and momentum trends using iom_put [[BR]]                                               (2) compute and output the 3D trends of PE and KE. In particular introduce a consistent way of computing PE[[BR]]    (3) add Vallis equation of state in replacement of linear in T and in T-S eos (nn_eos=2)[[BR]]    (4) add the exact Jacket and McDougall     eos (nn_eos=-1) keep for backward compatibility the nn_eos=0 old case[[BR]]    (5) add TEOS10 equation of state[[BR]]    (6) validation + documentation 
    1515 
    1616'''     Science Reviewer:''' NOCS guy?     [[BR]]     '''     System Reviewer:'''  NOCS guy?     [[BR]]    '''     Deadline:'''   automn 2013 [[BR]] '''     Priority:'''      high    [[BR]] '''     Depends on:''' - [[BR]] '''     Principal Investigator : '''      Gurvan Madec and Fabien Roquet (gurvan.madec@locean-ipsl.upmc.fr)  [[BR]] [[BR]] 
     
    2525see Changeset [https://forge.ipsl.jussieu.fr/nemo/changeset/3874 "[3874]"] ; [https://forge.ipsl.jussieu.fr/nemo/changeset/3876 "[3876]"] and [https://forge.ipsl.jussieu.fr/nemo/changeset/3878 "[3878]"] 
    2626 
    27 '''II. First revision of the eos''' 
     27'''II. First revision of the eos '''(see''' '''Changeset [https://forge.ipsl.jussieu.fr/nemo/changeset/3893 3893] ) 
    2828 
    2929• introduce Vallis eos as the alternative to UNESCO type eos, 
     
    3434 
    3535 * Added 4D variable rab_b(:,:,:,jp_ts) and rab_n(:,:,:,jp_ts)  (oce.F90 ; istate.F90, ) and their calculation in eosbn2.F90 
    36  * Add Vallis eos and suppress the 2 old eos. (eosbn2.F90 + namelist only for ORCA2_LIM config for the moment  
     36 * Add Vallis eos and suppress the 2 old linear eos. (which can be simply recovered by playing with Vallis coefficient) (eosbn2.F90 + namelist only for ORCA2_LIM config for the moment 
    3737 * introduce the computation of rab_pe, the primitive of rab in eosbn2.F90 module and use it in trdpen.F90 
    3838