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 4152 for branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2013-11-05T12:59:53+01:00 (10 years ago)
Author:
cetlod
Message:

merge in dev_LOCEAN_2013 the 2nd development branch dev_r3940_CNRS4_IOCRS, see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r4147 r4152  
    2929   !!            3.3.1! 2011-01  (A. R. Porter, STFC Daresbury) dynamical allocation 
    3030   !!            3.4  ! 2011-11  (C. Harris) decomposition changes for running with CICE 
     31   !!                 ! 2012-05  (C. Calone, J. Simeon, G. Madec, C. Ethe) Add grid coarsening  
    3132   !!---------------------------------------------------------------------- 
    3233 
     
    8485#endif 
    8586   USE sbctide, ONLY: lk_tide 
     87   USE crsini          ! initialise grid coarsening utility 
    8688 
    8789   IMPLICIT NONE 
     
    388390                            CALL dyn_nept_init  ! simplified form of Neptune effect 
    389391 
    390       !                                     ! Ocean physics 
     392      !      
     393      IF( ln_crs        )   CALL     crs_init   ! Domain initialization of coarsened grid 
     394      ! 
     395                                ! Ocean physics 
    391396                            CALL     sbc_init   ! Forcings : surface module 
    392397      !                                         ! Vertical physics 
     
    621626      ierr = ierr + zdf_oce_alloc   ()          ! ocean vertical physics 
    622627      ! 
    623       ierr = ierr + lib_mpp_alloc   (numout)    ! mpp exchanges 
    624628      ierr = ierr + trc_oce_alloc   ()          ! shared TRC / TRA arrays 
    625629      ! 
Note: See TracChangeset for help on using the changeset viewer.