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/daymod.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/daymod.F90

    r7421 r7485  
    2626   USE phycst         ! physical constants 
    2727   USE ioipsl  , ONLY :   ymds2ju      ! for calendar 
    28    USE trc_oce , ONLY :   lk_offline   ! offline flag 
     28   USE trc_oce , ONLY :   l_offline   ! offline flag 
    2929   ! 
    3030   USE in_out_manager ! I/O manager 
     
    8181      ndt05   = NINT( 0.5 * rdt  ) 
    8282 
    83       IF( .NOT. lk_offline )   CALL day_rst( nit000, 'READ' ) 
     83      IF( .NOT. l_offline )   CALL day_rst( nit000, 'READ' ) 
    8484 
    8585      ! set the calandar from ndastp (read in restart file and namelist) 
     
    273273      ENDIF 
    274274 
    275       IF( .NOT. lk_offline ) CALL rst_opn( kt )               ! Open the restart file if needed and control lrst_oce 
     275      IF( .NOT. l_offline ) CALL rst_opn( kt )               ! Open the restart file if needed and control lrst_oce 
    276276      IF( lrst_oce         ) CALL day_rst( kt, 'WRITE' )      ! write day restart information 
    277277      ! 
Note: See TracChangeset for help on using the changeset viewer.