Changeset 1038 for trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys
- Timestamp:
- Sep 13, 2013, 4:01:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
r802 r1038 192 192 ! *** for LMD physics 193 193 ! ------> inputs: 194 INTEGER :: ngrid,nlayer,nq,nsoil ,nqmx194 INTEGER :: ngrid,nlayer,nq,nsoil 195 195 REAL :: pday,ptime,MY 196 196 REAL :: aire_val,lat_val,lon_val … … 391 391 nlayer = kpe-kps+1 ! number of vertical layers: nlayermx 392 392 nsoil = NUM_SOIL_LAYERS ! number of soil layers: nsoilmx 393 if (num_3d_s > 1) then ! number of advected fields : nqmx393 if (num_3d_s > 1) then ! number of advected fields 394 394 nq = num_3d_s-1 395 nqmx = num_3d_s-1396 395 else 397 396 nq = 1 398 nqmx = 1399 397 endif 400 398 ! **** needed but hardcoded … … 1052 1050 qsurf_val(2)=MARS_WICE(i,j) !! logique avec wtnom(2) = 'h2o_ice' defini ci-dessus 1053 1051 !! ----- retrocompatible ancienne physique 1054 !! ----- [H2O ice is tracer nqmxin qsurf in LMD physics]1052 !! ----- [H2O ice is last tracer in qsurf in LMD physics] 1055 1053 CASE(2) 1056 1054 qsurf_val(1)=0. !! not coupled with lifting for the moment [non remobilise]
Note: See TracChangeset
for help on using the changeset viewer.