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 3864 for branches/2013/dev_r3411_CNRS4_IOCRS/NEMOGCM/NEMO/OPA_SRC/CRS/crsdomwri.F90 – NEMO

Ignore:
Timestamp:
2013-04-09T15:45:17+02:00 (11 years ago)
Author:
cetlod
Message:

2013/dev_r3411_CNRS4_IOCRS : minor improvments

File:
1 edited

Legend:

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

    r3860 r3864  
    2121   USE lib_mpp         ! MPP library 
    2222!   USE wrk_nemo        ! Memory allocation 
    23    USE iom_def 
    2423   USE iom 
    2524   USE crs         ! coarse grid domain 
     
    296295      SELECT CASE ( MOD(nn_msh_crs, 3) ) 
    297296      CASE ( 1 )                 
    298          CALL crs_iom_close( inum0 ) 
     297         CALL iom_close( inum0 ) 
    299298      CASE ( 2 ) 
    300          CALL crs_iom_close( inum1 ) 
    301          CALL crs_iom_close( inum2 ) 
     299         CALL iom_close( inum1 ) 
     300         CALL iom_close( inum2 ) 
    302301      CASE ( 0 ) 
    303          CALL crs_iom_close( inum2 ) 
    304          CALL crs_iom_close( inum3 ) 
    305          CALL crs_iom_close( inum4 ) 
     302         CALL iom_close( inum2 ) 
     303         CALL iom_close( inum3 ) 
     304         CALL iom_close( inum4 ) 
    306305      END SELECT 
    307306      ! 
Note: See TracChangeset for help on using the changeset viewer.