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

Ignore:
Timestamp:
2013-09-09T12:13:17+02:00 (11 years ago)
Author:
cetlod
Message:

2013/dev_r3940_CNRS4_IOCRS: 1st step, add new routines for outputs coarsening

File:
1 edited

Legend:

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

    r3769 r4015  
    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 
     
    347349                            CALL dyn_nept_init  ! simplified form of Neptune effect 
    348350 
    349       !                                     ! Ocean physics 
     351      !      
     352      IF( ln_crs        )   CALL     crs_init   ! Domain initialization of coarsened grid 
     353      ! 
     354                                ! Ocean physics 
    350355                            CALL     sbc_init   ! Forcings : surface module 
    351356      !                                         ! Vertical physics 
     
    553558      ierr = ierr + zdf_oce_alloc   ()          ! ocean vertical physics 
    554559      ! 
    555       ierr = ierr + lib_mpp_alloc   (numout)    ! mpp exchanges 
    556560      ierr = ierr + trc_oce_alloc   ()          ! shared TRC / TRA arrays 
    557561      ! 
Note: See TracChangeset for help on using the changeset viewer.