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/CFC – 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/CFC/par_cfc.F90

    r768 r769  
    1 MODULE par_CFC 
     1MODULE par_cfc 
    22   !!====================================================================== 
    3    !!                        ***  par_CFC  *** 
     3   !!                        ***  par_cfc  *** 
    44   !! TOP :   set the CFC 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 
    13    USE par_PISCES , ONLY : jp_pisces    !: number of tracers in PISCES 
     12   USE par_lobster, ONLY : jp_lobster   !: number of tracers in LOBSTER 
     13   USE par_pisces , ONLY : jp_pisces    !: number of tracers in PISCES 
    1414 
    1515   IMPLICIT NONE 
     
    4747 
    4848   !!====================================================================== 
    49 END MODULE par_CFC 
     49END MODULE par_cfc 
Note: See TracChangeset for help on using the changeset viewer.