Ignore:
Timestamp:
Aug 15, 2013, 3:23:48 PM (11 years ago)
Author:
hasod
Message:

ADD: namelist input implemented for all common input files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/flexpart91_hasod/src_parallel/FLEXPART.f90

    r9 r10  
    5050
    5151#ifdef NETCDF_OUTPUT
    52   use nc_output_mod, only: writeheader_ncdf
     52  use netcdf_output_mod, only: writeheader_netcdf
    5353#endif
    5454
     
    217217  !******************************************************************
    218218
    219   if (lncdfout) then
     219  if (lnetcdfout.eq.1) then
    220220#ifdef NETCDF_OUTPUT
    221     call writeheader_ncdf(lnest = .false.)
     221    call writeheader_netcdf(lnest = .false.)
    222222#endif
    223223  else
     
    226226
    227227  if (nested_output.eq.1) then
    228     if (lncdfout) then
     228    if (lnetcdfout.eq.1) then
    229229#ifdef NETCDF_OUTPUT
    230       call writeheader_ncdf(lnest = .true.)
     230      call writeheader_netcdf(lnest = .true.)
    231231#endif
    232232    else
     
    235235  endif
    236236
    237   if (.NOT.lncdfout) then
     237  if (lnetcdfout.ne.1) then
    238238    open(unitdates,file=path(2)(1:length(2))//'dates')
    239239  end if
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG