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 4191 for trunk – NEMO

Changeset 4191 for trunk


Ignore:
Timestamp:
2013-11-14T11:05:09+01:00 (10 years ago)
Author:
cetlod
Message:

bugfix in trunk : add the USE of ICB parameter nclasses for AGRIF, see ticket #1176

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r4145 r4191  
    2929   USE lib_mpp           ! MPP library 
    3030#if defined key_iomput 
    31    USE sbc_oce, ONLY :   nn_fsbc         ! ocean space and time domain 
    32    USE trc_oce, ONLY :   nn_dttrc        !  !: frequency of step on passive tracers 
    33    USE icb_oce, ONLY :   class_num       !  !: iceberg classes 
     31   USE sbc_oce, ONLY :   nn_fsbc                ! ocean space and time domain 
     32   USE trc_oce, ONLY :   nn_dttrc               ! frequency of step on passive tracers 
     33   USE icb_oce, ONLY :   nclasses, class_num    ! iceberg classes 
    3434   USE domngb          ! ocean space and time domain 
    3535   USE phycst          ! physical constants 
Note: See TracChangeset for help on using the changeset viewer.