Changeset c04b739 in flexpart.git


Ignore:
Timestamp:
Oct 22, 2015, 4:46:59 PM (9 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
adf46ae
Parents:
b069789
Message:

Removed parameter cblflag from fixed-format COMMAND file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readcommand.f90

    r78e62dc rc04b739  
    143143  lnetcdfout=0
    144144  surf_only=0
    145   cblflag=0
     145  cblflag=0 ! if using old-style COMMAND file, set to 1 here to use mc cbl routine
    146146  ohfields_path="../../flexin/"
    147147
     
    232232    if (old) call skplin(3,unitcommand)
    233233    read(unitcommand,*) surf_only
    234     if (old) call skplin(3,unitcommand)  !added by mc
    235     read(unitcommand,*) cblflag          !added by mc
     234    ! Removed for backwards compatibility.
     235    ! if (old) call skplin(3,unitcommand)  !added by mc
     236    ! read(unitcommand,*) cblflag          !added by mc
    236237
    237238    close(unitcommand)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG