Changeset 98f09d2 in flex_extract.git


Ignore:
Timestamp:
Jul 7, 2020, 4:02:53 PM (4 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
652286a
Parents:
2c3c135
Message:

added local version of shell scripts, version string update for online docu; kornshell templates update of lib versions

Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

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

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

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

    r5f67883 r98f09d2  
    2929  *ecg*)
    3030  module unload grib_api
    31   module unload eccodes
    32   module unload python
    3331  module unload emos
    34   module load python3/3.6.8-01
    35   module load eccodes/2.13.0
     32  module load python3
     33  module load eccodes
    3634  module load emos/455-r64
    3735  export FLEXPART_ROOT_SCRIPTS=$fp_root_scripts
     
    3937  ;;
    4038  *cca*)
    41   module unload python
    4239  module switch PrgEnv-cray PrgEnv-intel
    4340  module load python3
    44   module load eccodes/2.13.0
     41  module load eccodes
    4542  module load emos/455-r64
    4643  echo $${GROUP}
  • Templates/jobscript.template

    ra916e8f r98f09d2  
    2929  *ecg*)
    3030  module unload grib_api
    31   module unload eccodes
    32   module unload python
    3331  module unload emos
    34   module load python3/3.6.8-01
    35   module load eccodes/2.13.0
     32  module load python3
     33  module load eccodes
    3634  module load emos/455-r64
    3735  export PATH=$$$${PATH}:$fp_root_path
    3836  ;;
    3937  *cca*)
    40   module unload python
    4138  module switch PrgEnv-cray PrgEnv-intel
    4239  module load python3
    43   module load eccodes/2.13.0
     40  module load eccodes
    4441  module load emos/455-r64
    4542  export SCRATCH=$$$${TMPDIR}
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG