Changes in / [652286a:14d9618] in flex_extract.git


Ignore:
Files:
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r98f09d2 r072cbea  
    1010#
    1111# @Licence:
    12 #    (C) Copyright 2014-2020.
     12#    (C) Copyright 2014-2019.
    1313#
    1414#    SPDX-License-Identifier: CC-BY-4.0
     
    3030Run/Workspace/*
    3131Run/Jobscripts/*sh
    32 Testing/Installation/Calc_etadot/VERTICAL.EC
    33 Testing/Installation/Calc_etadot/fort.15
     32Test/Installation/Convert/VERTICAL.EC
     33Test/Installation/Convert/fort.15
    3434For_developers/Sphinx/build_temp
    3535
    3636# Temporary ignorance of files!!!!
    37 *anne.sh
    38 Run/*anne.sh
     37Source/Fortran/Makefile.ecgate
     38Source/Fortran/Makefile.local.gfortran.gw74
     39Run/Control/Testgrid/
     40Run/Control/notPublic/
     41setup_local.sh
     42Run/run.sh
     43Run/run_local.sh
     44setup.sh
    3945Source/Fortran/pycallgraph.png
    4046Source/Python/pylint_report_7.1.txt
    4147Source/.metrics
     48For_developers/sphinx-fortran/
     49
     50
     51For_developers/GUIDE.odt
     52For_developers/COMMANDS
     53For_developers/class_diagram
     54For_developers/classes.dot
     55For_developers/classes.png
     56For_developers/gen_docu.sh
     57For_developers/mk_pdf2png.sh
     58For_developers/packages.dot
     59For_developers/packages.png
     60For_developers/Testcases.txt
     61For_developers/Metriken.txt
     62For_developers/FE_testing.txt
     63For_developers/Liste_FE_Functions_Testcoverage.xlsx
     64
     65
     66
     67
    4268
    4369Emoslib
  • Run/run.sh

    r98f09d2 r3a54479  
    1212#
    1313# @Licence:
    14 #    (C) Copyright 2014-2020.
     14#    (C) Copyright 2014-2019.
    1515#
    1616#    SPDX-License-Identifier: CC-BY-4.0
  • Source/Python/_config.py

    r98f09d2 ra916e8f  
    3838# ------------------------------------------------------------------------------
    3939
    40 _VERSION_STR = '7.1.2'
     40_VERSION_STR = '7.1.1'
    4141
    4242FLAG_ON_ECMWFSERVER = 'ecgb' in platform.node()
  • Templates/installscript.template

    r98f09d2 r7271b6f  
    2929  *ecg*)
    3030  module unload grib_api
     31  module unload eccodes
     32  module unload python
    3133  module unload emos
    32   module load python3
    33   module load eccodes
     34  module load python3/3.6.8-01
     35  module load eccodes/2.13.0
    3436  module load emos/455-r64
    3537  export FLEXPART_ROOT_SCRIPTS=$fp_root_scripts
     
    3739  ;;
    3840  *cca*)
     41  module unload python
    3942  module switch PrgEnv-cray PrgEnv-intel
    4043  module load python3
    41   module load eccodes
     44  module load eccodes/2.13.0
    4245  module load emos/455-r64
    4346  echo $${GROUP}
  • Templates/jobscript.template

    r98f09d2 ra916e8f  
    2929  *ecg*)
    3030  module unload grib_api
     31  module unload eccodes
     32  module unload python
    3133  module unload emos
    32   module load python3
    33   module load eccodes
     34  module load python3/3.6.8-01
     35  module load eccodes/2.13.0
    3436  module load emos/455-r64
    3537  export PATH=$$$${PATH}:$fp_root_path
    3638  ;;
    3739  *cca*)
     40  module unload python
    3841  module switch PrgEnv-cray PrgEnv-intel
    3942  module load python3
    40   module load eccodes
     43  module load eccodes/2.13.0
    4144  module load emos/455-r64
    4245  export SCRATCH=$$$${TMPDIR}
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG