Changes between Version 3 and Version 4 of Documentation/UserGuide/flags


Ignore:
Timestamp:
2018-12-11T11:27:51+01:00 (5 years ago)
Author:
mmcgrath
Comment:

Minor corrections

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/flags

    v3 v4  
    2929 
    3030{{{ 
    31 cd ./modeles/XIOS 
    32 vi ./arch/arch-ifort_LSCE.fcm 
     31cd ../modeles/XIOS 
     32vi ../arch/arch-ifort_LSCE.fcm 
    3333%DEBUG_CFLAGS   -DBZ_DEBUG -g -fno-inline -ggdb --debug 
    3434%DEBUG_FFLAGS   -g -ggdb -debug all -traceback 
     
    3636}}} 
    3737 
    38 For IOIPSL, the ``ins\_make -d'' command doesn't seem to have any effect.  I have to comment out the debug line in util/AA\_make.gdef 
     38For IOIPSL, the ``ins_make -d'' command doesn't seem to have any effect.  I have to comment out the debug line in util/AA_make.gdef 
    3939 
    4040{{{ 
     
    4343}}} 
    4444 
    45 and then redo ins\_make. 
     45and then redo ins_make.  It is possible that if this line starts with F_D, using ``ins_make -d'' will trigger it. 
    4646 
    47 Can change l\_dbg = .TRUE. in errioipsl.f90 to get more information printed out about reading in .nc files. 
     47Can change l_dbg = .TRUE. in errioipsl.f90 to get more information printed out about reading in .nc files. 
    4848 
    4949Can also make the following changes to iodef.xml to get more information printed out from XIOS.