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 2758 for trunk/NEMOGCM/NEMO/OFF_SRC – NEMO

Ignore:
Timestamp:
2011-05-02T16:04:25+02:00 (13 years ago)
Author:
cetlod
Message:

Minor modifications on zdfmxl.F90 in order to be used when running in OFFLINE mode, see ticket #820

Location:
trunk/NEMOGCM/NEMO/OFF_SRC
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90

    r2715 r2758  
    357357      USE dom_oce,      ONLY: dom_oce_alloc 
    358358      USE zdf_oce,      ONLY: zdf_oce_alloc 
    359       USE zdfmxl,       ONLY: zdf_mxl_alloc 
    360359      USE ldftra_oce,   ONLY: ldftra_oce_alloc 
    361360      USE trc_oce,      ONLY: trc_oce_alloc 
     
    370369      ierr = ierr + ldftra_oce_alloc()          ! ocean lateral  physics : tracers 
    371370      ierr = ierr + zdf_oce_alloc   ()          ! ocean vertical physics 
    372       ierr = ierr + zdf_mxl_alloc   ()          ! ocean vertical physics 
    373371      ! 
    374372      ierr = ierr + lib_mpp_alloc   (numout)    ! mpp exchanges 
Note: See TracChangeset for help on using the changeset viewer.