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 32 for trunk/NEMO/OPA_SRC/TRA/trabbc.F90 – NEMO

Ignore:
Timestamp:
2004-02-17T10:20:15+01:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE001 : First major NEMO update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/trabbc.F90

    r3 r32  
    44   !! Ocean active tracers:  bottom boundary condition 
    55   !!============================================================================== 
    6 #if defined key_trabbc 
     6#if   defined key_trabbc   ||   defined key_esopa 
    77   !!---------------------------------------------------------------------- 
    88   !!   'key_trabbc'                                  geothermal heat flux 
     
    2424 
    2525   !! to be transfert in the namelist ???!    
    26    LOGICAL, PUBLIC, PARAMETER ::   lk_trabbc = .TRUE.   ! bbc flag 
     26   LOGICAL, PUBLIC, PARAMETER ::   lk_trabbc = .TRUE.   !: bbc flag 
    2727 
    2828   !! * Module variables 
     
    237237   !!   Default option                                         Empty module 
    238238   !!---------------------------------------------------------------------- 
    239    LOGICAL, PUBLIC, PARAMETER ::   lk_trabbc = .FALSE.  ! bbc flag 
     239   LOGICAL, PUBLIC, PARAMETER ::   lk_trabbc = .FALSE.  !: bbc flag 
    240240CONTAINS 
    241241   SUBROUTINE tra_bbc( kt )           ! Empty routine 
    242       WRITE(*,*) kt                      ! suppress a warning when compiling 
     242      WRITE(*,*) 'tra_bbc: You should not have seen this print! error?', kt 
    243243   END SUBROUTINE tra_bbc 
    244244#endif 
Note: See TracChangeset for help on using the changeset viewer.