Ignore:
Timestamp:
Jul 23, 2024, 3:29:36 PM (4 months 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/dyn3d_common/prather.F

    r5101 r5103  
    6767
    6868
    69       data first/.true./
     69      data first/.TRUE./
    7070      data qmin,qmax/-1.e33,1.e33/
    7171
     
    8181 
    8282      if(first) then
    83          print*,'SCHEMA PRATHER'
    84          first=.false.
     83         PRINT*,'SCHEMA PRATHER'
     84         first=.FALSE.
    8585         do i=2,iip1
    8686            coslon(i)=cos(rlonv(i))
     
    251251         enddo
    252252c       enddo
    253 c         print*,'qpn',qpn,'qps',qps
    254 c          print*,'dqzpn',dqzpn,'dqzps',dqzps
     253c         PRINT*,'qpn',qpn,'qps',qps
     254c          PRINT*,'dqzpn',dqzpn,'dqzps',dqzps
    255255c       enddo
    256256           dyn1=0.
Note: See TracChangeset for help on using the changeset viewer.