Ignore:
Timestamp:
Jul 7, 2018, 4:55:03 PM (6 years ago)
Author:
jvatant
Message:

Correct typos in r1966
--JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90

    r1966 r1967  
    11331133            ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    11341134           
    1135             call calc_ysat(ngrid,nlayer,pplay,pt,ysat) ! Compute saturation profiles for every grid point
     1135            call calc_ysat(ngrid,nlayer,pplay/100.0,pt,ysat) ! Compute saturation profiles for every grid point
    11361136
    11371137            dyccond(:,:,:) = 0.0 ! Default value -> no condensation
     
    11551155            if ( moyzon_ch .and. mod(icount-1,ichim).eq. 0 ) then
    11561156
    1157               call calc_ysat(ngrid,nlayer,zzlaybar,ztfibar,ysat) ! Compute saturation profiles for every grid point for the zon-ave fields
     1157              call calc_ysat(ngrid,nlayer,zplaybar/100.0,ztfibar,ysat) ! Compute saturation profiles for every grid point for the zon-ave fields
    11581158
    11591159              dyccondbar(:,:,:) = 0.0 ! Default value -> no condensation
Note: See TracChangeset for help on using the changeset viewer.