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 2947 for branches/2011/dev_r2802_MERCATOR10_diadct/NEMOGCM/TOOLS/SECTIONS_DIADCT/src/readcoordmesh.f90 – NEMO

Ignore:
Timestamp:
2011-10-17T17:36:04+02:00 (13 years ago)
Author:
rfurner
Message:

small changes to comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_MERCATOR10_diadct/NEMOGCM/TOOLS/SECTIONS_DIADCT/src/readcoordmesh.f90

    r2878 r2947  
    2121  !!              ***  ROUTINE coord_mesh_read  *** 
    2222  !! 
    23   !! ** Purpose :   Read a coordinate and a meshmask file in NetCDF format  
     23  !! ** Purpose :   Read a coordinate file and a meshmask file in NetCDF format  
    2424  !! 
    2525  !!---------------------------------------------------------------------       
     
    5757  !!              ***  ROUTINE getdim  *** 
    5858  !! 
    59   !! ** Purpose :   get dimsensions of a netcdf file 
     59  !! ** Purpose :   get dimensions of a netcdf file 
    6060  !! 
    6161  !!---------------------------------------------------------------------- 
     
    6868  INTEGER           :: istatus, id_var      ! dummy variable 
    6969  CHARACTER(len=30) :: clname               ! dimension name    
    70   INTEGER, ALLOCATABLE,DIMENSION(:) :: ndim ! dimensions value 
     70  INTEGER, ALLOCATABLE,DIMENSION(:) :: ndim ! dimension value 
    7171  !!---------------------------------------------------------------------- 
    7272 
Note: See TracChangeset for help on using the changeset viewer.