Ignore:
Timestamp:
May 1, 2014, 12:06:13 AM (11 years ago)
Author:
aslmd
Message:

LMDZ.MARS. Filling geom arrays is now out of phys_var_state_init. Done through a merged function ini_fillgeom within the comgeomfi_h module. Cosmetic changes. New interface with the mesoscale model: lesser amount of dirty MESOSCALE includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/meso_inc/meso_inc_var.F

    r1112 r1233  
    1       INTEGER wday_ini
    2       REAL wtsurf(ngrid)  ! input only ay firstcall - output
    3       REAL wtsoil(ngrid,nsoilmx)
    4       REAL wisoil(ngrid,nsoilmx)  !! new soil scheme
    5       REAL wdsoil(ngrid,nsoilmx)   !! new soil scheme
    6       REAL wco2ice(ngrid)
    7       REAL wemis(ngrid)
    8       REAL wqsurf(ngrid,nq)
    9       REAL wq2(ngrid,nlayermx+1)
    10       REAL wwstar(ngrid)
    11       REAL wfluxrad(ngrid)
    121      REAL output_tab2d(ngrid,n2d)
    132      REAL output_tab3d(ngrid,nlayer,n3d)
     
    165      LOGICAL flag_LES     !! pour LES avec isfflx!=0
    176      REAL qsurfice(ngrid) !! pour diagnostics
    18       real alpha,lay1 ! coefficients for building layers
    19       integer iloop
    207      INTEGER tracerset    !!! this corresponds to config%mars
    21       CHARACTER (len=20) :: wtnom(nq) ! tracer name
    228
    239      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! JF
Note: See TracChangeset for help on using the changeset viewer.