Changeset c97d8ec in flex_extract.git


Ignore:
Timestamp:
Oct 12, 2018, 7:24:46 PM (6 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
e585e1b
Parents:
0934db1
Message:

new compilation and adaptations on CONTROL files for CERA (NUMBER parameter has to be set to a number (0))

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • run/control/CONTROL_CERA

    refba13f rc97d8ec  
    88ACCMAXSTEP 24
    99CLASS EP
     10NUMBER 0
    1011STREAM ENDA
    1112GRID 1000 
  • run/control/CONTROL_CERA.public

    refba13f rc97d8ec  
    1010DATASET cera20c
    1111STREAM ENDA
     12NUMBER 0
    1213GRID 2000 
    1314LEFT -24000
  • run/control/CONTROL_CERA.testgrid

    refba13f rc97d8ec  
    99CLASS EP
    1010STREAM ENDA
     11NUMBER 0
    1112GRID 2000 
    12 LEFT -20000
     13LEFT  30000
    1314LOWER 40000
    14 UPPER 60000
    15 RIGHT 60000
    16 LEVELIST 1/to/91
     15UPPER 50000
     16RIGHT 40000
     17LEVELIST 88/to/91
    1718RESOL 106
    1819ETA 1
  • run/jobscripts/compilejob.ksh

    r34b247b rc97d8ec  
    2828case ${HOST} in
    2929  *ecg*)
     30  module unload eccodes
    3031#  module load python
    31 #  module unload grib_api
     32  module unload grib_api
    3233  module unload emos
    33 #  module load grib_api/1.14.5
    34   module load emos/437-r64
     34  module load grib_api/1.27.0
     35  module load emos/457-r64
    3536  export FLEXPART_ROOT_SCRIPTS=${HOME}
    3637  export MAKEFILE=Makefile.gfortran
  • run/jobscripts/job.ksh

    r40408cb rc97d8ec  
    3030  module load python
    3131  module unload grib_api
     32  module unload eccodes
    3233  module unload emos
    33   module load grib_api/1.14.5
    34   module load emos/437-r64
     34  module load grib_api/1.27.0
     35  module load emos/457-r64
    3536  export PATH=${PATH}:${HOME}/flex_extract_v7.1/source/python
    3637  ;;
     
    5253
    5354cat >${CONTROL}<<EOF
    54 accmaxstep 24
    55 acctime 18
     55accmaxstep 12
     56acctime 06/18
    5657acctype FC
    5758accuracy 24
    58 addpar 27 28 173 186 187 188 235 139 39
     59addpar 186 187 188 235 139 39
    5960area
    6061basetime None
    61 controlfile CONTROL_CERA.testgrid
    62 cwc 1
     62controlfile CONTROL_EA5.testgrid
     63cwc 0
    6364dataset None
    6465date_chunk 3
     
    6667destination annep@genericSftp
    6768dpdeta 1
    68 dtime 3
     69dtime 1
    6970ecfsdir ectmp:/${USER}/econdemand/
    7071ecgid at
     
    8283gaussian
    8384grib2flexpart 0
    84 grid 2000
     85grid 1000
    8586inputdir /raid60/nas/tmc/Anne/Interpolation/flexextract/flex_extract_v7.1/run/workspace
    8687install_target None
    8788job_template job.temp
    88 left -20000
    89 level 91
    90 levelist 1/to/91
     89left -5000
     90level 137
     91levelist 100/to/137
    9192logicals gauss omega omegadiff eta etadiff dpdeta cwc wrf grib2flexpart ecstorage ectrans debug request public
    92 lower 40000
     93lower 10000
    9394mailfail ${USER}
    9495mailops ${USER}
    9596makefile Makefile.gfortran
    96 marsclass EP
     97marsclass EA
    9798maxstep 0
    9899number OFF
     
    100101omegadiff 0
    101102outputdir /raid60/nas/tmc/Anne/Interpolation/flexextract/flex_extract_v7.1/run/workspace
    102 prefix CE
     103prefix EA
    103104public 0
    104105queue ecgate
    105106request 2
    106 resol 106
    107 right 60000
     107resol 159
     108right 5000
    108109smooth 0
    109110start_date 20090108
    110 step 00 00 00 00 00 00 00 00
    111 stream ENDA
    112 time 00 03 06 09 12 15 18 21
    113 type AN AN AN AN AN AN AN AN
    114 upper 60000
     111step 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
     112stream OPER
     113time 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23
     114type AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN
     115upper 20000
    115116wrf 0
    116117EOF
  • run/run.sh

    r40408cb rc97d8ec  
    2828PP_ID=None
    2929JOB_TEMPLATE='job.temp'
    30 CONTROLFILE='CONTROL_CERA.testgrid'
     30CONTROLFILE='CONTROL_EA5.testgrid'
    3131DEBUG=1
    3232REQUEST=2
  • source/fortran/Makefile.gfortran

    r7f89fb3 rc97d8ec  
    1313OPT     = -g
    1414DEBUG   = -g
    15 LIB     =  $(ECCODES_LIB) $(EMOSLIB)
     15LIB     =  $(GRIB_API_LIB) $(EMOSLIB) 
     16#$(ECCODES_LIB)
    1617
    1718FC=gfortran   -m64 -fdefault-real-8 -fcray-pointer -fno-second-underscore  -ffixed-line-length-132 -fopenmp  -fconvert=big-endian 
    1819F90C=gfortran   -m64 -fdefault-real-8 -fcray-pointer -fno-second-underscore  -ffixed-line-length-132 -fopenmp  -fconvert=big-endian
    1920
    20 FFLAGS =  $(OPT) -I. -I$(ECCODES_INCLUDE_DIR)
    21 F90FLAGS =  $(OPT) -I. -I$(ECCODES_INCLUDE_DIR)
     21FFLAGS =  $(OPT) -I. -I$(GRIB_API_INCLUDE_DIR) 
     22#-I$(ECCODES_INCLUDE_DIR)
     23F90FLAGS =  $(OPT) -I. -I$(GRIB_API_INCLUDE_DIR)
     24#-I$(ECCODES_INCLUDE_DIR)
    2225
    2326LDFLAGS =  $(OPT)
  • source/fortran/Makefile.local.gfortran

    r40408cb rc97d8ec  
    1212
    1313
    14 #GRIB_API_INCLUDE_DIR=/usr/local/gcc-4.9.3/grib_api-1.14.3//include
    15 #GRIB_API_LIB= -L/usr/local/gcc-4.9.3/grib_api-1.14.3/lib -Bstatic  -lgrib_api_f77 -lgrib_api_f90 -lgrib_api -Bdynamic  -lm  -ljasper
     14GRIB_API_INCLUDE_DIR=/usr/local/gcc-4.9.3/grib_api-1.14.3//include
     15GRIB_API_LIB= -L/usr/local/gcc-4.9.3/grib_api-1.14.3/lib -Bstatic  -lgrib_api_f77 -lgrib_api_f90 -lgrib_api -Bdynamic  -lm  -ljasper
    1616
    17 GRIB_API_INCLUDE_DIR=/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/include
    18 GRIB_API_LIB=-L/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/lib -Bstatic -leccodes_f90  -leccodes -Bdynamic -lm -ljasper -openmp
     17#GRIB_API_INCLUDE_DIR=/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/include
     18#GRIB_API_LIB=-L/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/lib -Bstatic -leccodes_f90  -leccodes -Bdynamic -lm -ljasper -openmp
    1919
    2020
  • templates/compilejob.template

    r34b247b rc97d8ec  
    2828case $${HOST} in
    2929  *ecg*)
     30  module unload eccodes
    3031#  module load python
    31 #  module unload grib_api
     32  module unload grib_api
    3233  module unload emos
    33 #  module load grib_api/1.14.5
    34   module load emos/437-r64
     34  module load grib_api/1.27.0
     35  module load emos/457-r64
    3536  export FLEXPART_ROOT_SCRIPTS=$fp_root_scripts
    3637  export MAKEFILE=$makefile
  • templates/job.temp

    r34b247b rc97d8ec  
    3030  module load python
    3131  module unload grib_api
     32  module unload eccodes
    3233  module unload emos
    33   module load grib_api/1.14.5
    34   module load emos/437-r64
     34  module load grib_api/1.27.0
     35  module load emos/457-r64
    3536  export PATH=${PATH}:${HOME}/flex_extract_v7.1/source/python
    3637  ;;
  • templates/job.template

    rc5074d2 rc97d8ec  
    3030  module load python
    3131  module unload grib_api
     32  module unload eccodes
    3233  module unload emos
    33   module load grib_api/1.14.5
    34   module load emos/437-r64
     34  module load grib_api/1.27.0
     35  module load emos/457-r64
    3536  export PATH=$${PATH}:$fp_root_path
    3637  ;;
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG