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 2630 for branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/OPA_SRC – NEMO

Ignore:
Timestamp:
2011-02-28T12:19:20+01:00 (13 years ago)
Author:
trackstand2
Message:

Changed TOP/C14b to use dynamic memory

File:
1 edited

Legend:

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

    r2629 r2630  
    3636   !!   nemo_closefile : close remaining open files 
    3737   !!   nemo_alloc     : dynamical allocation 
    38    !!   nemo_partition : ??? 
    39    !!   nemo_partition : ??? 
    40    !!   factorise      : ??? 
     38   !!   nemo_partition : calculate MPP domain decomposition 
     39   !!   factorise      : calculate the factors of the no. of MPI processes 
    4140   !!---------------------------------------------------------------------- 
    4241   USE step_oce        ! module used in the ocean time stepping module 
     
    471470     USE trc_oce,      ONLY: trc_oce_alloc 
    472471 
    473       
    474472#if defined key_obc 
    475473     USE obcdta ,      ONLY: obc_dta_alloc 
     
    477475#endif 
    478476 
    479       USE wrk_nemo,     ONLY: wrk_alloc 
     477      USE wrk_nemo,    ONLY: wrk_alloc 
    480478 
    481479      INTEGER :: ierr 
Note: See TracChangeset for help on using the changeset viewer.