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 4489 – NEMO

Changeset 4489


Ignore:
Timestamp:
2014-02-06T15:33:04+01:00 (10 years ago)
Author:
jchanut
Message:

Small compilation pb with TOP and AGRIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/TOP_SRC/trcdta.F90

    r4292 r4489  
    3333   INTEGER  , SAVE, PUBLIC                             :: ntra        ! MAX( 1, nb_trcdta ) to avoid compilation error with bounds checking 
    3434   REAL(wp) , SAVE, PUBLIC, ALLOCATABLE, DIMENSION(:)  :: rf_trfac    ! multiplicative factor for tracer values 
     35!$AGRIF_DO_NOT_TREAT 
    3536   TYPE(FLD), SAVE, PUBLIC, ALLOCATABLE, DIMENSION(:)  :: sf_trcdta   ! structure of input SST (file informations, fields read) 
    36  
     37!$AGRIF_END_DO_NOT_TREAT 
    3738   !! * Substitutions 
    3839#  include "domzgr_substitute.h90" 
Note: See TracChangeset for help on using the changeset viewer.