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 7485 for branches/2016/dev_merge_2016/NEMOGCM/TOOLS/DOMAINcfg/src/trc_oce.f90 – NEMO

Ignore:
Timestamp:
2016-12-12T09:33:37+01:00 (7 years ago)
Author:
cetlod
Message:

Remove CPP key key_offline and replace it with a logical l_offline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_merge_2016/NEMOGCM/TOOLS/DOMAINcfg/src/trc_oce.f90

    r6951 r7485  
    4040   !!---------------------------------------------------------------------- 
    4141   LOGICAL, PUBLIC, PARAMETER ::   lk_top     = .FALSE.   !: TOP model 
    42    LOGICAL, PUBLIC, PARAMETER ::   lk_qsr_bio = .FALSE.   !: bio-model light absorption flag 
    43  
    44  
    45  
    46  
    47  
    48  
    49  
    50    !!---------------------------------------------------------------------- 
    51    !!   Default option                                   NO  OFFLINE mode           
    52    !!---------------------------------------------------------------------- 
    53    LOGICAL, PUBLIC, PARAMETER ::   lk_offline = .FALSE.   !: offline flag 
    54  
    55  
    56  
    57  
    58  
    59  
    60  
    61    !!---------------------------------------------------------------------- 
    62    !!   Default option                                   NO  Degradation mode           
    63    !!---------------------------------------------------------------------- 
    64    LOGICAL, PUBLIC, PARAMETER ::   lk_degrad = .FALSE.   !: degradation flag 
     42 
    6543 
    6644   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.