Changeset ff050cd in flexpart.git for src_parallel/netcdf_output_mod.f90


Ignore:
Timestamp:
Aug 15, 2013, 3:23:48 PM (11 years ago)
Author:
Harald Sodemann <harald.sodemann@…>
Branches:
flexpart91_hasod
Children:
31113de
Parents:
7c1fd44
Message:

ADD: namelist input implemented for all common input files

git-svn-id: http://flexpart.flexpart.eu:8088/svn/FlexPart90/branches/flexpart91_hasod@10 ef8cc7e1-21b7-489e-abab-c1baa636049d

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src_parallel/netcdf_output_mod.f90

    r7c1fd44 rff050cd  
    2424  !  residence time and wet and dry deposition output.                         *
    2525  !                                                                            *
    26   !  - writeheader_ncdf generates file including all information previously    *
     26  !  - writeheader_netcdf generates file including all information previously    *
    2727  !    stored in separate header files                                         *
    28   !  - concoutput_ncdf write concentration output and wet and dry deposition   *
     28  !  - concoutput_netcdf write concentration output and wet and dry deposition   *
    2929  !                                                                            *
    3030  !     Author: D. Brunner                                                     *
     
    3636#ifdef NETCDF_OUTPUT
    3737
    38 module nc_output_mod
     38module netcdf_output_mod
    3939
    4040  use netcdf
     
    5757                       reldiff,henry,f0,density,dquer,dsigma,dryvel,&
    5858                       weightmolar,ohreact,spec_ass,kao,vsetaver,&
    59                        ! for concoutput_ncdf and concoutput_nest_ncdf
     59                       ! for concoutput_netcdf and concoutput_nest_netcdf
    6060                       nxmin1,nymin1,nz,oro,oron,rho,rhon,&
    6161                       memind,xresoln,yresoln,xrn, xln, yrn,yln,nxn,nyn,&
     
    221221! lnest = .true.  : Create nested output file
    222222!****************************************************************
    223 subroutine writeheader_ncdf(lnest)
     223subroutine writeheader_netcdf(lnest)
    224224
    225225  implicit none
     
    608608  return
    609609
    610 end subroutine writeheader_ncdf
    611 
    612 
    613 subroutine concoutput_ncdf(itime,outnum,gridtotalunc,wetgridtotalunc, &
     610end subroutine writeheader_netcdf
     611
     612
     613subroutine concoutput_netcdf(itime,outnum,gridtotalunc,wetgridtotalunc, &
    614614     drygridtotalunc)
    615615  !                          i     i          o             o
     
    981981
    982982
    983 end subroutine concoutput_ncdf
    984 
    985 
    986 subroutine concoutput_nest_ncdf(itime,outnum)
     983end subroutine concoutput_netcdf
     984
     985
     986subroutine concoutput_nest_netcdf(itime,outnum)
    987987  !                               i     i
    988988  !*****************************************************************************
     
    12871287
    12881288
    1289 end subroutine concoutput_nest_ncdf
    1290 
    1291 
    1292 end module nc_output_mod
     1289end subroutine concoutput_nest_netcdf
     1290
     1291
     1292end module netcdf_output_mod
    12931293
    12941294
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG