Changeset 427


Ignore:
Timestamp:
10/16/08 09:55:13 (16 years ago)
Author:
bellier
Message:

minor modifications

Location:
IOIPSL/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • IOIPSL/trunk/src/flincom.f90

    r420 r427  
    16611661  INTEGER :: iv, iret, dimnb 
    16621662  CHARACTER(LEN=40) :: dimname, dimuni1, dimuni2, dimuni3 
    1663   CHARACTER(LEN=30) :: str1 
     1663  CHARACTER(LEN=80) :: str1 
    16641664  LOGICAL :: found_rule = .FALSE. 
    16651665!--------------------------------------------------------------------- 
  • IOIPSL/trunk/src/histcom.f90

    r420 r427  
    202202!- pdate0    : The Julian date at which the itau was equal to 0 
    203203!- pdeltat   : Time step in seconds. Time step of the counter itau 
    204 !-             used in histwrte for instance 
     204!-             used in histwrite for instance 
    205205!- 
    206206!- OUTPUT 
     
    289289!- pdate0    : The Julian date at which the itau was equal to 0 
    290290!- pdeltat   : Time step in seconds. Time step of the counter itau 
    291 !-             used in histwrte for instance 
     291!-             used in histwrite for instance 
    292292!- 
    293293!- OUTPUT 
     
    440440!- pdate0    : The Julian date at which the itau was equal to 0 
    441441!- pdeltat   : Time step in seconds. Time step of the counter itau 
    442 !-             used in histwrte for instance 
     442!-             used in histwrite for instance 
    443443!- 
    444444!- OUTPUT 
     
    933933!- pzaxname : Name of the vertical axis 
    934934!- pzaxtitle: title of the vertical axis 
    935 !- pzaxunit : Units of the vertical axis (no units ih blank string) 
     935!- pzaxunit : Units of the vertical axis (no units if blank string) 
    936936!- pzsize   : size of the vertical axis 
    937937!- pzvalues : Coordinate values of the vetical axis 
Note: See TracChangeset for help on using the changeset viewer.