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 6225 for branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/NEMO/OPA_SRC/CRS/crs.F90 – NEMO

Ignore:
Timestamp:
2016-01-08T10:35:19+01:00 (9 years ago)
Author:
jamesharle
Message:

Update MPP_BDY_UPDATE branch to be consistent with head of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/NEMO/OPA_SRC/CRS/crs.F90

    • Property svn:keywords set to Id
    r4064 r6225  
    1111   USE in_out_manager 
    1212 
    13  
    1413   IMPLICIT NONE 
    1514   PUBLIC 
    1615 
    17     
    1816   PUBLIC crs_dom_alloc  ! Called from crsini.F90 
    1917   PUBLIC crs_dom_alloc2  ! Called from crsini.F90 
     
    161159      INTEGER,  PUBLIC, ALLOCATABLE, DIMENSION(:,:)    ::  nmln_crs, hmld_crs, hmlp_crs, hmlpt_crs                        
    162160 
    163       ! Direction of lateral diffusion 
    164  
    165  
     161   !!---------------------------------------------------------------------- 
     162   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     163   !! $Id$ 
     164   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     165   !!---------------------------------------------------------------------- 
    166166CONTAINS 
    167167    
     
    257257 
    258258   END FUNCTION crs_dom_alloc 
    259     
     259 
     260 
    260261   INTEGER FUNCTION crs_dom_alloc2() 
    261262      !!------------------------------------------------------------------- 
     
    271272      crs_dom_alloc2 = MAXVAL(ierr) 
    272273 
    273       END FUNCTION crs_dom_alloc2 
     274   END FUNCTION crs_dom_alloc2 
     275 
    274276 
    275277   SUBROUTINE dom_grid_glo 
     
    311313   END SUBROUTINE dom_grid_glo 
    312314 
     315 
    313316   SUBROUTINE dom_grid_crs 
    314317      !!-------------------------------------------------------------------- 
     
    317320      !! ** Purpose :  Save the parent grid information & Switch to coarse grid domain 
    318321      !!--------------------------------------------------------------------- 
    319  
    320322      ! 
    321323      !                        Switch to coarse grid domain 
     
    348350      nlejt(:)  = nlejt_crs(:) 
    349351      njmppt(:) = njmppt_crs(:) 
    350  
    351  
    352352      ! 
    353353   END SUBROUTINE dom_grid_crs 
    354354    
    355        
    356355   !!====================================================================== 
    357  
    358356END MODULE crs 
    359357 
Note: See TracChangeset for help on using the changeset viewer.