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 6808 for branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/NEMO/OPA_SRC/CRS/crs.F90 – NEMO

Ignore:
Timestamp:
2016-07-19T10:38:35+02:00 (8 years ago)
Author:
jamesharle
Message:

merge with trunk@6232 for consistency with SSB code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/NEMO/OPA_SRC/CRS/crs.F90

    r5215 r6808  
    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) 
    166163   !! $Id$ 
     164   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     165   !!---------------------------------------------------------------------- 
    167166CONTAINS 
    168167    
     
    258257 
    259258   END FUNCTION crs_dom_alloc 
    260     
     259 
     260 
    261261   INTEGER FUNCTION crs_dom_alloc2() 
    262262      !!------------------------------------------------------------------- 
     
    272272      crs_dom_alloc2 = MAXVAL(ierr) 
    273273 
    274       END FUNCTION crs_dom_alloc2 
     274   END FUNCTION crs_dom_alloc2 
     275 
    275276 
    276277   SUBROUTINE dom_grid_glo 
     
    312313   END SUBROUTINE dom_grid_glo 
    313314 
     315 
    314316   SUBROUTINE dom_grid_crs 
    315317      !!-------------------------------------------------------------------- 
     
    318320      !! ** Purpose :  Save the parent grid information & Switch to coarse grid domain 
    319321      !!--------------------------------------------------------------------- 
    320  
    321322      ! 
    322323      !                        Switch to coarse grid domain 
     
    349350      nlejt(:)  = nlejt_crs(:) 
    350351      njmppt(:) = njmppt_crs(:) 
    351  
    352  
    353352      ! 
    354353   END SUBROUTINE dom_grid_crs 
    355354    
    356        
    357355   !!====================================================================== 
    358  
    359356END MODULE crs 
    360357 
Note: See TracChangeset for help on using the changeset viewer.