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

Ignore:
Timestamp:
2011-09-29T18:54:19+02:00 (13 years ago)
Author:
cbricaud
Message:

coding rules

File:
1 edited

Legend:

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

    r2849 r2877  
    2222     !!         ***  ROUTINE read_list_sections *** 
    2323     !! 
    24      !! ** Purpose 
     24     !! ** Purpose: read ascii file 'list_sections.ascii' that contains 
     25     !!             sections description 
    2526     !! 
    26      !! ** Method 
    27      !! 
    28      !! ** Input 
    29      !! 
    30      !! ** Action 
    31      !! 
    32      !! History 
    3327     !!--------------------------------------------------------------------- 
    3428     !! * arguments 
     
    4539     CHARACTER(len=9)    :: cdstrpond 
    4640     CHARACTER(len=110)  :: clname,cdsecname,cltmp 
    47      REAL,DIMENSION(nb_type_class):: zclass_value 
    48      TYPE(COORD_SECTION) :: coord_point1,coord_point2,coordTemp 
    49      TYPE(COORD_SECTION), DIMENSION(2)::coord_sec 
     41     REAL,DIMENSION(nb_type_class)     :: zclass_value 
     42     TYPE(COORD_SECTION)               :: coord_point1,coord_point2,coordTemp 
     43     TYPE(COORD_SECTION), DIMENSION(2) :: coord_sec 
    5044     !!--------------------------------------------------------------------- 
    5145     PRINT*,'              ' 
Note: See TracChangeset for help on using the changeset viewer.