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/OFF_SRC/nemogcm.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/OFF_SRC/nemogcm.F90

    r7421 r7485  
    1717   USE dom_oce         ! ocean space domain variables 
    1818   USE oce             ! dynamics and tracers variables 
     19   USE trc_oce         ! Shared ocean/passive tracers variables 
    1920   USE c1d             ! 1D configuration 
    2021   USE domain          ! domain initialization from coordinate & bathymetry (dom_init routine) 
     
    199200      jpk    = jpkglo 
    200201      ! 
     202      ! 
     203      l_offline = .true.            !  passive tracers are run offline 
     204      ! 
    201205      !                             !--------------------------------------------! 
    202206      !                             !  set communicator & select the local node  ! 
Note: See TracChangeset for help on using the changeset viewer.