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/timemanager.f90

    r9 r10  
    9797       idummy_ran3_initialize, idummy_ran3_advance
    9898#ifdef NETCDF_OUTPUT
    99   use nc_output_mod, only: concoutput_ncdf, concoutput_nest_ncdf
     99  use netcdf_output_mod, only: concoutput_netcdf, concoutput_nest_netcdf
    100100#endif
    101101
     
    324324      if ((itime.eq.loutend).and.(outnum.gt.0.)) then
    325325        if ((iout.le.3.).or.(iout.eq.5)) then
    326           if (lncdfout) then
     326          if (lnetcdfout.eq.1) then
    327327#ifdef NETCDF_OUTPUT
    328             call concoutput_ncdf(itime,outnum,gridtotalunc, &
     328            call concoutput_netcdf(itime,outnum,gridtotalunc, &
    329329               wetgridtotalunc,drygridtotalunc)
    330330#endif
     
    335335
    336336          if (nested_output.eq.1) then
    337             if (lncdfout) then
     337            if (lnetcdfout.eq.1) then
    338338#ifdef NETCDF_OUTPUT
    339               call concoutput_nest_ncdf(itime,outnum)
     339              call concoutput_nest_netcdf(itime,outnum)
    340340#endif
    341341            else
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG