Changeset 427
- Timestamp:
- 10/16/08 09:55:13 (16 years ago)
- Location:
- IOIPSL/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
IOIPSL/trunk/src/flincom.f90
r420 r427 1661 1661 INTEGER :: iv, iret, dimnb 1662 1662 CHARACTER(LEN=40) :: dimname, dimuni1, dimuni2, dimuni3 1663 CHARACTER(LEN= 30) :: str11663 CHARACTER(LEN=80) :: str1 1664 1664 LOGICAL :: found_rule = .FALSE. 1665 1665 !--------------------------------------------------------------------- -
IOIPSL/trunk/src/histcom.f90
r420 r427 202 202 !- pdate0 : The Julian date at which the itau was equal to 0 203 203 !- pdeltat : Time step in seconds. Time step of the counter itau 204 !- used in histwr te for instance204 !- used in histwrite for instance 205 205 !- 206 206 !- OUTPUT … … 289 289 !- pdate0 : The Julian date at which the itau was equal to 0 290 290 !- pdeltat : Time step in seconds. Time step of the counter itau 291 !- used in histwr te for instance291 !- used in histwrite for instance 292 292 !- 293 293 !- OUTPUT … … 440 440 !- pdate0 : The Julian date at which the itau was equal to 0 441 441 !- pdeltat : Time step in seconds. Time step of the counter itau 442 !- used in histwr te for instance442 !- used in histwrite for instance 443 443 !- 444 444 !- OUTPUT … … 933 933 !- pzaxname : Name of the vertical axis 934 934 !- pzaxtitle: title of the vertical axis 935 !- pzaxunit : Units of the vertical axis (no units i hblank string)935 !- pzaxunit : Units of the vertical axis (no units if blank string) 936 936 !- pzsize : size of the vertical axis 937 937 !- pzvalues : Coordinate values of the vetical axis
Note: See TracChangeset
for help on using the changeset viewer.