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_estatmix.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
     
    172172    !      (Use of Cpv since we are dealing with dry static energy)
    173173    thmix(i) = tmix(i)*(p0/pnk(i))**rdcp(i)
    174     ! print*,'tmix thmix hmix ',tmix(i),thmix(i),hmix(i)
     174    ! PRINT*,'tmix thmix hmix ',tmix(i),thmix(i),hmix(i)
    175175    zdelta = max(0., sign(1.,rtt-tmix(i)))
    176176    qsmix(i) = r2es*foeew(tmix(i), zdelta)/(pnk(i)*100.)
     
    211211    END IF ! iflag=7
    212212
    213     ! print*,'NIFLAG7  =',niflag7
     213    ! PRINT*,'NIFLAG7  =',niflag7
    214214
    215215  END DO
Note: See TracChangeset for help on using the changeset viewer.