Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (4 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/dyn3dmem/parallel_lmdz.F90

    r5093 r5099  
    1 !
     1
    22! $Id$
    3 !
     3
    44  MODULE parallel_lmdz
    55  USE mod_const_mpi
     
    742742!      INCLUDE "dimensions.h"
    743743!      INCLUDE "paramet.h"   
    744 !   
     744
    745745!      INTEGER :: ij,ll
    746746!      REAL, dimension(ij,ll) :: Field
    747747!      INTEGER :: up,down
    748 !     
     748
    749749!      REAL,dimension(ij,ll): NewField
    750 !     
     750
    751751!      NewField=0
    752 !     
     752
    753753!      ijb=ij_begin
    754754!      ije=ij_end
Note: See TracChangeset for help on using the changeset viewer.