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 3646 for branches/2012/dev_CMCC_INGV_2012/NEMOGCM/NEMO/TOP_SRC/trc.F90 – NEMO

Ignore:
Timestamp:
2012-11-24T14:47:12+01:00 (11 years ago)
Author:
vichi
Message:

Add the resulting merged branch from CMCC and INGV 2012 developments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_CMCC_INGV_2012/NEMOGCM/NEMO/TOP_SRC/trc.F90

    r3294 r3646  
    2525   INTEGER, PUBLIC                                                 ::   numnat        !: logicla unit for the passive tracer NAMELIST 
    2626   INTEGER, PUBLIC                                                 ::   numstr        !: logical unit for tracer statistics 
     27   LOGICAL, PUBLIC                                                 ::   ln_top_euler  !: boolean term for euler integration in the first timestep 
    2728 
    2829   !! passive tracers fields (before,now,after) 
     
    6869   CHARACTER(len = 80), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:)    ::  ctrcln         !: trccer field long name 
    6970   CHARACTER(len = 20), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:)    ::  ctrcun         !: tracer unit 
    70    LOGICAL            , PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:)    ::  ln_trc_ini     !: Initialisation from data input file 
    7171   LOGICAL            , PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:)    ::  ln_trc_wri     !: save the tracer or not 
    7272 
     
    7676      CHARACTER(len = 20)  :: units    !: unit 
    7777   END TYPE DIAG 
     78 
     79   !! information for inputs 
     80   !! -------------------------------------------------- 
     81   LOGICAL            , PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:)    ::  ln_trc_ini     !: Initialisation from data input file 
     82   LOGICAL            , PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:)    ::  ln_trc_obc     !: Use open boundary condition data 
     83   LOGICAL            , PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:)    ::  ln_trc_sbc     !: Use surface boundary condition data 
     84   LOGICAL            , PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:)    ::  ln_trc_cbc     !: Use coastal boundary condition data 
    7885 
    7986   !! additional 2D/3D outputs namelist 
Note: See TracChangeset for help on using the changeset viewer.