Changeset 4244


Ignore:
Timestamp:
Sep 9, 2022, 6:57:14 PM (20 months ago)
Author:
dcugnet
Message:

Some more fixes for phydev.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phydev/infotrac_phy.F90

    r4240 r4244  
    44MODULE infotrac_phy
    55
     6   USE strings_mod, ONLY: maxlen
    67   INTEGER,                 SAVE :: nqtot                       !--- Tracers nb in dynamics (incl. higher moments + H2O)
    78   CHARACTER(LEN=maxlen),   SAVE :: type_trac                   !--- Keyword for tracers type
     
    1213
    1314SUBROUTINE init_infotrac_phy(nqtot_, type_trac_)
    14    USE strings_mod, ONLY: maxlen, strParse
     15   USE strings_mod, ONLY: strParse
    1516   IMPLICIT NONE
    1617   INTEGER,          INTENT(IN) :: nqtot_
    1718   CHARACTER(LEN=*), INTENT(IN) :: type_trac_
     19   CHARACTER(LEN=maxlen) :: modname='init_infotrac_phy'
    1820
    1921   nqtot = nqtot_
Note: See TracChangeset for help on using the changeset viewer.