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 2082 for branches/DEV_r2006_merge_TRA_TRC/NEMO/NST_SRC/agrif_user.F90 – NEMO

Ignore:
Timestamp:
2010-09-10T12:32:58+02:00 (14 years ago)
Author:
cetlod
Message:

Improve the merge of TRA-TRC, see ticket #717

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/NST_SRC/agrif_user.F90

    r1970 r2082  
    307307#if defined key_top 
    308308        ! Check passive tracer cell 
    309         IF( ndttrc .ne. 1 ) THEN 
    310            WRITE(*,*) 'ndttrc should be equal to 1' 
     309        IF( nn_dttrc .ne. 1 ) THEN 
     310           WRITE(*,*) 'nn_dttrc should be equal to 1' 
    311311        ENDIF 
    312312#endif 
     
    444444         ENDIF 
    445445        ! Check passive tracer cell 
    446         IF( ndttrc .ne. 1 ) THEN 
    447            WRITE(*,*) 'ndttrc should be equal to 1' 
     446        IF( nn_dttrc .ne. 1 ) THEN 
     447           WRITE(*,*) 'nn_dttrc should be equal to 1' 
    448448        ENDIF 
    449449 
Note: See TracChangeset for help on using the changeset viewer.