Changeset 1233 for trunk/LMDZ.MARS/libf/phymars/meso_inc/meso_inc_var.F
- Timestamp:
- May 1, 2014, 12:06:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/meso_inc/meso_inc_var.F
r1112 r1233 1 INTEGER wday_ini2 REAL wtsurf(ngrid) ! input only ay firstcall - output3 REAL wtsoil(ngrid,nsoilmx)4 REAL wisoil(ngrid,nsoilmx) !! new soil scheme5 REAL wdsoil(ngrid,nsoilmx) !! new soil scheme6 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)12 1 REAL output_tab2d(ngrid,n2d) 13 2 REAL output_tab3d(ngrid,nlayer,n3d) … … 16 5 LOGICAL flag_LES !! pour LES avec isfflx!=0 17 6 REAL qsurfice(ngrid) !! pour diagnostics 18 real alpha,lay1 ! coefficients for building layers19 integer iloop20 7 INTEGER tracerset !!! this corresponds to config%mars 21 CHARACTER (len=20) :: wtnom(nq) ! tracer name22 8 23 9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! JF
Note: See TracChangeset
for help on using the changeset viewer.