Changeset 2297 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Jun 28, 2017 2:35:57 PM (7 years ago)
Author:
scharf
Message:

bugfixes

Location:
palm/trunk/SCRIPTS
Files:
2 edited

Legend:

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

    r2030 r2297  
    22332233            end if
    22342234           
    2235             if (nof .EQ. 0) then
    2236                 z_(n,:)=z/norm_z
    2237                 z    = z_(n,:)
    2238             else
     2235            ;if (nof .EQ. 0) then
     2236                ;z_(n,:)=z/norm_z
     2237                ;z    = z_(n,:)
     2238            ;else
    22392239                z=z/norm_z
    2240             end if
     2240            ;end if
    22412241
    22422242            delta_z = z(2) - z(1)
  • palm/trunk/SCRIPTS/mrun

    r2295 r2297  
    301301 fftw_lib=""
    302302 fftw_support=false
    303   fname=test
     303 fname=test
    304304 fromhost=""
    305305 global_revision=""
Note: See TracChangeset for help on using the changeset viewer.