Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (4 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/calfis.f90

    r5113 r5116  
    180180    debut = .TRUE.
    181181    IF (ngridmx/=2+(jjm-1)*iim) THEN
    182      write(lunout,*) 'STOP dans calfis'
    183      write(lunout,*) &
     182     WRITE(lunout,*) 'STOP dans calfis'
     183     WRITE(lunout,*) &
    184184           'La dimension ngridmx doit etre egale a 2 + (jjm-1)*iim'
    185      write(lunout,*) '  ngridmx  jjm   iim   '
    186      write(lunout,*) ngridmx,jjm,iim
     185     WRITE(lunout,*) '  ngridmx  jjm   iim   '
     186     WRITE(lunout,*) ngridmx,jjm,iim
    187187     CALL abort_gcm("calfis", "", 1)
    188188    ENDIF
     
    299299  !   convergence dynamique pour les traceurs "EAU"
    300300  ! Earth-specific treatment of first 2 tracers (water)
    301    if (planet_type=="earth") then
     301   if (planet_type=="earth") THEN
    302302    DO iq=1,2
    303303     DO l=1,llm
     
    467467
    468468
    469    ! write(lunout,*) 'PHYSIQUE AVEC NSPLIT_PHYS=',nsplit_phys
     469   ! WRITE(lunout,*) 'PHYSIQUE AVEC NSPLIT_PHYS=',nsplit_phys
    470470  zdt_split=dtphys/nsplit_phys
    471471  zdufic(:,:)=0.
     
    482482     lafin_split=lafin.and.isplit==nsplit_phys
    483483
    484    ! if (planet_type=="earth") then
     484   ! if (planet_type=="earth") THEN
    485485    CALL call_physiq(ngridmx,llm,nqtot,tracers(:)%name, &
    486486          debut_split,lafin_split, &
     
    493493          zdufi,zdvfi,zdtfi,zdqfi,zdpsrf)
    494494
    495    ! else if ( planet_type=="generic" ) then
    496 
     495   ! else if ( planet_type=="generic" ) THEN
    497496   !    CALL physiq (ngridmx,     !! ngrid
    498497  ! .             llm,            !! nlayer
Note: See TracChangeset for help on using the changeset viewer.