Ignore:
Timestamp:
Jul 23, 2024, 8:22:55 AM (2 months ago)
Author:
abarral
Message:

Handle DEBUG_IO in lmdz_cppkeys_wrapper.F90
Transform some files .F -> .[fF]90
[ne compile pas à cause de writefield_u non défini - en attente de réponse Laurent]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3dmem/writedyn_xios.F90

    r5099 r5101  
    88      USE parallel_lmdz
    99      USE misc_mod
    10       USE infotrac, ONLY : nqtot
    11       use com_io_dyn_mod, only : histaveid,histvaveid,histuaveid
     10      USE infotrac, ONLY: nqtot
     11      use com_io_dyn_mod, ONLY: histaveid,histvaveid,histuaveid
    1212      USE comconst_mod, ONLY: cpp
    1313      USE temps_mod, ONLY: itau_dyn
    14       USE mod_xios_dyn3dmem, ONLY : writefield_dyn_u, writefield_dyn_v
     14      USE mod_xios_dyn3dmem, ONLY: writefield_dyn_u, writefield_dyn_v
    1515     
    1616      implicit none
     
    9797
    9898! Passage aux composantes naturelles du vent
    99       call covnat_loc(llm, ucov, vcov, unat, vnat)
     99      CALL covnat_loc(llm, ucov, vcov, unat, vnat)
    100100
    101101!  Appels a histwrite pour l'ecriture des variables a sauvegarder
Note: See TracChangeset for help on using the changeset viewer.