Ignore:
Timestamp:
Apr 2, 2002, 4:17:16 PM (22 years ago)
Author:
lmdz
Message:

Lecture du fichier netcdf pour determination du nombre de niveaux verticaux MAF
LF

File:
1 edited

Legend:

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

    r217 r356  
    22c $Header$
    33c
    4       subroutine read_reanalyse(timestep,u,v,t,masse,ps,mode)
     4      subroutine read_reanalyse(timestep,u,v,t,masse,ps,mode,nlevnc)
    55
    66c   mode=0 variables naturelles
     
    1515
    1616      integer nlevnc
    17       parameter (nlevnc=15)
    18 C pour annee 2000      parameter (nlevnc=21)
     17c      parameter (nlevnc=15)
     18C pour annee 2000     
     19c      parameter (nlevnc=21)
    1920      integer timestep,mode,l
    2021
Note: See TracChangeset for help on using the changeset viewer.