Changeset 354 for LMDZ.3.3/branches


Ignore:
Timestamp:
Mar 25, 2002, 11:57:58 AM (22 years ago)
Author:
lmdzadmin
Message:

include du mauvais fichier apres un peu de menage
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/dyn3d/etat0_netcdf.F

    r352 r354  
    7878#include "control.h"
    7979#include "serre.h"
    80 #include "clesph0.h"
     80#include "clesphys.h"
    8181
    8282      INTEGER  ::        longcles
     
    181181      ! This line needs to be replaced by a call to restget to get the values in the restart file
    182182      masque(:,:) = 0.0
     183     
    183184       CALL startget(varname, iip1, jjp1, rlonv, rlatu, masque, 0.0,
    184185     , jjm ,rlonu,rlatv , interbar )
    185186      !
    186187      WRITE(*,*) 'MASQUE construit : Masque'
    187 !      WRITE(*,'(49I1)') INT(masque(:,:))
     188!      WRITE(*,'(97I1)') nINT(masque(:,:))
    188189      !
    189190      !
Note: See TracChangeset for help on using the changeset viewer.