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/filtrez/mod_filtre_fft_loc.F90

    r1907 r5099  
    313313!    INTEGER,INTENT(OUT) :: ll_index(nbniv)
    314314!    INTEGER,INTENT(OUT) :: ll_nb
    315 !
     315
    316316!    INTEGER :: l,ll_begin, ll_end
    317317!   INTEGER :: omp_rank,omp_size
     
    321321!   INTEGER :: OMP_GET_THREAD_NUM
    322322!   EXTERNAL OMP_GET_THREAD_NUM
    323 !
    324 !   
     323
     324
    325325!   omp_size=OMP_GET_NUM_THREADS()
    326326!   omp_rank=OMP_GET_THREAD_NUM()   
    327327!   omp_chunk=nbniv/omp_size+min(1,MOD(nbniv,omp_size))
    328 !   
     328
    329329!   ll_begin=omp_rank*OMP_CHUNK+1
    330330!   ll_nb=0
     
    337337!     ll_begin=ll_begin+omp_size*OMP_CHUNK
    338338!   ENDDO
    339 
     339
    340340!  END SUBROUTINE get_ll_index
    341341   
Note: See TracChangeset for help on using the changeset viewer.