Changeset 1049 for LMDZ4/trunk


Ignore:
Timestamp:
Nov 7, 2008, 4:51:21 PM (16 years ago)
Author:
lmdzadmin
Message:

Petit oubli endif
AC/IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3dpar/guide_p.F

    r1046 r1049  
    228228c lecture d'un fichier netcdf pour determiner le nombre de niveaux
    229229         IF (mpi_rank==0) THEN
    230          if (guide_modele) then
    231            if (ncidpl.eq.-99) ncidpl=NCOPN('apbp.nc',NCNOWRIT,rcod)
    232          else   
    233          if (guide_u) then
    234            if (ncidpl.eq.-99) ncidpl=NCOPN('u.nc',NCNOWRIT,rcod)
    235          endif
    236 c
    237          if (guide_v) then
    238            if (ncidpl.eq.-99) ncidpl=NCOPN('v.nc',NCNOWRIT,rcod)
    239          endif
    240 c
    241          if (guide_T) then
    242            if (ncidpl.eq.-99) ncidpl=NCOPN('T.nc',NCNOWRIT,rcod)
    243          endif
    244 c
    245          if (guide_Q) then
    246            if (ncidpl.eq.-99) ncidpl=NCOPN('hur.nc',NCNOWRIT,rcod)
    247          endif
    248 c
    249          endif
     230          if (guide_modele) then
     231            if (ncidpl.eq.-99) ncidpl=NCOPN('apbp.nc',NCNOWRIT,rcod)
     232          else 
     233           if (guide_u) then
     234            if (ncidpl.eq.-99) ncidpl=NCOPN('u.nc',NCNOWRIT,rcod)
     235          endif
     236c
     237          if (guide_v) then
     238            if (ncidpl.eq.-99) ncidpl=NCOPN('v.nc',NCNOWRIT,rcod)
     239          endif
     240c
     241          if (guide_T) then
     242            if (ncidpl.eq.-99) ncidpl=NCOPN('T.nc',NCNOWRIT,rcod)
     243          endif
     244c
     245          if (guide_Q) then
     246            if (ncidpl.eq.-99) ncidpl=NCOPN('hur.nc',NCNOWRIT,rcod)
     247          endif
     248c
     249          endif  !guide_modele
     250         endif  !mpi_rank
    250251         if (ncep) then
    251252          status=NF_INQ_DIMID(ncidpl,'LEVEL',rid)
Note: See TracChangeset for help on using the changeset viewer.