Changeset 551


Ignore:
Timestamp:
09/18/17 14:44:19 (7 years ago)
Author:
dubos
Message:

devel : backported commit 543 from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/output/xios_mod.F90

    r533 r551  
    10281028  END SUBROUTINE xios_set_filegroup_attr 
    10291029 
    1030   SUBROUTINE xios_set_file_attr(id,name,enabled, output_freq) 
     1030  SUBROUTINE xios_set_file_attr(id,name,mode,enabled, output_freq) 
    10311031    CHARACTER(LEN=*) :: id 
    1032     CHARACTER(LEN=*),OPTIONAL :: name 
     1032    CHARACTER(LEN=*),OPTIONAL :: name, mode 
    10331033    LOGICAL,OPTIONAL          :: enabled 
    10341034    INTEGER,OPTIONAL          :: output_freq 
Note: See TracChangeset for help on using the changeset viewer.