Ignore:
Timestamp:
Jan 27, 2014, 11:29:29 AM (10 years ago)
Author:
idelkadi
Message:
  • Option pour tourner sans thermiques ni ajustement sec si ifalg_thermals<0 (phylmd/physiq.F90)
  • Modifications permettant d'imposer des profils initiaux de traceurs

lus dans un tracer.inp.001 (phylmd/1DUTILS.h, 1D_read_forc_cases.h et lmdz1d.F)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phy1d/lmdz1d.F

    r1943 r1948  
    9090
    9191        integer :: kmax = llm
    92         integer nlev_max,llm700
    93         parameter (nlev_max = 1000)
     92        integer llm700,nq1,nq2
     93        INTEGER, PARAMETER :: nlev_max=1000, nqmx=1000
    9494        real timestep, frac, timeit
    9595        real height(nlev_max),tttprof(nlev_max),qtprof(nlev_max),
     
    9797     .              ugprof(nlev_max),vgprof(nlev_max),wfls(nlev_max),
    9898     .              dqtdxls(nlev_max),dqtdyls(nlev_max),
    99      .              dqtdtls(nlev_max),thlpcar(nlev_max)
     99     .              dqtdtls(nlev_max),thlpcar(nlev_max),
     100     .              qprof(nlev_max,nqmx)
    100101
    101102        real    :: fff
     
    427428      call infotrac_init
    428429
     430      if (nqtot>nqmx) STOP'Augmenter nqmx dans lmdz1d.F'
    429431      allocate(q(llm,nqtot)) ; q(:,:)=0.
    430432      allocate(dq(llm,nqtot))
Note: See TracChangeset for help on using the changeset viewer.