Changeset 660bcb7 in flexpart.git for src/readreceptors.f90


Ignore:
Timestamp:
Nov 24, 2014, 1:36:35 PM (9 years ago)
Author:
Anne Fouilloux <annefou@…>
Branches:
NetCDF
Children:
3073eaf
Parents:
4bf4a69
Message:

NETCDF outputs from svn trunk (hasod: ADD: netcdf module file)
I did not take changes in advance.f90; it will be added later.
I also changed OPENs where status was set to new and access is set to APPEND (had problems on abel.uio.no with intel compilers 2013.sp1.3)
It should contains technical changes only and results should be identical.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readreceptors.f90

    rb4d29ce r660bcb7  
    8181  ! prepare namelist output if requested
    8282  if (nmlout.eqv..true.) then
    83     open(unitreceptorout,file=path(2)(1:length(2))//'RECEPTORS.namelist',access='append',status='new',err=1000)
     83    open(unitreceptorout,file=path(2)(1:length(2))//'RECEPTORS.namelist',access='append',status='unknown',err=1000)
    8484  endif
    8585
     
    179179  stop
    180180
    181 1000 write(*,*) ' #### FLEXPART MODEL ERROR! FILE "RECEPTORS"    #### '
    182   write(*,*) ' #### CANNOT BE OPENED IN THE DIRECTORY       #### '
     1811000 write(*,*) ' #### FLEXPART MODEL ERROR! FILE "RECEPTORS.namelist"    #### '
     182  write(*,*) ' #### CANNOT BE OPENED/CREATED IN THE DIRECTORY       #### '
    183183  write(*,'(a)') path(2)(1:length(2))
    184184  stop
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG