Ignore:
Timestamp:
Jul 23, 2024, 3:29:36 PM (3 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/misc/vampir.F90

    r5101 r5103  
    1515contains
    1616
    17   subroutine InitVampir
     17  SUBROUTINE InitVampir
    1818    implicit none
    1919
     
    4747    ierr = MPE_Describe_state( MPE_begin(VTinca), MPE_end(VTinca),"inca", "LightBlue" )
    4848#endif     
    49   end subroutine InitVampir
     49  END SUBROUTINE InitVampir
    5050
    51   subroutine VTb(number)
     51  SUBROUTINE VTb(number)
    5252    implicit none
    5353    INTEGER :: number
     
    6464#endif
    6565
    66   end subroutine VTb
     66  END SUBROUTINE VTb
    6767
    68   subroutine VTe(number)
     68  SUBROUTINE VTe(number)
    6969    implicit none
    7070    INTEGER :: Number
     
    8282#endif
    8383
    84   end subroutine VTe
     84  END SUBROUTINE VTe
    8585 
    8686end module Vampir
Note: See TracChangeset for help on using the changeset viewer.