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 2049 – NEMO

Changeset 2049


Ignore:
Timestamp:
2010-08-13T10:14:15+02:00 (14 years ago)
Author:
cetlod
Message:

change jp_lpobster to jp_lobster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/PISCES/par_pisces.F90

    r2047 r2049  
    1010   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    1111   !!---------------------------------------------------------------------- 
    12    USE par_lobster, ONLY : jp_lpobster      !: number of tracers in LOBSTER 
    13    USE par_lobster, ONLY : jp_lpobster_2d   !: number of 2D diag in LOBSTER 
    14    USE par_lobster, ONLY : jp_lpobster_3d   !: number of 3D diag in LOBSTER 
    15    USE par_lobster, ONLY : jp_lpobster_trd  !: number of biological diag in LOBSTER 
     12   USE par_lobster, ONLY : jp_lobster      !: number of tracers in LOBSTER 
     13   USE par_lobster, ONLY : jp_lobster_2d   !: number of 2D diag in LOBSTER 
     14   USE par_lobster, ONLY : jp_lobster_3d   !: number of 3D diag in LOBSTER 
     15   USE par_lobster, ONLY : jp_lobster_trd  !: number of biological diag in LOBSTER 
    1616 
    1717   IMPLICIT NONE 
    1818 
    19    INTEGER, PARAMETER ::   jp_lp      = jp_lpobster      !: cumulative number of already defined TRC 
    20    INTEGER, PARAMETER ::   jp_lp_2d   = jp_lpobster_2d   !: 
    21    INTEGER, PARAMETER ::   jp_lp_3d   = jp_lpobster_3d   !: 
    22    INTEGER, PARAMETER ::   jp_lp_trd  = jp_lpobster_trd  !: 
     19   INTEGER, PARAMETER ::   jp_lp      = jp_lobster      !: cumulative number of already defined TRC 
     20   INTEGER, PARAMETER ::   jp_lp_2d   = jp_lobster_2d   !: 
     21   INTEGER, PARAMETER ::   jp_lp_3d   = jp_lobster_3d   !: 
     22   INTEGER, PARAMETER ::   jp_lp_trd  = jp_lobster_trd  !: 
    2323 
    2424#if defined key_pisces  &&  defined key_kriest 
Note: See TracChangeset for help on using the changeset viewer.