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

Changeset 769


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...

Location:
branches/dev_001_GM/NEMO/TOP_SRC
Files:
1 edited
4 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 
  • branches/dev_001_GM/NEMO/TOP_SRC/LOBSTER/par_lobster.F90

    r768 r769  
    1 MODULE par_LOBSTER 
     1MODULE par_lobster 
    22   !!====================================================================== 
    3    !!                        ***  par_LOBSTER  *** 
     3   !!                        ***  par_lobster  *** 
    44   !! TOP :   set the LOBSTER parameters 
    55   !!====================================================================== 
     
    5252 
    5353   !!====================================================================== 
    54 END MODULE par_LOBSTER 
     54END MODULE par_lobster 
  • branches/dev_001_GM/NEMO/TOP_SRC/MY_TRC/par_my_trc.F90

    r768 r769  
    1 MODULE par_MY_TRC 
     1MODULE par_my_trc 
    22   !!====================================================================== 
    3    !!                        ***  par_MY_TRC  *** 
     3   !!                        ***  par_my_trc  *** 
    44   !! TOP :   set the MY_TRC 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 
    14    USE par_CFC    , ONLY : jp_cfc       !: number of tracers in CFC 
     12   USE par_lobster, ONLY : jp_lobster   !: number of tracers in LOBSTER 
     13   USE par_pisces , ONLY : jp_pisces    !: number of tracers in PISCES 
     14   USE par_cfc    , ONLY : jp_cfc       !: number of tracers in CFC 
    1515 
    1616   IMPLICIT NONE 
     
    5050 
    5151   !!====================================================================== 
    52 END MODULE par_MY_TRC 
     52END MODULE par_my_trc 
  • 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 
  • branches/dev_001_GM/NEMO/TOP_SRC/par_trc.F90

    r768 r769  
    1616   USE par_kind          ! kind parameters 
    1717   ! 
    18    USE par_LOBSTER   ! LOBSTER model 
    19    USE par_PISCES    ! PISCES  model 
    20    USE par_CFC       ! CFC 11 and 12 tracers 
    21    USE par_MY_TRC    ! user defined passive tracers 
     18   USE par_lobster   ! LOBSTER model 
     19   USE par_pisces    ! PISCES  model 
     20   USE par_cfc       ! CFC 11 and 12 tracers 
     21   USE par_my_trc    ! user defined passive tracers 
    2222 
    2323   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.