Ignore:
Timestamp:
Oct 26, 2011 2:20:45 PM (13 years ago)
Author:
heinze
Message:

Bugfixes in case of plot of t=0h and plot of topography zusi/zwwi possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/NCL/spectra.ncl

    r585 r769  
    323323         st=i
    324324         break
     325      else
     326         st=0
    325327      end if
    326328   end do
    327    
    328    if (.not. isvar("st"))then
    329       print(" ")
    330       print("'start_time_step' = "+ start_time_step +"h is invalid")
    331       print(" ")
    332       print("Select another 'start_time_step'")
    333       print(" ")
    334       exit
    335    end if
    336329   
    337330   ;****************************************************
     
    367360         et=i
    368361         break
     362       else
     363         et=0
    369364      end if
    370365   end do
    371    
    372    if (.not. isvar("et"))then
    373       print(" ")
    374       print("'end_time_step' = "+ end_time_step +"h is invalid")
    375       print(" ")
    376       print("Select another 'end_time_step'")
    377       print(" ")
    378       exit
    379    end if
    380366
    381367   delete(start_time_step)
Note: See TracChangeset for help on using the changeset viewer.