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 769 for branches/dev_001_GM/NEMO/TOP_SRC/PISCES/par_pisces.F90 – NEMO

Ignore:
Timestamp:
2007-12-16T15:55:58+01:00 (16 years ago)
Author:
gm
Message:

dev_001_GM - suppression of upper case in module names: par_LOBSTER, etc...

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/dev_001_GM/NEMO/TOP_SRC/PISCES/par_pisces.F90

    r768 r769  
    1 MODULE par_PISCES 
     1MODULE par_pisces 
    22   !!====================================================================== 
    3    !!                        ***  par_PISCES  *** 
     3   !!                        ***  par_pisces  *** 
    44   !! TOP :   set the PISCES parameters 
    55   !!====================================================================== 
     
    1010   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    1111   !!---------------------------------------------------------------------- 
    12    USE par_LOBSTER, ONLY : jp_lobster   !: number of tracers in LOBSTER 
     12   USE par_lobster, ONLY : jp_lobster   !: number of tracers in LOBSTER 
    1313 
    1414   IMPLICIT NONE 
     
    111111 
    112112   !!====================================================================== 
    113 END MODULE par_PISCES 
     113END MODULE par_pisces 
Note: See TracChangeset for help on using the changeset viewer.