Ignore:
Timestamp:
Jul 23, 2024, 3:29:36 PM (8 weeks ago)
Author:
abarral
Message:

Handle CPP_INLANDSIS in lmdz_cppkeys_wrapper.F90
Remove obsolete key wrgrads_thermcell, _ADV_HALO, _ADV_HALLO, isminmax
Remove redundant uses of CPPKEY_INCA (thanks acozic)
Remove obsolete misc/write_field.F90
Remove unused ioipsl_* wrappers
Remove calls to WriteField_u with wrong signature
Convert .F -> .[fF]90
(lint) uppercase fortran operators
[note: 1d and iso still broken - working on it]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/cv3_enthalpmix.F90

    r5087 r5103  
    130130        ! CRtest:couplage thermiques: deja normalise
    131131        ! wi(i,j) = w(j)
    132         ! print*,'wi',wi(i,j)
     132        ! PRINT*,'wi',wi(i,j)
    133133        wi(i, j) = w(j)*(p1(i,j)-p2(i,j))*coef(i)+eqwght(i)
    134134        dpw(i) = dpw(i) + wi(i, j)
     
    142142  ! CR:print
    143143  ! do i=1,len
    144   ! print*,'plim',plim1(i),plim2p(i)
     144  ! PRINT*,'plim',plim1(i),plim2p(i)
    145145  ! enddo
    146146  DO j = 1, nd
     
    184184    tmix(i) = akm(i)/b2(i)
    185185    thmix(i) = tmix(i)*(p0/pnk(i))**rdcp(i)
    186     ! print*,'thmix akm',akm(i),b2(i)
    187     ! print*,'thmix t',tmix(i),p0
    188     ! print*,'thmix p',pnk(i),rdcp(i)
    189     ! print*,'thmix',thmix(i)
     186    ! PRINT*,'thmix akm',akm(i),b2(i)
     187    ! PRINT*,'thmix t',tmix(i),p0
     188    ! PRINT*,'thmix p',pnk(i),rdcp(i)
     189    ! PRINT*,'thmix',thmix(i)
    190190    ! c         thmix(i) = akm(i)/a2(i)
    191191    ! c         tmix(i)= thmix(i)*(pnk(i)*p0m1)**rdcp(i)
     
    228228    END IF ! iflag=7
    229229
    230     ! print*,'NIFLAG7  =',niflag7
     230    ! PRINT*,'NIFLAG7  =',niflag7
    231231
    232232  END DO
Note: See TracChangeset for help on using the changeset viewer.