Changeset 3377 for trunk/LMDZ.PLUTO
- Timestamp:
- Jun 13, 2024, 2:52:13 PM (5 months ago)
- Location:
- trunk/LMDZ.PLUTO/libf/phypluto
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3374 r3377 625 625 savedeclin=0. 626 626 saveday=pday 627 !adjust=0. ! albedo adjustment for convergeps627 adjust=0. ! albedo adjustment for convergeps 628 628 629 629 ! Initialize soil. … … 864 864 ! Compute local stellar zenith angles 865 865 ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 866 fract = 0 866 867 if (diurnal) then 867 868 ztim1=SIN(declin) -
trunk/LMDZ.PLUTO/libf/phypluto/suaer_corrk.F90
r3329 r3377 334 334 335 335 ! 1.5 If Francois' data, convert wvl to metres 336 if(iaer.eq.iaero_haze)then337 if(forgetit)then338 ! print*,'please sort out forgetit for naerkind>1'339 do iwvl=1,nwvl340 wvl(iwvl)=wvl(iwvl)*1.e-6341 enddo342 endif343 endif336 ! if(iaer.eq.iaero_haze)then 337 ! if(forgetit)then 338 ! ! print*,'please sort out forgetit for naerkind>1' 339 ! do iwvl=1,nwvl 340 ! wvl(iwvl)=wvl(iwvl)*1.e-6 341 ! enddo 342 ! endif 343 ! endif 344 344 345 345 endif ! of if (is_master) -
trunk/LMDZ.PLUTO/libf/phypluto/surfprop.F90
r3361 r3377 134 134 bb=fdch4_finalb 135 135 endif 136 emis(:) = 1 !default to 1 136 137 137 138 ! Loop on all points
Note: See TracChangeset
for help on using the changeset viewer.