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 7332 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2016-11-25T09:38:58+01:00 (8 years ago)
Author:
cbricaud
Message:

crs branch cleaning

File:
1 edited

Legend:

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

    r7256 r7332  
    655655      USE ldftra_oce, ONLY: ldftra_oce_alloc 
    656656      USE trc_oce   , ONLY: trc_oce_alloc 
     657      USE zdfmxl    , ONLY: zdf_mxl_alloc 
    657658#if defined key_diadct  
    658659      USE diadct    , ONLY: diadct_alloc  
     
    671672      ierr = ierr + ldftra_oce_alloc()          ! ocean lateral  physics : tracers 
    672673      ierr = ierr + zdf_oce_alloc   ()          ! ocean vertical physics 
     674      ierr = ierr + zdf_mxl_alloc   ()          ! mixed layer 
    673675      ! 
    674676      ierr = ierr + trc_oce_alloc   ()          ! shared TRC / TRA arrays 
Note: See TracChangeset for help on using the changeset viewer.