Ignore:
Timestamp:
04/08/14 11:28:29 (10 years ago)
Author:
pinsard
Message:

fix some typos in comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Computation/msf.pro

    r462 r493  
    1212; 
    1313; @param mask2d {in} {type=2D xy array} {optional} {default=1 everywhere} 
    14 ; land/sea (0/1) mask to be applied (in addtion to the 3D mask 
     14; land/sea (0/1) mask to be applied (in addition to the 3D mask 
    1515; of the model) to mask some parts of the domain (and keep for example 
    1616; the northend atlantic). 
     
    2222; @keyword INDEXBOXZOOM 
    2323; Set this keyword to a named variable in which msf will return the x 
    24 ; and y indexes definig the zoom-box that should be used by pltz to do 
     24; and y indexes defining the zoom-box that should be used by pltz to do 
    2525; the plot (see example) 
    2626; 
     
    9696  IF total(msk[*, *, nz-1]) NE 0 THEN return, report('The bottom of the box (defined by lastzt) must be set to land value (=0)') 
    9797  IF (total(msk[0, *, *]) NE 0 OR total(msk[nx-1, *, *]) NE 0) AND NOT (keyword_set(key_periodic) AND nx EQ jpi) THEN $ 
    98      return, report('for non-periodic domains, eastern and western bondaries must be land point') 
     98     return, report('for non-periodic domains, eastern and western boundaries must be land point') 
    9999  IF keyword_set(key_partialstep) AND total(msk[*, ny-1, *]) NE 0 THEN flagdata = 1 
    100100; 
Note: See TracChangeset for help on using the changeset viewer.