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 3335 for branches/2012/dev_r3322_NOCS09_SAS/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2012-03-30T09:33:25+02:00 (12 years ago)
Author:
sga
Message:

Branch dev_r3322_NOCS09_SAS: remove interior ocean allocation

add allocation of surface fields used by LIM codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3322_NOCS09_SAS/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90

    r3331 r3335  
    384384      !!---------------------------------------------------------------------- 
    385385      ! 
    386       ierr =        oce_alloc       ()          ! ocean  
    387       ierr = ierr + dia_wri_alloc   () 
     386      ierr =        dia_wri_alloc   () 
    388387      ierr = ierr + dom_oce_alloc   ()          ! ocean domain 
    389388      ierr = ierr + lib_mpp_alloc   (numout)    ! mpp exchanges 
Note: See TracChangeset for help on using the changeset viewer.