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/NEMO/OPA_SRC/DOM/domain.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/NEMO/OPA_SRC/DOM/domain.F90

    r7421 r7485  
    4040   USE dyncor_c1d     ! 1D configuration: Coriolis term    (cor_c1d routine) 
    4141   ! 
     42   USE trc_oce , ONLY :   l_offline    ! passive tracers offline flag 
     43   ! 
    4244   USE in_out_manager ! I/O manager 
    4345   USE iom            ! I/O library 
     
    178180      ELSE                       != time varying : initialize before/now/after variables 
    179181         ! 
    180          IF( .NOT.lk_offline )  CALL dom_vvl_init  
     182         IF( .NOT.l_offline )  CALL dom_vvl_init  
    181183         ! 
    182184      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.