Ignore:
Timestamp:
Jul 23, 2024, 8:22:55 AM (2 months ago)
Author:
abarral
Message:

Handle DEBUG_IO in lmdz_cppkeys_wrapper.F90
Transform some files .F -> .[fF]90
[ne compile pas à cause de writefield_u non défini - en attente de réponse Laurent]

File:
1 edited

Legend:

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

    r5099 r5101  
    223223
    224224  IF( debutphy ) THEN 
    225 !       call gather(maskdust,maskdust_glo)
     225!       CALL gather(maskdust,maskdust_glo)
    226226!     !$OMP MASTER
    227227!     IF (is_mpi_root .AND. is_omp_root) THEN
     
    349349
    350350  if (sizedustmin>sizeacclow .or. sizedustmax<sizescohigh) then
    351    call abort_gcm('adaptdustemission', 'Dust range problem',1)
     351   CALL abort_gcm('adaptdustemission', 'Dust range problem',1)
    352352  endif
    353353  print *,'FINE DUST BIN: tuning EMISSION factor= ',tuningfactorfine
     
    393393!  allocate(itvmean_glo(klon_glo,nbins))
    394394!  ALLOCATE(emisbinlocalmean2_glo(klon_glo,nbins))
    395 call gather(itv2,itv2_glo)
    396 call gather(itvmean,itvmean_glo)
     395CALL gather(itv2,itv2_glo)
     396CALL gather(itvmean,itvmean_glo)
    397397!!$OMP MASTER
    398398!  IF (is_mpi_root .AND. is_omp_root) THEN
     
    486486   enddo
    487487   counter1=0
    488 !   call gather(emisbinlocalmean2,emisbinlocalmean2_glo)
     488!   CALL gather(emisbinlocalmean2,emisbinlocalmean2_glo)
    489489!!$OMP MASTER
    490490!   IF (is_mpi_root .AND. is_omp_root) THEN
     
    747747!$OMP BARRIER
    748748!print *,'JEOK10',mpi_rank,omp_rank
    749   call bcast(solspe)
     749  CALL bcast(solspe)
    750750! Calcul de la distribution en taille des particules de Dust
    751751! Elle depend du nombre de classe des particules nclass.
     
    951951! DO nb=1,nbinsHR
    952952!     vdHR(nb)=vdout(nb)
    953 !!  WRITE(18,*),binsHR(nb),vdHR(nb)
     953!!  WRITE(18,*) binsHR(nb),vdHR(nb)
    954954!  END DO
    955955
     
    10831083      DO k=1,ndistb
    10841084        DO nb=1,nbins
    1085             write(15001,*),k,nb,massfrac(k,nb)
     1085            write(15001,*) k,nb,massfrac(k,nb)
    10861086        ENDDO
    10871087      ENDDO
     
    13841384!      print*,'ustarsalt = ',ustarsalt,'dsmin=',dsmin,'dsmax=',dsmax
    13851385! dichotomy
    1386          call def_dichotomy(sizeclass,nclass,1,ncl,dsmin,ideb)
     1386         CALL def_dichotomy(sizeclass,nclass,1,ncl,dsmin,ideb)
    13871387   !      print*,'ideb = ',ideb
    1388          call def_dichotomy(sizeclass,nclass,ideb,ncl,dsmax,ifin)
     1388         CALL def_dichotomy(sizeclass,nclass,ideb,ncl,dsmax,ifin)
    13891389   !      print*,'ifin = ',ifin
    13901390! readaptation of large sizes particles
Note: See TracChangeset for help on using the changeset viewer.