Changeset 660bcb7 in flexpart.git for src/readcommand.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/readcommand.f90

    rb4d29ce r660bcb7  
    109109  nested_output, &
    110110  linit_cond, &
     111  lnetcdfout, &
    111112  surf_only   
    112113
     
    138139  nested_output=0
    139140  linit_cond=0
     141  lnetcdfout=0
    140142  surf_only=0
    141143
     
    344346  endif
    345347
     348!  check for netcdf output switch (use for non-namelist input only!)
     349  if (iout.ge.8) then
     350     lnetcdfout = 1
     351     iout = iout - 8
     352  endif
     353
    346354  ! Check whether a valid option for gridded model output has been chosen
    347355  !**********************************************************************
     
    349357  if ((iout.lt.1).or.(iout.gt.5)) then
    350358    write(*,*) ' #### FLEXPART MODEL ERROR! FILE COMMAND:     #### '
    351     write(*,*) ' #### IOUT MUST BE 1, 2, 3, 4, OR 5!          #### '
     359    write(*,*) ' #### IOUT MUST BE 1, 2, 3, 4, OR 5 FOR       #### '
     360    write(*,*) ' #### STANDARD FLEXPART OUTPUT OR  9 - 13     #### '
     361    write(*,*) ' #### FOR NETCDF OUTPUT                       #### '
    352362    stop
    353363  endif
     
    361371    stop
    362372  endif
    363 
    364373
    365374
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG