Changeset 1967 for trunk/LMDZ.TITAN/libf/phytitan
- Timestamp:
- Jul 7, 2018, 4:55:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90
r1966 r1967 1133 1133 ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1134 1134 1135 call calc_ysat(ngrid,nlayer,pplay ,pt,ysat) ! Compute saturation profiles for every grid point1135 call calc_ysat(ngrid,nlayer,pplay/100.0,pt,ysat) ! Compute saturation profiles for every grid point 1136 1136 1137 1137 dyccond(:,:,:) = 0.0 ! Default value -> no condensation … … 1155 1155 if ( moyzon_ch .and. mod(icount-1,ichim).eq. 0 ) then 1156 1156 1157 call calc_ysat(ngrid,nlayer,z zlaybar,ztfibar,ysat) ! Compute saturation profiles for every grid point for the zon-ave fields1157 call calc_ysat(ngrid,nlayer,zplaybar/100.0,ztfibar,ysat) ! Compute saturation profiles for every grid point for the zon-ave fields 1158 1158 1159 1159 dyccondbar(:,:,:) = 0.0 ! Default value -> no condensation
Note: See TracChangeset
for help on using the changeset viewer.