Ignore:
Timestamp:
May 1, 2013, 2:01:43 AM (12 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC. added the possibility to remove surface (nosurf option) and to add an internal heat flux (intheat value, default is 0.)

File:
1 edited

Legend:

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

    r918 r952  
    450450         albv=albedo(ig)        ! shortwave
    451451
    452       if(noradsurf.and.(albv.gt.0.0))then
     452      if(nosurf.and.(albv.gt.0.0))then
    453453         print*,'For open lower boundary in callcorrk must'
    454454         print*,'have surface albedo set to zero!'
Note: See TracChangeset for help on using the changeset viewer.