Ignore:
Timestamp:
Oct 18, 2010, 10:31:31 AM (14 years ago)
Author:
jghattas
Message:

Deleted dimesion using local parameters. Instead using dimesions already existing as input arguments.
This modification avoids need for editing the code before running a higer resolution (above 300x200).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/LMDZ5V1.0-dev/libf/dyn3dpar/grid_noro.F

    r1403 r1442  
    458458C MAKE A MOVING AVERAGE OVER 9 GRIDPOINTS OF THE X FIELDS
    459459
    460       PARAMETER (ISMo=300,JSMo=200)
    461       REAL X(IMAR,JMAR),XF(ISMo,JSMo)
     460      REAL X(IMAR,JMAR),XF(IMAR,JMAR)
    462461      real WEIGHTpb(-1:1,-1:1)
    463462
    464       if(imar.gt.ismo) stop'surdimensionner ismo dans mva9 (grid_noro)'
    465       if(jmar.gt.jsmo) stop'surdimensionner jsmo dans mva9 (grid_noro)'
    466463     
    467464      SUM=0.
Note: See TracChangeset for help on using the changeset viewer.