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 3727 for branches/2013/dev_r3411_CNRS4_IOCRS/NEMOGCM/NEMO – NEMO

Ignore:
Timestamp:
2012-12-10T16:35:39+01:00 (11 years ago)
Author:
cetlod
Message:

dev_r3411_CNRS4_IOCRS: minor corrections

Location:
branches/2013/dev_r3411_CNRS4_IOCRS/NEMOGCM/NEMO/OPA_SRC/CRS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3411_CNRS4_IOCRS/NEMOGCM/NEMO/OPA_SRC/CRS/crs_dom.F90

    r3626 r3727  
    2828      INTEGER  ::  nperio_full, nperio_crs      !: jperio of parent and coarse grids 
    2929      INTEGER  ::  npolj_full, npolj_crs        !: north fold mark 
    30       INTEGER  ::  npiglo_full, npiglo_crs, npiglo      !: jpiglo 
    31       INTEGER  ::  npjglo_full, npjglo_crs, npjglo      !: jpjglo 
     30      INTEGER  ::  npiglo_full, npiglo_crs      !: jpiglo 
     31      INTEGER  ::  npjglo_full, npjglo_crs      !: jpjglo 
    3232      INTEGER  ::  nlci_full, nlcj_full         !: i-, j-dimension of local or sub domain on parent grid 
    3333      INTEGER  ::  nldi_full, nldj_full         !: starting indices of internal sub-domain on parent grid 
  • branches/2013/dev_r3411_CNRS4_IOCRS/NEMOGCM/NEMO/OPA_SRC/CRS/crsini.F90

    r3622 r3727  
    9393         WRITE(numout,*) '          cn_binref = ', cn_binref 
    9494         WRITE(numout,*) '          nn_fcrs   = ', nn_fcrs 
    95          WRITE(numout,*) '         nn_msh_crs = ', nn_msh_crs 
     95         WRITE(numout,*) '          nn_msh_crs = ', nn_msh_crs 
    9696      ENDIF 
    9797 
     
    493493     !--------------------------------------------------------- 
    494494      
    495 !     IF ( nn_msh_crs > 0 ) CALL crs_dom_wri 
     495     IF ( nn_msh_crs > 0 ) CALL crs_dom_wri 
    496496 
    497497        WRITE(numout,*) 'crs_init done' 
Note: See TracChangeset for help on using the changeset viewer.