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/diadct_sections.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/diadct_sections.f90

    r2878 r2947  
    2424     CHARACTER(LEN=80)  :: cdum 
    2525     INTEGER            :: jsec ,&! loop on sections 
    26                            jseg   ! loop on sections' points 
     26                           jseg   ! loop on segments (parts of the section) 
    2727     CHARACTER(len=40)  :: clname 
    2828     LOGICAL            :: llok 
     
    8787     !----------------------! 
    8888     DO jsec=1,nb_sec 
    89           !we use compsec to generate the serie of grid points making the section 
     89          !we use compsec to generate the series of grid points making the section 
    9090          IF(jsec == nsecdebug .OR. nsecdebug ==-1)THEN 
    9191             CALL compsec(jsec,secs(jsec),.true.) 
Note: See TracChangeset for help on using the changeset viewer.