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 – NEMO

Changeset 3727


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
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3411_CNRS4_IOCRS/NEMOGCM/CONFIG/ORCA2_LIM_CRS/EXP00/namelist_crs

    r3622 r3727  
    10011001                           !         odd-numbered. Asymmetry with 
    10021002                           !         even-numbered nn_facty.  
    1003    nn_fcrs   = 1           !  frequence of coarsening  
    1004 / 
     1003   nn_fcrs     = 1           !  frequence of coarsening  
     1004   nn_msh_crs  = 1           !  frequence of coarsening  
     1005/ 
  • branches/2013/dev_r3411_CNRS4_IOCRS/NEMOGCM/CONFIG/ORCA2_LIM_CRS/MY_SRC/nemogcm.F90

    r3622 r3727  
    209209      !!---------------------------------------------------------------------- 
    210210      ! 
     211      ! 
    211212      cltxt = '' 
    212213      ! 
     
    304305      ENDIF 
    305306 
     307  
    306308      ! 
    307309      IF( nn_timing == 1 )  CALL timing_init 
  • 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.