Ignore:
Timestamp:
Apr 1, 2020, 5:03:13 PM (4 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
d78851d, e0005c9
Parents:
50f9ca6
Message:

updated online documentation FIX for tickets #265 and #262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • For_developers/Sphinx/source/Documentation/Input/compilejob.rst

    rba99230 rb1674ed  
    7474      module load emos/455-r64
    7575      export FLEXPART_ROOT_SCRIPTS=${HOME}
    76       export MAKEFILE=Makefile.gfortran
     76      export MAKEFILE=makefile_ecgate
    7777      ;;
    7878      *cca*)
     
    8888      export SCRATCH=/scratch/ms/${GROUP}/${USER}
    8989      export FLEXPART_ROOT_SCRIPTS=${HOME}
    90       export MAKEFILE=Makefile.gfortran
     90      export MAKEFILE=makefile_ecgate
    9191      ;;
    9292    esac
     
    9595    cd ${FLEXPART_ROOT_SCRIPTS}/flex_extract_v${VERSION}   # if FLEXPART_ROOT is not set this means cd to the home directory
    9696    tar -xvf ${HOME}/flex_extract_v${VERSION}.tar
    97     cd source/fortran
    98     \rm *.o *.mod CONVERT2
     97    cd Source/Fortran
     98    \rm *.o *.mod calc_etadot
    9999    make -f ${MAKEFILE} >flexcompile 2>flexcompile
    100100
    101     ls -l CONVERT2 >>flexcompile
     101    ls -l calc_etadot >>flexcompile
    102102    if [ $? -eq 0 ]; then
    103103      echo 'SUCCESS!' >>flexcompile
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG