Changeset 769 for branches/dev_001_GM/NEMO/TOP_SRC/MY_TRC/par_my_trc.F90
- Timestamp:
- 2007-12-16T15:55:58+01:00 (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/dev_001_GM/NEMO/TOP_SRC/MY_TRC/par_my_trc.F90
r768 r769 1 MODULE par_ MY_TRC1 MODULE par_my_trc 2 2 !!====================================================================== 3 !! *** par_ MY_TRC***3 !! *** par_my_trc *** 4 4 !! TOP : set the MY_TRC parameters 5 5 !!====================================================================== … … 10 10 !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 11 11 !!---------------------------------------------------------------------- 12 USE par_ LOBSTER, ONLY : jp_lobster !: number of tracers in LOBSTER13 USE par_ PISCES, ONLY : jp_pisces !: number of tracers in PISCES14 USE par_ CFC, ONLY : jp_cfc !: number of tracers in CFC12 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 15 15 16 16 IMPLICIT NONE … … 50 50 51 51 !!====================================================================== 52 END MODULE par_ MY_TRC52 END MODULE par_my_trc
Note: See TracChangeset
for help on using the changeset viewer.