Ignore:
Timestamp:
Dec 5, 2024, 5:09:25 PM (8 days ago)
Author:
yann meurdesoif
Message:
  • Remove UTF8 character that inihibit fortran parsing with GPU morphosis
  • Add missing END SUBROUTINE instead of simple END, that inhibit correct parsing with regulat expression parser (quick and dirty parsing)

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/add_wake_tend.f90

    r5268 r5390  
    11SUBROUTINE add_wake_tend(zddeltat, zddeltaq, zds, zdas, zddensw, zddensaw, zoccur, text, abortphy)
    22!===================================================================
    3 ! Ajoute les tendances liées aux diverses parametrisations physiques aux
     3! Ajoute les tendances liees aux diverses parametrisations physiques aux
    44! variables d'etat des poches froides.
    55!===================================================================
     
    6767
    6868RETURN
    69 END
     69END SUBROUTINE add_wake_tend
Note: See TracChangeset for help on using the changeset viewer.