Ignore:
Timestamp:
Jul 25, 2024, 5:47:25 PM (4 months ago)
Author:
abarral
Message:

Correct bug in vlspltqs_loc.f90 from r2270 where we call SSUM with incorrect arguments.
Merge the three different versions of abort_gcm into one
Fix seq, para 3D compilation broken from r5107 onwards
(lint) usual + Remove uneeded fixed-form continuations

Location:
LMDZ6/branches/Amaury_dev/libf/phylmd/inlandsis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/inlandsis/sisvat_qso.f90

    r5117 r5128  
    533533      ist    =   isotSV(ikl)                   ! Soil Type
    534534      SatRat =  (eta_SV(ikl,isl)-etadSV(ist)) & ! OverSaturation Rate
    535             *ro_Wat         *dzAvSV(isl) & !
    536             *LSdzsv(ikl) & !
    537             /dt__SV        !
    538       SoRnOF(ikl)     =          SoRnOF(ikl) & !
    539             + max(zero,SatRat)       !
    540       RuofSV(ikl,3)   = RuofSV(ikl,3) + &
    541             + max(zero,SatRat)
     535            *ro_Wat         *dzAvSV(isl) &
     536            *LSdzsv(ikl) &
     537            /dt__SV
     538      SoRnOF(ikl)     = SoRnOF(ikl) + max(zero,SatRat)
     539      RuofSV(ikl,3)   = RuofSV(ikl,3) + max(zero,SatRat)
    542540      eta_SV(ikl,isl) = max(epsi & !
    543541  ! #ED.                         +etamSV(isotSV(ikl))!
  • LMDZ6/branches/Amaury_dev/libf/phylmd/inlandsis/surf_inlandsis_mod.F90

    r5117 r5128  
    783783        min_period = 1800. ! en secondes
    784784        dalph_soil = 2.    ! rapport entre les epaisseurs de 2 couches succ.
    785         !$OMP MASTER
     785        !!! !$OMP MASTER
    786786        !     IF (is_mpi_root) THEN
    787787        !        OPEN(99,file='soil.def',status='old',form='formatted',iostat=ierr)
     
    795795        !        END IF
    796796        !     ENDIF
    797         !$OMP END MASTER
     797        !!! !$OMP END MASTER
    798798        !     CALL bcast(min_period)
    799799        !     CALL bcast(dalph_soil)
Note: See TracChangeset for help on using the changeset viewer.