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/par_trc.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 edited

Legend:

Unmodified
Added
Removed
  • 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.