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

    r5101 r5103  
    257257    !-----------------------------------------------------------------
    258258
    259     print*, 'CONFPHYS ENTREE'
     259    PRINT*, 'CONFPHYS ENTREE'
    260260    !$OMP MASTER
    261261    !Config Key  = type_ocean
     
    18401840
    18411841
    1842     print*, 'CONFPHYS OOK avant drag_ter'
     1842    PRINT*, 'CONFPHYS OOK avant drag_ter'
    18431843
    18441844    ! PARAMETRES CDRAG
     
    20342034    ok_gwd_rando_omp = .FALSE.
    20352035    IF (klon_glo == 1) THEN
    2036       print*, 'La parametrisation des ondes de gravites non orographiques'
    2037       print*, 'ne fonctionne pas en 1D'
     2036      PRINT*, 'La parametrisation des ondes de gravites non orographiques'
     2037      PRINT*, 'ne fonctionne pas en 1D'
    20382038    ELSE
    20392039      CALL getin('ok_gwd_rando', ok_gwd_rando_omp)
Note: See TracChangeset for help on using the changeset viewer.