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/TOP_SRC/trcrst.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/TOP_SRC/trcrst.F90

    r7055 r7485  
    5252      !!---------------------------------------------------------------------- 
    5353      ! 
    54       IF( lk_offline ) THEN 
     54      IF( l_offline ) THEN 
    5555         IF( kt == nittrc000 ) THEN 
    5656            lrst_trc = .FALSE. 
     
    147147          lrst_trc = .FALSE. 
    148148#endif 
    149           IF( lk_offline .AND. ln_rst_list ) THEN 
     149          IF( l_offline .AND. ln_rst_list ) THEN 
    150150             nrst_lst = nrst_lst + 1 
    151151             nitrst = nstocklist( nrst_lst ) 
     
    219219         ENDIF 
    220220         ! 
    221          IF( lk_offline ) THEN     
     221         IF( l_offline ) THEN     
    222222            !                                          ! set the date in offline mode 
    223223            IF( ln_rsttr .AND. nn_rsttr == 2 ) THEN 
Note: See TracChangeset for help on using the changeset viewer.