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

Changeset 2597


Ignore:
Timestamp:
2011-02-20T15:33:53+01:00 (13 years ago)
Author:
gm
Message:

dynamic mem: #785 nemogcm error in LIM-3 case: lim_idt instead of lim_itd...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r2596 r2597  
    2727   !!            3.3  ! 2010-05  (K. Mogensen, A. Weaver, M. Martin, D. Lea) Assimilation interface  
    2828   !!             -   ! 2010-10  (C. Ethe, G. Madec) reorganisation of initialisation phase 
     29   !!            4.0  ! 2011-01  (A. R. Porter, STFC Daresbury) dynamical allocation 
    2930   !!---------------------------------------------------------------------- 
    3031 
     
    3435   !!   nemo_ctl       : initialisation of the contol print  
    3536   !!   nemo_closefile : close remaining open files 
     37   !!   nemo_alloc     : dynamical allocation 
     38   !!   nemo_partition : ??? 
     39   !!   nemo_partition : ??? 
     40   !!   factorise      : ??? 
    3641   !!---------------------------------------------------------------------- 
    3742   USE step_oce        ! module used in the ocean time stepping module 
     
    7984 
    8085   !!---------------------------------------------------------------------- 
    81    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     86   !! NEMO/OPA 4.0 , NEMO Consortium (2011) 
    8287   !! $Id$ 
    8388   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    478483#if defined key_lim3 
    479484     USE dom_ice,      ONLY: dom_ice_alloc 
    480      USE limidt_me,    ONLY: lim_idt_me_alloc 
     485     USE limitd_me,    ONLY: lim_itd_me_alloc 
    481486     USE thd_ice,      ONLY: thd_ice_alloc 
    482487#endif 
     
    632637#if defined key_lim3 
    633638     ierr = ierr + dom_ice_alloc() 
    634      ierr = ierr + lim_idt_me_alloc() 
     639     ierr = ierr + lim_itd_me_alloc() 
    635640     ierr = ierr + thd_ice_alloc() 
    636641#endif 
Note: See TracChangeset for help on using the changeset viewer.