Ignore:
Timestamp:
Aug 4, 2008 3:53:39 PM (16 years ago)
Author:
letzel
Message:
  • init_1d_model: provisional solution for run_control_1d output: add 'CALL check_open( 15 )'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/init_1d_model.f90

    r139 r184  
    44! Actual revisions:
    55! -----------------
    6 !
     6! provisional solution for run_control_1d output: add 'CALL check_open( 15 )'
    77!
    88! Former revisions:
     
    753753!--    If necessary, write header
    754754       IF ( .NOT. run_control_header_1d )  THEN
     755          CALL check_open( 15 )
    755756          WRITE ( 15, 100 )
    756757          run_control_header_1d = .TRUE.
Note: See TracChangeset for help on using the changeset viewer.