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 1 and Version 2 of ticket/0927_Energy_diag_v3.5


Ignore:
Timestamp:
2013-04-24T15:58:02+02:00 (11 years ago)
Author:
gm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0927_Energy_diag_v3.5

    v1 v2  
    88 
    99---- 
    10 '''LOCEAN .3 (2013) - Energy diagnostics''' 
     10'''CNRS.3 (2013) - Energy diagnostics''' 
    1111 
    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]]   (3) 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]] 
     
    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. 
     36 * Add Vallis eos and suppress the 2 old eos. (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 
     
    4141[[BR]] '''Pending issues''' : 
    4242 
    43  * diagnostic of trends missing in the following modules :                             '''==>>  To be done !!!!''' ''' 
     43 * diagnostic of trends missing in the following modules :                             '''==>>  To be done !!!!''' ''' 
    4444 
    4545  traldf_grif.F90 ;  dynhdf_(iso,lap,bilap and bilapg).F90 ; dynnept.F90 ; dynzdf_(exp,imp).F90 ; dynspg_ts.F90