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/dyn3dmem/vlspltqs_loc.F

    r5101 r5103  
    440440      INTEGER ifils,iq2 ! CRisi
    441441
    442       DATA first/.true./
     442      DATA first/.TRUE./
    443443      INTEGER ijb,ije
    444444      INTEGER ijbm,ijem
     
    460460         PRINT*,'Shema  Amont nouveau  appele dans  Vanleer   '
    461461         PRINT*,'vlyqs_loc, iq=',iq
    462          first=.false.
     462         first=.FALSE.
    463463         do i=2,iip1
    464464            coslon(i)=cos(rlonv(i))
Note: See TracChangeset for help on using the changeset viewer.