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/cosp/mod_llnl_stats.F90

    r5095 r5099  
    33! $Revision: 88 $, $Date: 2013-11-13 15:08:38 +0100 (mer. 13 nov. 2013) $
    44! $URL: http://cfmip-obs-sim.googlecode.com/svn/stable/v1.4.0/llnl/llnl_stats.F90 $
    5 !
     5
    66! Redistribution and use in source and binary forms, with or without modification, are permitted
    77! provided that the following conditions are met:
    8 !
     8
    99!     * Redistributions of source code must retain the above copyright notice, this list
    1010!       of conditions and the following disclaimer.
     
    1515!       nor the names of its contributors may be used to endorse or promote products derived from
    1616!       this software without specific prior written permission.
    17 !
     17
    1818! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
    1919! IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
     
    2424! IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
    2525! OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    26 !
     26
    2727! History
    28 !
     28
    2929! Jan 2013 - G. Cesana        - Added betaperp_tot and temp_tot arguments
    30 !
    31 
    3230
    3331MODULE MOD_LLNL_STATS
     
    6260   ! bmin: mimumum value of first bin
    6361   ! bwidth: bin width
    64    !
     62
    6563   ! Output: 2D histogram on each horizontal point (Npoints,Nbins,Nlevels)
    6664   
Note: See TracChangeset for help on using the changeset viewer.