Ignore:
Timestamp:
Nov 15, 2018 9:03:15 PM (6 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/modules.f90

    r3473 r3529  
    2525! -----------------
    2626! $Id$
     27! +run_zone
     28!
     29! 3473 2018-10-30 20:50:15Z suehring
    2730! +virtual_measurement
    2831!
     
    11191122                                                                          !< '_NV': vertically nested atmosphere PE, '_N##': PE of nested domain ##
    11201123    CHARACTER (LEN=8)    ::  most_method = 'newton'                       !< namelist parameter
    1121     CHARACTER (LEN=8)    ::  run_date                                     !< date of simulation run, printed to HEADER file
    1122     CHARACTER (LEN=8)    ::  run_time                                     !< time of simulation run, printed to HEADER file
     1124    CHARACTER (LEN=10)   ::  run_date = ' '                               !< date of simulation run
     1125    CHARACTER (LEN=8)    ::  run_time = ' '                               !< time of simulation run
     1126    CHARACTER (LEN=5)    ::  run_zone = ' '                               !< time zone of simulation run
    11231127    CHARACTER (LEN=9)    ::  simulated_time_chr                           !< simulated time, printed to RUN_CONTROL file
    11241128    CHARACTER (LEN=11)   ::  topography_grid_convention = ' '             !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.