Changeset 354 for LMDZ.3.3/branches/rel-LF
- Timestamp:
- Mar 25, 2002, 11:57:58 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/dyn3d/etat0_netcdf.F
r352 r354 78 78 #include "control.h" 79 79 #include "serre.h" 80 #include "clesph 0.h"80 #include "clesphys.h" 81 81 82 82 INTEGER :: longcles … … 181 181 ! This line needs to be replaced by a call to restget to get the values in the restart file 182 182 masque(:,:) = 0.0 183 183 184 CALL startget(varname, iip1, jjp1, rlonv, rlatu, masque, 0.0, 184 185 , jjm ,rlonu,rlatv , interbar ) 185 186 ! 186 187 WRITE(*,*) 'MASQUE construit : Masque' 187 ! WRITE(*,'( 49I1)')INT(masque(:,:))188 ! WRITE(*,'(97I1)') nINT(masque(:,:)) 188 189 ! 189 190 !
Note: See TracChangeset
for help on using the changeset viewer.