Ignore:
Timestamp:
Oct 5, 2012, 2:52:43 AM (12 years ago)
Author:
aslmd
Message:

MESOSCALE : adaptation for polar runs with new physics. co2 mr is now taken from GCM and given as an input (previously was initialized at 0.95). added mars=10 which is a case with CO2 being the only tracer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F

    r774 r802  
    780780!!!                               SAME NAMING   AS IN THE LMD PHYSICS !!!!
    781781SELECT CASE (MARS_MODE)
    782     CASE(0
     782    CASE(0,10
    783783      wtnom(nq) = 'co2'
    784784    CASE(1)
     
    869869    q_prof(:,1:nq) = SCALAR(i,kps:kpe,j,2:nq+1)  !! the names were set above !! one dummy tracer in WRF
    870870ENDIF
    871   !!! CAS DU CO2
    872   DO iii=1,nq
    873   IF ( wtnom(iii) .eq. 'co2' .and. (.not. restart)) q_prof(:,iii) = 0.95
    874   ENDDO
     871  !!!! CAS DU CO2
     872  !DO iii=1,nq
     873  ! IF ( wtnom(iii) .eq. 'co2' .and. (.not. restart)) q_prof(:,iii) = 0.95
     874  !ENDDO
    875875  IF ((MARS_MODE .EQ. 20) .OR. (MARS_MODE .EQ. 21)) THEN
    876876   IF (firstcall .EQV. .true. .and. (.not. restart)) THEN
Note: See TracChangeset for help on using the changeset viewer.