Changes between Version 16 and Version 17 of Doc/ComputingCenters/TGCC/IreneRedHat8


Ignore:
Timestamp:
03/29/23 15:21:28 (14 months ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/TGCC/IreneRedHat8

    v16 v17  
    5353 
    5454== INCA ==  
    55 If you are working with a version older than rev 1050, you need to modify lunout parameter to use standard output file. For this in INCA/src/INCA_MOD/print_inca.F90 remove all lines from  
     55If you are working with a version older than rev 1050, you need to modify lunout parameter to use standard output file. For this in INCA/src/INCA_MOD/print_inca.F90 comment the opening of the text output files and change to have lunout=6  
    5656{{{ 
    57    IF (is_ok_mpi) THEN 
    58        WRITE(num_mpi,'(I4.4)') mpi_rank 
    59     ENDIF 
    60  
    61  
    62 (...) 
    63  
    64 stop 'print_inca' 
    65 endif 
    66 }}} 
    67  
    68 add line 
    69  
    70 {{{ 
    71  lunout = 6 
     57    !    open(UNIT=lunout,file=fileout, action='write',status='unknown', form='formatted', iostat=ierr2) 
     58     lunout = 6 
    7259}}} 
    7360