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/phylmd/acama_gwd_rando_m.F90

    r5101 r5103  
    119119
    120120    REAL, DIMENSION(klev+1) ::HREF
    121     LOGICAL, SAVE :: gwd_reproductibilite_mpiomp=.true.
     121    LOGICAL, SAVE :: gwd_reproductibilite_mpiomp=.TRUE.
    122122    LOGICAL, SAVE :: firstCALL = .TRUE.
    123123  !$OMP THREADPRIVATE(firstcall,gwd_reproductibilite_mpiomp)
     
    137137       CALL abort_physic (modname,abort_message,1)
    138138    ENDIF
    139     firstcall=.false.
     139    firstcall=.FALSE.
    140140!    CALL iophys_ini(dtime)
    141141  ENDIF
     
    258258    ENDDO
    259259    !LAUNCH=22 ; LTROP=33
    260 !   print*,'LAUNCH=',LAUNCH,'LTROP=',LTROP
     260!   PRINT*,'LAUNCH=',LAUNCH,'LTROP=',LTROP
    261261
    262262
Note: See TracChangeset for help on using the changeset viewer.