Changeset 5 for LMDZ.3.3/trunk


Ignore:
Timestamp:
Nov 23, 1999, 3:30:45 PM (25 years ago)
Author:
lmdz
Message:

masque mal initialise

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/trunk/libf/dyn3d/etat0_netcdf.F

    r2 r5  
    135135      varname = 'masque'
    136136      ! This line needs to be replaced by a call to restget to get the values in the restart file
    137       rugo(:,:) = 0.0
     137      masque(:,:) = 0.0
    138138       CALL startget(varname, iip1, jjp1, rlonv, rlatu, masque, 0.0)
    139139      !
Note: See TracChangeset for help on using the changeset viewer.