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.
Changeset 1601 for trunk/NEMO/OPA_SRC/TRD/trdicp_oce.F90 – NEMO

Ignore:
Timestamp:
2009-08-11T12:09:19+02:00 (15 years ago)
Author:
ctlod
Message:

Doctor naming of OPA namelist variables , see ticket: #526

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRD/trdicp_oce.F90

    r1152 r1601  
    1414   PUBLIC 
    1515 
    16    !! * Shared module variables 
    1716#if  defined key_trdtra   &&   defined key_trddyn    ||   defined key_esopa 
    1817   LOGICAL, PARAMETER ::   lk_trdtra = .TRUE.    !: tracers  trend flag 
     
    2928#endif 
    3029 
    31    !! Tracers trends diagnostics parameters 
    32    !!--------------------------------------------------------------------- 
    33    INTEGER, PARAMETER ::   &  !: => tracer trends indexes <= 
    34         jpicpt_xad =  1,   &  !: x- horizontal advection 
    35         jpicpt_yad =  2,   &  !: y- horizontal advection 
    36         jpicpt_zad =  3,   &  !: z- vertical   advection 
    37         jpicpt_ldf =  4,   &  !: lateral       diffusion 
    38         jpicpt_zdf =  5,   &  !: vertical diffusion (Kz) 
    39         jpicpt_bbc =  6,   &  !: Bottom Boundary Condition (geoth. flux)  
    40         jpicpt_bbl =  7,   &  !: Bottom Boundary Layer (diffusive/convective) 
    41         jpicpt_npc =  8,   &  !: static instability mixing 
    42         jpicpt_dmp =  9,   &  !: damping 
    43         jpicpt_qsr = 10,   &  !: penetrative solar radiation 
    44         jpicpt_nsr = 11,   &  !: non solar radiation 
    45         jpicpt_zl1 = 12       !: first level vertical flux 
     30   !                                        !!! => tracer trends indexes <= 
     31   INTEGER, PARAMETER ::   jpicpt_xad =  1   !: x- horizontal advection 
     32   INTEGER, PARAMETER ::   jpicpt_yad =  2   !: y- horizontal advection 
     33   INTEGER, PARAMETER ::   jpicpt_zad =  3   !: z- vertical   advection 
     34   INTEGER, PARAMETER ::   jpicpt_ldf =  4   !: lateral       diffusion 
     35   INTEGER, PARAMETER ::   jpicpt_zdf =  5   !: vertical diffusion (Kz) 
     36   INTEGER, PARAMETER ::   jpicpt_bbc =  6   !: Bottom Boundary Condition (geoth. flux)  
     37   INTEGER, PARAMETER ::   jpicpt_bbl =  7   !: Bottom Boundary Layer (diffusive/convective) 
     38   INTEGER, PARAMETER ::   jpicpt_npc =  8   !: static instability mixing 
     39   INTEGER, PARAMETER ::   jpicpt_dmp =  9   !: damping 
     40   INTEGER, PARAMETER ::   jpicpt_qsr = 10   !: penetrative solar radiation 
     41   INTEGER, PARAMETER ::   jpicpt_nsr = 11   !: non solar radiation 
     42   INTEGER, PARAMETER ::   jpicpt_zl1 = 12   !: first level vertical flux 
    4643 
    47    INTEGER, PARAMETER ::   &  !: => Total tracer trends indexes <= 
    48         jptot_tra = 12        !: change it when adding/removing one indice above 
     44   !                                        !!! => Total tracer trends indexes <= 
     45   INTEGER, PARAMETER ::   jptot_tra  = 12   !: change it when adding/removing one indice above 
    4946    
    50    !! Momentum trends diagnostics parameters 
    51    !!--------------------------------------------------------------------- 
    52    INTEGER, PARAMETER ::   &  !: => dynamic trends indexes <= 
    53         jpicpd_hpg =  1,   &  !: hydrostatic pressure gradient  
    54         jpicpd_keg =  2,   &  !: kinetic energy gradient 
    55         jpicpd_rvo =  3,   &  !: relative vorticity 
    56         jpicpd_pvo =  4,   &  !: planetary vorticity 
    57         jpicpd_ldf =  5,   &  !: lateral diffusion 
    58         jpicpd_had =  6,   &  !: horizontal advection 
    59         jpicpd_zad =  7,   &  !: vertical advection 
    60         jpicpd_zdf =  8,   &  !: vertical diffusion 
    61         jpicpd_spg =  9,   &  !: surface pressure gradient 
    62         jpicpd_dat = 10,   &  !: damping term 
    63         jpicpd_swf = 11,   &  !: surface wind forcing 
    64         jpicpd_bfr = 12       !: bottom friction  
     47   !                                        !!! => dynamic trends indexes <= 
     48   INTEGER, PARAMETER ::   jpicpd_hpg =  1   !: hydrostatic pressure gradient  
     49   INTEGER, PARAMETER ::   jpicpd_keg =  2   !: kinetic energy gradient 
     50   INTEGER, PARAMETER ::   jpicpd_rvo =  3   !: relative vorticity 
     51   INTEGER, PARAMETER ::   jpicpd_pvo =  4   !: planetary vorticity 
     52   INTEGER, PARAMETER ::   jpicpd_ldf =  5   !: lateral diffusion 
     53   INTEGER, PARAMETER ::   jpicpd_had =  6   !: horizontal advection 
     54   INTEGER, PARAMETER ::   jpicpd_zad =  7   !: vertical advection 
     55   INTEGER, PARAMETER ::   jpicpd_zdf =  8   !: vertical diffusion 
     56   INTEGER, PARAMETER ::   jpicpd_spg =  9   !: surface pressure gradient 
     57   INTEGER, PARAMETER ::   jpicpd_dat = 10   !: damping term 
     58   INTEGER, PARAMETER ::   jpicpd_swf = 11   !: surface wind forcing 
     59   INTEGER, PARAMETER ::   jpicpd_bfr = 12   !: bottom friction  
    6560 
    66    INTEGER, PARAMETER ::   &  !: => Total dynamic trends indexes <= 
    67         jptot_dyn = 12        !: change it when adding/removing one indice above 
     61   !                                        !!! => Total dynamic trends indexes <= 
     62   INTEGER, PARAMETER ::   jptot_dyn  = 12   !: change it when adding/removing one indice above 
    6863    
    6964#if   defined key_trdtra   ||   defined key_trddyn   ||   defined key_esopa 
     
    8984#endif 
    9085   !!---------------------------------------------------------------------- 
    91    !!  OPA 9.0 , LOCEAN-IPSL (2005)  
     86   !! NEMO/OPA 3.2 , LOCEAN-IPSL (2009)  
    9287   !! $Id$  
    9388   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
Note: See TracChangeset for help on using the changeset viewer.