Ignore:
Timestamp:
Nov 15, 2018 9:03:15 PM (5 years ago)
Author:
gronemeier
Message:

change date format in output files; add global attributes; change fill_value; move definition of UTM and lon/lat into subroutine; change attributes of time variable; read optional attributes from input netcdf file; update test cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/header.f90

    r3525 r3529  
    2525! -----------------
    2626! $Id$
     27! change date format into YYYY-MM-DD
     28!
     29! 3525 2018-11-14 16:06:14Z kanani
    2730! Changes related to clean-up of biometeorology (dom_dwd_user)
    2831!
     
    20972100101 FORMAT (35X,'coupled run: ',A/ &
    20982101            35X,42('-'))
    2099 102 FORMAT (/' Date:                 ',A8,4X,'Run:       ',A34/      &
     2102102 FORMAT (/' Date:               ',A10,4X,'Run:       ',A34/      &
    21002103            ' Time:                 ',A8,4X,'Run-No.:   ',I2.2/     &
    21012104            ' Run on host:        ',A10)
     
    24942497503 FORMAT (' --> Momentum advection via Wicker-Skamarock-Scheme 5th order')
    24952498504 FORMAT (' --> Scalar advection via Wicker-Skamarock-Scheme 5th order')
    2496 512 FORMAT (/' Date:                 ',A8,6X,'Run:       ',A34/      &
     2499512 FORMAT (/' Date:               ',A10,6X,'Run:       ',A34/      &
    24972500            ' Time:                 ',A8,6X,'Run-No.:   ',I2.2/     &
    24982501            ' Run on host:        ',A10,6X,'En-No.:    ',I2.2)
Note: See TracChangeset for help on using the changeset viewer.