Ignore:
Timestamp:
Jul 3, 2012, 8:09:54 PM (13 years ago)
Author:
rwordsworth
Message:

Mainly updates to radiative transfer and gas management scheme.
Most CIA data now read from standard HITRAN datafiles. For the H2O
continuum, two options have been added: the standard CKD continuum,
and the empirical formula in PPC (Pierrehumbert 2010). Use the toggle
'H2Ocont_simple' in callphys.def to choose.

Note to Martians: I've changed the default values of 'sedimentation' and
'co2cond' in inifis to false. Both these are defined in the standard deftank
callphys.def file, so there shouldn't be any compatibility problems.

File:
1 edited

Legend:

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

    r650 r716  
    77          reffrad,tau_col,cloudfrac,totcloudfrac,              &
    88          clearsky,firstcall,lastcall)
    9 
    109
    1110      use radinc_h
     
    201200      giaer(:,:,:) =0.0
    202201      radfixed=.false.
    203 
    204202
    205203      if(firstcall) then
     
    275273         endif
    276274
    277          OLR_nu=0.
    278          OSR_nu=0.
     275         OLR_nu(:,:) = 0.
     276         OSR_nu(:,:) = 0.
    279277
    280278         if (ngridmx.eq.1) then
     
    429427           reffrad,QREFvis3d,QREFir3d,                             &
    430428           tau_col,cloudfrac,totcloudfrac,clearsky)                ! get aerosol optical depths
    431 
    432429
    433430!-----------------------------------------------------------------------
     
    933930      endif
    934931
     932
    935933    end subroutine callcorrk
Note: See TracChangeset for help on using the changeset viewer.