Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (2 months ago)
Author:
abarral
Message:

Replace most uses of CPP_DUST by the corresponding logical defined in lmdz_cppkeys_wrapper.F90
Convert several files from .F to .f90 to allow Dust to compile w/o rrtm/ecrad
Create lmdz_yoerad.f90
(lint) Remove "!" on otherwise empty line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/ocean_albedo_para.F90

    r2227 r5099  
    1 !
     1
    22! $Id$
    3 !
     3
    44!     ######################
    55MODULE ocean_albedo_para
    66!     ######################
    7 !
     7
    88!!****  *MOD_DALBEDO_RS14* - declaration of ISBA parameters
    99!!
     
    1212!       The purpose of this declarative module is to specify  the
    1313!     parameters related to direct & diffuse albedo over open water
    14 !
     14
    1515!!
    1616!!     
     
    2424!       S. Baek : extention from 200-800nm to 200-40000nm
    2525!-------------------------------------------------------------------------------
    26 !
     26
    2727!*       0.   DECLARATIONS
    2828!             ------------
    29 !
    3029
    3130IMPLICIT NONE
    32 !
     31
    3332INTEGER, PARAMETER   :: NNWL = 381                ! number of wavelength
    34 !
     33
    3534! absorption coefficients for seawater et 440 nm
    3635REAL, PARAMETER      :: XAW440 =  0.00635
    37 !
     36
    3837!! white-caps reflectance (Koepke , 1983 estimation)
    3938!REAL, PARAMETER      :: XRWC   =  0.55
    40 !
     39
    4140! table of wavelength discretization
    4241REAL, PARAMETER, DIMENSION(NNWL)::  XAKWL= &
     
    82813920.0, 3930.0, 3940.0, 3950.0, 3960.0, 3970.0, 3980.0, 3990.0, 4000.0 /)
    8382
    84 
    85  
    86 !
    8783! proportion of each wavelength
    8884REAL, PARAMETER, DIMENSION(NNWL)::  XFRWL= &
     
    1651610.6389357E-04 /)
    166162
    167 
    168 !
    169163! Table for computing Reflectance just below ocean surface (bounded to 200-800 nm)
    170164! table of refractive index as function of wavelength
     
    2142081.3357,  1.3351,  1.3345,  1.3339 /)
    215209
    216 
    217 
    218 
    219 !
    220210! table of chlorophyll absorption coefficient as function of wavelength
    221211REAL, PARAMETER, DIMENSION(NNWL)::  XAKACHL= &
     
    377367-0.4844930E-01 /)
    378368
    379 
    380 
    381 
    382 
    383 
    384 
    385 !
    386369! table of seawater absorption coefficient as function of wavelength
    387370REAL, PARAMETER, DIMENSION(NNWL)::  XAKAW3= &
     
    4644470.1509941E+05 /)
    465448
    466 
    467 
    468 !
    469449! table of seawater backscattering coefficient as function of wavelength
    470450REAL, PARAMETER, DIMENSION(NNWL)::  XAKBW= &
     
    6286080.0000000E+00 /)
    629609
    630 
    631 !
    632610!--------------------------------------------------------------------------------
    633 !
     611
    634612END MODULE
    635613
Note: See TracChangeset for help on using the changeset viewer.