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/NST_SRC/agrif_user.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/NST_SRC/agrif_user.F90

    r7421 r7485  
    8080   CALL agrif_nemo_init 
    8181   CALL Agrif_InitValues_cont_dom 
    82 # if ! defined key_offline 
    8382   CALL Agrif_InitValues_cont 
    84 # endif        
    8583# if defined key_top 
    8684   CALL Agrif_InitValues_cont_top 
     
    154152END SUBROUTINE agrif_declare_var_dom 
    155153 
    156  
    157 # if ! defined key_offline 
    158154 
    159155SUBROUTINE Agrif_InitValues_cont 
     
    464460   ! 
    465461END SUBROUTINE agrif_declare_var 
    466 # endif 
    467462 
    468463#  if defined key_lim2 
     
    699694 
    700695   IF( check_namelist ) THEN 
    701 # if defined key_offline 
    702696      ! Check time steps 
    703697      IF( NINT(Agrif_Rhot()) * NINT(rdt) .NE. Agrif_Parent(rdt) ) THEN 
     
    742736         ENDIF 
    743737      ENDIF 
    744 #  endif          
    745738      ! Check passive tracer cell 
    746739      IF( nn_dttrc .NE. 1 ) THEN 
Note: See TracChangeset for help on using the changeset viewer.