Changeset 3363e01 in flex_extract.git for Source


Ignore:
Timestamp:
Jul 8, 2020, 9:31:30 AM (4 years ago)
Author:
pesei <petra.seibert [at ) univie.ac.at>
Branches:
master, ctbto, dev
Children:
e0005c9
Parents:
36dbabb (diff), 652286a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

related to pull request

Location:
Source
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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()
  • Source/Fortran/posnam.f90

    rdfa7dbd r36dbabb  
    11  SUBROUTINE POSNAM(KULNAM,CDNAML)
    22
    3  !! position in namelist file.
    4  ! author:  Mats Hamrud, ECMWF
     3 !! Position in namelist file.
     4 !! Author:  Mats Hamrud, ECMWF
    55
    66    INTEGER, INTENT(IN)       :: KULNAM
  • Source/Fortran/rwgrib2.f90

    r5b5589b r36dbabb  
    11 MODULE RWGRIB2
     2
     3!! Read or write a field variable on a lat/lon grid from/to GRIB file, or
     4!! read a field in spectral representation from GRIB file
    25
    36 CONTAINS
     
    8588!      print*,i
    8689   END DO iloop
    87 !!   write(*,*) 'readlatlon: ',i-1,' records read'
     90! !   write(*,*) 'readlatlon: ',i-1,' records read'
    8891 
    8992   DO i=1,n
     
    169172   SUBROUTINE READSPECTRAL(FILENAME,CXMN,MNAUF,MLEVEL,MAXLEV,MPAR,A,B)
    170173
    171 !!  read a GRIB file in spherical harmonics
     174!!  Read a GRIB file in spherical harmonics
    172175
    173176   USE GRIB_API
     
    249252   END DO iloop
    250253
    251 !!   write(*,*) 'readspectral: ',i-1,' records read'
     254! !   write(*,*) 'readspectral: ',i-1,' records read'
    252255 
    253256   DO i=1,n
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG