Changeset 1743 for trunk/MESOSCALE


Ignore:
Timestamp:
Jul 24, 2017, 1:20:27 AM (8 years ago)
Author:
aslmd
Message:

MESOSCALE VENUS. bug fix. turb_resolved was hardcoded to true. print referred to isles! changed to the same settings than Mars: tubr_resolved=isles.

File:
1 edited

Legend:

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

    r1742 r1743  
    359359   INTEGER, INTENT(IN) :: ims,ime,jms,jme,kms,kme
    360360   INTEGER, INTENT(IN) :: ips,ipe,jps,jpe
    361    INTEGER :: i,j,subs,nlast
     361   INTEGER :: i,j,subs,nlast     
    362362   REAL, DIMENSION( ims:ime, jms:jme ), INTENT(IN)  :: M_WSTAR
    363363   REAL, DIMENSION( ims:ime, kms:kme+1, jms:jme ), INTENT(IN) :: M_Q2
    364364   LOGICAL, INTENT(IN ) :: RESTART,isles
    365365
    366    turb_resolved =.true.
    367    print*,'turb_resolved :',isles
     366   !! to know if this is turbulence-resolving run or not
     367   turb_resolved = isles
    368368
    369369   DO j = jps,jpe
     
    377377     !PBL wind variance
    378378     IF (.not. restart) THEN
    379       q2(subs,:) = 1.E-6
     379      q2(subs,:) = 1.E-6     
    380380      wstar(subs)=0.
    381381     ELSE
     
    386386   ENDDO
    387387   ENDDO
    388 
     388 
    389389   !!---------------------!!
    390390   !! OUTPUT FOR CHECKING !!
Note: See TracChangeset for help on using the changeset viewer.