- Timestamp:
- May 31, 2012, 6:23:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
r678 r683 819 819 !--------------------------------! 820 820 #ifdef NEWPHYS 821 q_prof(:,1:nq) = SCALAR(i,kps:kpe,j,2:nq+1) !! the names were set above !! one dummy tracer in WRF 821 IF (MARS_MODE .EQ. 0) THEN 822 q_prof(:,1)=0.95 823 ELSE 824 q_prof(:,1:nq) = SCALAR(i,kps:kpe,j,2:nq+1) !! the names were set above !! one dummy tracer in WRF 825 ENDIF 822 826 !!! CAS DU CO2 823 827 DO iii=1,nq … … 1454 1458 MARS_TSOIL(i,:,j)=save_tsoil_restart(subs,:) 1455 1459 MARS_CICE(i,j)=save_co2ice_restart(subs) 1456 MARS_Q2(i, :,j)=save_q2_restart(subs,:)1460 MARS_Q2(i,kps:kpe+1,j)=save_q2_restart(subs,:) 1457 1461 SELECT CASE (MARS_MODE) 1458 1462 CASE (1,11,12) … … 1472 1476 1473 1477 SELECT CASE (MARS_MODE) 1478 CASE(0) 1479 SCALAR(i,kps:kpe,j,:)=0. 1474 1480 CASE(20) 1475 1481 !! Mars mode 20 : add a passive tracer with radioactive-like decay
Note: See TracChangeset
for help on using the changeset viewer.