Changeset 537 for trunk


Ignore:
Timestamp:
Feb 17, 2012, 11:40:38 PM (13 years ago)
Author:
rwordsworth
Message:

really minor stuff

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

Legend:

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

    r526 r537  
    5151      amagatF=(273.15/temp)*(presF/101325.0)
    5252
    53       if(firstcall)then
     53      if(firstcall)then ! called by sugas_corrk only
     54         print*,'----------------------------------------------------'
     55         print*,'Initialising H2O continuum from MT_CKD data...'
    5456
    5557!     1.1 Open the ASCII files
  • trunk/LMDZ.GENERIC/libf/phystd/radinc_h.F90

    r486 r537  
    88!======================================================================
    99!
    10 !     RADINC.H    RADiation INCludes
     10!     RADINC.H
    1111!
    1212!     Includes for the radiation code; RADIATION LAYERS, LEVELS,
     
    5454!     NSIZEMAX  The maximum number of aerosol particle sizes
    5555!
    56 !----------------------------------------------------------------------C
     56!----------------------------------------------------------------------
    5757
    5858      integer, parameter :: L_NLAYRAD  = llm
     
    7676      integer, parameter :: NTstar = 500
    7777      integer, parameter :: NTstop = 9000 ! new default for all non hot Jupiter runs
    78       !integer, parameter :: NTstop = 6000 ! for GJ581d / earlymars runs
    7978
    80 ! Maximum number of grain size classes
    81 ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    82 !   This parameter has to be set to the maximum number of particle
    83 !   sizes contained in the optical parameter database; For example,
    84 !   if only one grain size is used to describe dust, and 30 are used
    85 !   to describe water-ice crystals in the visible and 15 in the IR,
    86 !   nsizemax has to be set to 30.
    87 !   If only one grain size is considered for all the aerosols, set
    88 !   this parameter to 1 and convolution will be turned off during
    89 !   the radiative calculations.
    90 
     79      ! Maximum number of grain size classes for aerosol convolution:
     80      ! This must correspond to size of largest dataset used for aerosol
     81      ! optical properties in datagcm folder.
    9182      integer, parameter :: nsizemax = 60
    92 !      integer, parameter :: nsizemax = 1
    9383
    9484      character (len=20) :: corrkdir
Note: See TracChangeset for help on using the changeset viewer.