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/dyn3d_common/invert_zoom_x_m.F90

    r5086 r5103  
    77contains
    88
    9   subroutine invert_zoom_x(xf, xtild, Xprimt, xlon, xprimm, xuv)
     9  SUBROUTINE invert_zoom_x(xf, xtild, Xprimt, xlon, xprimm, xuv)
    1010
    1111    use coefpoly_m, only: coefpoly
     
    8484    xprimm = xxprim
    8585
    86   end subroutine invert_zoom_x
     86  END SUBROUTINE invert_zoom_x
    8787
    8888end module invert_zoom_x_m
Note: See TracChangeset for help on using the changeset viewer.