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 3179 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM – NEMO

Ignore:
Timestamp:
2011-11-25T10:44:16+01:00 (12 years ago)
Author:
cetlod
Message:

suppress useless wrk_alloc in OFF_SRC/nemogcm.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90

    r3163 r3179  
    371371      USE ldftra_oce,   ONLY: ldftra_oce_alloc 
    372372      USE trc_oce,      ONLY: trc_oce_alloc 
    373       USE wrk_nemo,    ONLY: wrk_alloc 
    374373      ! 
    375374      INTEGER :: ierr 
     
    384383      ierr = ierr + lib_mpp_alloc   (numout)    ! mpp exchanges 
    385384      ierr = ierr + trc_oce_alloc   ()          ! shared TRC / TRA arrays 
    386       ierr = ierr + wrk_alloc(numout, lwp) 
    387385      ! 
    388386      IF( lk_mpp    )   CALL mpp_sum( ierr ) 
Note: See TracChangeset for help on using the changeset viewer.