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 6033 for branches/2014 – NEMO

Changeset 6033 for branches/2014


Ignore:
Timestamp:
2015-12-11T09:36:23+01:00 (8 years ago)
Author:
timgraham
Message:

As last commit but the full branch this time

File:
1 edited

Legend:

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

    r5989 r6033  
    627627      USE dom_oce   , ONLY: dom_oce_alloc 
    628628      USE trc_oce   , ONLY: trc_oce_alloc 
    629       USE diainsitutem, ONLY: insitu_tem_alloc 
    630629#if defined key_diadct  
    631630      USE diadct    , ONLY: diadct_alloc  
     
    642641      ierr = ierr + dom_oce_alloc   ()          ! ocean domain 
    643642      ierr = ierr + zdf_oce_alloc   ()          ! ocean vertical physics 
    644       ierr = ierr + insitu_tem_alloc() 
    645643      ! 
    646644      ierr = ierr + trc_oce_alloc   ()          ! shared TRC / TRA arrays 
Note: See TracChangeset for help on using the changeset viewer.