Ignore:
Timestamp:
Jan 6, 2014, 10:27:56 PM (11 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC. put surface temperature update under .not.nosurf flag. commented and added prints for ichoice=8. added a modification of iradia in rcm1d.def to be able to still use same .def as subsequent 3D runs for consistency

Location:
trunk/LMDZ.GENERIC/libf/phystd
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/physiq.F90

    r1133 r1150  
    13501350!-----------------------------------------------------------------------
    13511351
     1352      if (.not.nosurf) then
     1353
    13521354!     Increment surface temperature
    13531355      tsurf(1:ngrid)=tsurf(1:ngrid)+ptimestep*zdtsurf(1:ngrid)
     
    13581360                ptimestep,tsurf,tsoil,capcal,fluxgrd)
    13591361      endif
     1362
     1363      endif ! if (.not.nosurf)
    13601364
    13611365!-------------------------
  • trunk/LMDZ.GENERIC/libf/phystd/profile.F

    r253 r1150  
    175175c   ---------
    176176
     177      ! first value is surface temperature
     178      ! then profile of atmospheric temperature
    177179      ELSE IF(ichoice.GE.8) THEN
    178180      OPEN(11,file='profile',status='old',form='formatted',err=101)
  • trunk/LMDZ.GENERIC/libf/phystd/rcm1d.F

    r970 r1150  
    677677        temp(ilayer)=tmp2(ilayer)
    678678      ENDDO
    679      
     679      print*,"check"
     680      PRINT*,"INPUT SURFACE TEMPERATURE",tsurf
     681      PRINT*,"INPUT TEMPERATURE PROFILE",temp
    680682
    681683c  Initialisation albedo / inertie du sol
Note: See TracChangeset for help on using the changeset viewer.