Changeset 537 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Feb 17, 2012, 11:40:38 PM (13 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/interpolateH2Ocont.F90
r526 r537 51 51 amagatF=(273.15/temp)*(presF/101325.0) 52 52 53 if(firstcall)then 53 if(firstcall)then ! called by sugas_corrk only 54 print*,'----------------------------------------------------' 55 print*,'Initialising H2O continuum from MT_CKD data...' 54 56 55 57 ! 1.1 Open the ASCII files -
trunk/LMDZ.GENERIC/libf/phystd/radinc_h.F90
r486 r537 8 8 !====================================================================== 9 9 ! 10 ! RADINC.H RADiation INCludes10 ! RADINC.H 11 11 ! 12 12 ! Includes for the radiation code; RADIATION LAYERS, LEVELS, … … 54 54 ! NSIZEMAX The maximum number of aerosol particle sizes 55 55 ! 56 !---------------------------------------------------------------------- C56 !---------------------------------------------------------------------- 57 57 58 58 integer, parameter :: L_NLAYRAD = llm … … 76 76 integer, parameter :: NTstar = 500 77 77 integer, parameter :: NTstop = 9000 ! new default for all non hot Jupiter runs 78 !integer, parameter :: NTstop = 6000 ! for GJ581d / earlymars runs79 78 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. 91 82 integer, parameter :: nsizemax = 60 92 ! integer, parameter :: nsizemax = 193 83 94 84 character (len=20) :: corrkdir
Note: See TracChangeset
for help on using the changeset viewer.